summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* | | | perf evlist: Refactor mmap_pages parsingDavid Ahern2013-11-121-11/+28
* | | | perf evlist: Round mmap pages to power 2 - v2David Ahern2013-11-121-12/+6
* | | | perf record: Fix segfault with --no-mmap-pagesDavid Ahern2013-11-121-0/+3
* | | | perf tools: Prevent condition that all sort keys are elidedNamhyung Kim2013-11-111-0/+13
* | | | perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo2013-11-112-6/+14
* | | | perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo2013-11-112-0/+16
* | | | perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo2013-11-112-22/+32
* | | | perf evsel: Remove idx parm from constructorArnaldo Carvalho de Melo2013-11-115-13/+25
|/ / /
* | | perf tools: Remove unneeded includeRodrigo Campos2013-11-071-1/+0
* | | perf tools: Fix version when building out of treeDavid Ahern2013-11-071-0/+3
* | | perf evsel: Ditch evsel->handler.data fieldArnaldo Carvalho de Melo2013-11-073-7/+4
* | | tools/perf: Add required memory barriersPeter Zijlstra2013-11-061-2/+2
* | | perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-0514-193/+191
* | | perf tools: Check maximum frequency rate for record/topJiri Olsa2013-11-052-0/+72
* | | perf fs: Add procfs supportJiri Olsa2013-11-053-2/+19
* | | perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint()Arnaldo Carvalho de Melo2013-11-054-19/+14
* | | perf tools: Factor sysfs code into generic fs objectJiri Olsa2013-11-057-69/+116
* | | perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-042-83/+10
* | | perf stat: Enhance option parse error messageNamhyung Kim2013-11-041-1/+2
* | | perf tools: Show single option when failed to parseNamhyung Kim2013-11-042-89/+132
* | | perf evsel: Synthesize PERF_SAMPLE_TRANSACTIONAdrian Hunter2013-11-041-0/+8
* | | perf evsel: Add missing overflow check for TRANSACTIONAdrian Hunter2013-11-041-0/+1
* | | perf evsel: Always use perf_evsel__set_sample_bit()Adrian Hunter2013-11-041-3/+3
* | | perf evlist: Add a debug print if event buffer mmap failsAdrian Hunter2013-11-041-0/+2
* | | perf evsel: Add a debug print if perf_event_open failsAdrian Hunter2013-11-041-0/+2
* | | perf tools: Get current comm instead of last oneNamhyung Kim2013-11-047-12/+30
* | | perf tools: Compare hists comm by addressesFrederic Weisbecker2013-11-041-1/+2
* | | perf tools: Add new COMM infrastructureFrederic Weisbecker2013-11-044-25/+196
* | | perf tools: Add time argument on COMM settingFrederic Weisbecker2013-11-046-43/+57
* | | perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-046-11/+18
* | | perf probe: Fix typoArnaldo Carvalho de Melo2013-11-041-1/+1
* | | Merge branch 'perf/urgent' into perf/core to fix conflictsIngo Molnar2013-11-042-3/+10
|\ \ \
| * | | perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle2013-11-012-3/+10
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-299-36/+69
|\ \ \ \ | |/ / /
| * | | perf tools: Fixup mmap event consumptionZhouyi Zhou2013-10-283-3/+14
| * | | perf record: Split -g and --call-graphJiri Olsa2013-10-281-0/+3
| * | | perf hists: Add color overhead for stdio output bufferJiri Olsa2013-10-281-0/+13
| * | | perf tools: Fix up /proc/PID/maps parsingArnaldo Carvalho de Melo2013-10-281-1/+1
| * | | perf script python: Fix mem leak due to missing Py_DECREFs on dict entriesJoseph Schuchart2013-10-241-13/+24
| |/ /
| * | perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian2013-10-172-18/+13
| * | perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo2013-10-171-1/+1
| * | perf probe: Fix to initialize fname always before use itMasami Hiramatsu2013-10-151-1/+1
* | | perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-232-2/+6
* | | perf ui progress: Per progress bar stateArnaldo Carvalho de Melo2013-10-231-13/+11
* | | perf evlist: Validate that mmap_pages is not too bigAdrian Hunter2013-10-231-4/+10
* | | perf tools: Do not accept parse_tag_value() overflowAdrian Hunter2013-10-231-0/+2
* | | perf probe: Find fentry mcount fuzzed parameter locationMasami Hiramatsu2013-10-231-8/+31
* | | perf probe: Support "$vars" meta argument syntax for local variablesMasami Hiramatsu2013-10-233-9/+89
* | | perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo2013-10-235-133/+133
* | | perf top: Add --max-stack option to limit callchain stack scanWaiman Long2013-10-211-0/+1
OpenPOWER on IntegriCloud