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