summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2013-11-19perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim-1/+1
2013-11-19perf header: Fix bogus group nameNamhyung Kim-1/+3
2013-11-19perf tools: Tag thread comm as overridenFrederic Weisbecker-6/+5
2013-11-14perf record: Add an option to force per-cpu mmapsAdrian Hunter-3/+6
2013-11-14perf symbols: Limit max callchain using max_stack on DWARF unwinding tooArnaldo Carvalho de Melo-7/+9
2013-11-14perf evsel: Introduce perf_evsel__prev() methodArnaldo Carvalho de Melo-0/+5
2013-11-14perf tools: Synthesize anon MMAP records againDon Zickus-2/+4
2013-11-14perf tools: Remove trivial extra semincolonDavidlohr Bueso-1/+1
2013-11-14Merge branch 'linus' into perf/urgentIngo Molnar-16/+59
2013-11-14Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-16/+59
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo-74/+65
2013-11-12perf evlist: Refactor mmap_pages parsingDavid Ahern-11/+28
2013-11-12perf evlist: Round mmap pages to power 2 - v2David Ahern-12/+6
2013-11-12perf record: Fix segfault with --no-mmap-pagesDavid Ahern-0/+3
2013-11-12Merge branch 'devel-stable' into for-nextRussell King-16/+59
2013-11-11perf tools: Prevent condition that all sort keys are elidedNamhyung Kim-0/+13
2013-11-11perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo-6/+14
2013-11-11perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo-0/+16
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo-22/+32
2013-11-11perf evsel: Remove idx parm from constructorArnaldo Carvalho de Melo-13/+25
2013-11-07perf tools: Remove unneeded includeRodrigo Campos-1/+0
2013-11-07perf tools: Fix version when building out of treeDavid Ahern-0/+3
2013-11-07perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo-7/+4
2013-11-06tools/perf: Add required memory barriersPeter Zijlstra-2/+2
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo-193/+191
2013-11-05perf tools: Check maximum frequency rate for record/topJiri Olsa-0/+72
2013-11-05perf fs: Add procfs supportJiri Olsa-2/+19
2013-11-05perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint()Arnaldo Carvalho de Melo-19/+14
2013-11-05perf tools: Factor sysfs code into generic fs objectJiri Olsa-69/+116
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim-83/+10
2013-11-04perf stat: Enhance option parse error messageNamhyung Kim-1/+2
2013-11-04perf tools: Show single option when failed to parseNamhyung Kim-89/+132
2013-11-04perf evsel: Synthesize PERF_SAMPLE_TRANSACTIONAdrian Hunter-0/+8
2013-11-04perf evsel: Add missing overflow check for TRANSACTIONAdrian Hunter-0/+1
2013-11-04perf evsel: Always use perf_evsel__set_sample_bit()Adrian Hunter-3/+3
2013-11-04perf evlist: Add a debug print if event buffer mmap failsAdrian Hunter-0/+2
2013-11-04perf evsel: Add a debug print if perf_event_open failsAdrian Hunter-0/+2
2013-11-04perf tools: Get current comm instead of last oneNamhyung Kim-12/+30
2013-11-04perf tools: Compare hists comm by addressesFrederic Weisbecker-1/+2
2013-11-04perf tools: Add new COMM infrastructureFrederic Weisbecker-25/+196
2013-11-04perf tools: Add time argument on COMM settingFrederic Weisbecker-43/+57
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker-11/+18
2013-11-04perf probe: Fix typoArnaldo Carvalho de Melo-1/+1
2013-11-04Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar-3/+10
2013-11-01perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle-3/+10
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar-36/+69
2013-10-28perf tools: Fixup mmap event consumptionZhouyi Zhou-3/+14
2013-10-28perf record: Split -g and --call-graphJiri Olsa-0/+3
2013-10-28perf hists: Add color overhead for stdio output bufferJiri Olsa-0/+13
2013-10-28perf tools: Fix up /proc/PID/maps parsingArnaldo Carvalho de Melo-1/+1