summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Separate lbfd check out of NO_DEMANGLE conditionJiri Olsa2013-10-141-7/+9
* perf tests: Fix memory leak in dso-data.cFelipe Pena2013-10-141-0/+1
* perf tools: Fix old GCC build error in 'get_srcline'David Ahern2013-10-141-2/+2
* perf trace: Add summary option to dump syscall statisticsDavid Ahern2013-10-142-12/+102
* perf util: Add findnew method to intlistDavid Ahern2013-10-144-7/+44
* perf trace: Improve the error messagesRamkumar Ramachandra2013-10-141-9/+28
* perf timechart: Add example in the documentationRamkumar Ramachandra2013-10-111-1/+14
* perf tools: Implement summary output for 'make install'Ingo Molnar2013-10-113-36/+48
* perf tools: Align perf version output to other build messagesIngo Molnar2013-10-111-1/+1
* tools: Harmonize the various build messages in perf, lib-traceevent, lib-lkIngo Molnar2013-10-115-30/+32
* perf tools: Implement summary output for 'make clean'Ingo Molnar2013-10-114-21/+29
* perf tools: Fix redirection printoutsIngo Molnar2013-10-111-3/+3
* perf trace: Initial beautifier for ioctl's 'cmd' argArnaldo Carvalho de Melo2013-10-111-1/+33
* perf trace: Prepare the strarray scnprintf method for reuseArnaldo Carvalho de Melo2013-10-111-3/+10
* perf trace: Allow specifying index offset in strarraysArnaldo Carvalho de Melo2013-10-111-4/+11
* perf symbols: Make a separate function to parse /proc/modulesAdrian Hunter2013-10-113-49/+79
* perf intlist: Add priv memberDavid Ahern2013-10-112-0/+2
* perf trace: Use new machine method to loop over threadsDavid Ahern2013-10-111-28/+48
* perf machine: Add method to loop over threads and invoke handlerDavid Ahern2013-10-112-0/+27
* perf trace: Add record optionDavid Ahern2013-10-112-3/+41
* perf trace: Fix comm resolution when reading events from fileDavid Ahern2013-10-113-12/+31
* perf stat: Add units to nanosec-based countersDavid Ahern2013-10-111-1/+4
* perf stat: Don't require a workload when using system wide or CPU optionsDavid Ahern2013-10-111-1/+2
* perf stat: Fix misleading message when specifying cpu list or system wideDavid Ahern2013-10-111-1/+5
* perf evlist: Fix perf_evlist__mmap_read event overflowJiri Olsa2013-10-114-3/+9
* perf bench: Fix failing assertions in numa benchPetr Holasek2013-10-111-13/+21
* perf tools: Ignore 'perf timechart' output fileRamkumar Ramachandra2013-10-111-0/+1
* perf stat: Don't print bogus data on -e instructionsRamkumar Ramachandra2013-10-111-4/+3
* perf stat: Don't print bogus data on -e cyclesRamkumar Ramachandra2013-10-111-4/+4
* perf tools: Move start conditions to start of the flex fileJiri Olsa2013-10-111-31/+32
* perf tools: Add missing -ldl for gtk buildJiri Olsa2013-10-111-0/+1
* perf machine: Use snprintf instead of sprintfAdrian Hunter2013-10-111-3/+3
* perf bench sched: Add --threaded optionIngo Molnar2013-10-111-29/+86
* perf trace: Add 'trace' alias to 'perf trace'Arnaldo Carvalho de Melo2013-10-112-1/+10
* perf trace: Show path associated with fd in live sessionsArnaldo Carvalho de Melo2013-10-091-16/+237
* perf trace: Beautify mlock & friends 'addr' argArnaldo Carvalho de Melo2013-10-091-0/+6
* perf trace: Handle MSG_WAITFORONE not definedDavid Ahern2013-10-091-0/+3
* perf trace: Add beautifier for clock_gettime's clk_id argumentDavid Ahern2013-10-091-0/+7
* perf trace: Beautify pipe2 'flags' argArnaldo Carvalho de Melo2013-10-091-0/+25
* perf trace: Use socket's beautifiers in socketpairArnaldo Carvalho de Melo2013-10-091-0/+4
* perf trace: Don't supress zeroed args when there is an strarray entry for itArnaldo Carvalho de Melo2013-10-091-2/+9
* perf trace: Add helper for syscalls with a single strarray argArnaldo Carvalho de Melo2013-10-091-27/+13
* perf trace: Beautify flock 'cmd' argArnaldo Carvalho de Melo2013-10-091-0/+33
* perf trace: Beautify epoll_ctl 'op' argArnaldo Carvalho de Melo2013-10-091-0/+6
* perf tools: Fix srcline sort key behaviorNamhyung Kim2013-10-091-21/+20
* perf tools: Implement addr2line directly using libbfdRoberto Vitillo2013-10-092-0/+171
* perf tools: Save failed result of get_srcline()Namhyung Kim2013-10-093-2/+10
* perf annotate: Pass dso instead of dso_name to get_srcline()Namhyung Kim2013-10-095-10/+12
* perf tools: Do not try to call addr2line on non-binary filesNamhyung Kim2013-10-092-5/+9
* perf annotate: Factor out get/free_srcline()Namhyung Kim2013-10-096-32/+96
OpenPOWER on IntegriCloud