Age | Commit message (Expand) | Author | Files | Lines |
2013-11-07 | perf tools: Remove unneeded include | Rodrigo Campos | 1 | -1/+0 |
2013-11-07 | perf record: Remove post_processing_offset variable | David Ahern | 1 | -5/+3 |
2013-11-07 | perf record: Remove advance_output function | David Ahern | 1 | -6/+1 |
2013-11-07 | perf record: Refactor feature handling into a separate function | David Ahern | 1 | -12/+21 |
2013-11-07 | perf trace: Don't relookup fields by name in each sample | Arnaldo Carvalho de Melo | 1 | -11/+188 |
2013-11-07 | perf tools: Fix version when building out of tree | David Ahern | 1 | -0/+3 |
2013-11-07 | perf evsel: Ditch evsel->handler.data field | Arnaldo Carvalho de Melo | 9 | -23/+20 |
2013-11-06 | tools/perf: Add required memory barriers | Peter Zijlstra | 3 | -16/+49 |
2013-11-05 | perf tools: Finish the removal of 'self' arguments | Arnaldo Carvalho de Melo | 21 | -246/+242 |
2013-11-05 | perf tools: Check maximum frequency rate for record/top | Jiri Olsa | 4 | -28/+74 |
2013-11-05 | perf fs: Add procfs support | Jiri Olsa | 3 | -2/+19 |
2013-11-05 | perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() | Arnaldo Carvalho de Melo | 5 | -21/+16 |
2013-11-05 | perf tools: Factor sysfs code into generic fs object | Jiri Olsa | 9 | -72/+119 |
2013-11-05 | perf list: Add usage | David Ahern | 1 | -3/+14 |
2013-11-05 | perf list: Remove a level of indentation | David Ahern | 1 | -36/+37 |
2013-11-05 | tools/perf/build: Fix detection of non-core features | David Ahern | 1 | -5/+5 |
2013-11-05 | perf kvm: Disable live command if timerfd is not supported | David Ahern | 5 | -1/+47 |
2013-11-05 | perf hists: Consolidate __hists__add_*entry() | Namhyung Kim | 7 | -95/+30 |
2013-11-04 | perf stat: Enhance option parse error message | Namhyung Kim | 2 | -16/+29 |
2013-11-04 | perf top: Use parse_options_usage() for -s option failure | Namhyung Kim | 1 | -3/+5 |
2013-11-04 | perf report: Use parse_options_usage() for -s option failure | Namhyung Kim | 1 | -2/+4 |
2013-11-04 | perf report: Postpone setting up browser after parsing options | Namhyung Kim | 1 | -12/+12 |
2013-11-04 | perf tools: Show single option when failed to parse | Namhyung Kim | 2 | -89/+132 |
2013-11-04 | perf evsel: Synthesize PERF_SAMPLE_TRANSACTION | Adrian Hunter | 1 | -0/+8 |
2013-11-04 | perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTION | Adrian Hunter | 1 | -1/+6 |
2013-11-04 | perf evsel: Add missing overflow check for TRANSACTION | Adrian Hunter | 1 | -0/+1 |
2013-11-04 | perf evsel: Always use perf_evsel__set_sample_bit() | Adrian Hunter | 1 | -3/+3 |
2013-11-04 | perf evlist: Add a debug print if event buffer mmap fails | Adrian Hunter | 1 | -0/+2 |
2013-11-04 | perf tools: Fix libunwind build and feature detection for 32-bit build | Adrian Hunter | 2 | -4/+6 |
2013-11-04 | perf tools: Fix 32-bit cross build | Adrian Hunter | 3 | -4/+4 |
2013-11-04 | perf script: Set up output options for in-stream attributes | Adrian Hunter | 1 | -16/+48 |
2013-11-04 | perf evsel: Add a debug print if perf_event_open fails | Adrian Hunter | 1 | -0/+2 |
2013-11-04 | perf tools: Get current comm instead of last one | Namhyung Kim | 7 | -12/+30 |
2013-11-04 | perf tools: Compare hists comm by addresses | Frederic Weisbecker | 1 | -1/+2 |
2013-11-04 | perf tools: Add new COMM infrastructure | Frederic Weisbecker | 6 | -27/+200 |
2013-11-04 | perf tools: Add time argument on COMM setting | Frederic Weisbecker | 10 | -53/+67 |
2013-11-04 | perf tools: Use an accessor to read thread comm | Frederic Weisbecker | 12 | -30/+37 |
2013-11-04 | perf tools: Add missing data.h into LIB_H headers | Jiri Olsa | 1 | -0/+1 |
2013-11-04 | perf probe: Fix typo | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2013-11-04 | Merge branch 'perf/urgent' into perf/core to fix conflicts | Ingo Molnar | 7 | -10/+17 |
2013-11-01 | perf test: Update command line callchain attribute tests | Arnaldo Carvalho de Melo | 4 | -6/+6 |
2013-11-01 | perf bench: Fix two warnings | Wei Yang | 1 | -2/+2 |
2013-11-01 | perf tools: Remove cast of non-variadic function to variadic | Michael Hudson-Doyle | 3 | -4/+11 |
2013-10-29 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 24 | -100/+190 |
2013-10-28 | perf tools: Fixup mmap event consumption | Zhouyi Zhou | 14 | -16/+49 |
2013-10-28 | perf top: Split -G and --call-graph | Jiri Olsa | 2 | -23/+18 |
2013-10-28 | perf record: Split -g and --call-graph | Jiri Olsa | 3 | -23/+67 |
2013-10-28 | perf hists: Add color overhead for stdio output buffer | Jiri Olsa | 2 | -5/+17 |
2013-10-28 | perf tools: Fix up /proc/PID/maps parsing | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2013-10-24 | perf script python: Fix mem leak due to missing Py_DECREFs on dict entries | Joseph Schuchart | 1 | -13/+24 |