| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | perf trace: Add syscall failure stats to -s/--summary and -S/--with-summary | Arnaldo Carvalho de Melo | 2019-10-15 | 1 | -24/+34 | |
| | | * | | | | | | | | | | | | | perf stat: Support --all-kernel/--all-user | Jin Yao | 2019-10-15 | 4 | -0/+24 | |
| | | * | | | | | | | | | | | | | perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy() | Thomas Richter | 2019-10-15 | 1 | -1/+5 | |
| | | * | | | | | | | | | | | | | perf annotate: Fix objdump --no-show-raw-insn flag | Ian Rogers | 2019-10-15 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | perf annotate: Don't pipe objdump output through 'expand' command | Ian Rogers | 2019-10-15 | 1 | -19/+76 | |
| | | * | | | | | | | | | | | | | perf annotate: Don't pipe objdump output through 'grep' command | Ian Rogers | 2019-10-15 | 1 | -1/+8 | |
| | | * | | | | | | | | | | | | | perf annotate: Use libsubcmd's run-command.h to fork objdump | Ian Rogers | 2019-10-15 | 1 | -35/+37 | |
| | | * | | | | | | | | | | | | | perf annotate: Avoid reallocation in objdump parsing | Ian Rogers | 2019-10-15 | 1 | -12/+14 | |
| | | * | | | | | | | | | | | | | perf report: Add warning when libunwind not compiled in | Jin Yao | 2019-10-15 | 1 | -0/+7 | |
| | | * | | | | | | | | | | | | | perf test: Avoid infinite loop for task exit case | Leo Yan | 2019-10-15 | 1 | -0/+8 | |
| | | * | | | | | | | | | | | | | perf test: Report failure for mmap events | Leo Yan | 2019-10-15 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | perf evlist: Fix fix for freed id arrays | Andi Kleen | 2019-10-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | perf script: Fix --reltime with --time | Andi Kleen | 2019-10-15 | 3 | -5/+32 | |
| | | * | | | | | | | | | | | | | perf tools: Allow to build with -ltcmalloc | Jiri Olsa | 2019-10-15 | 2 | -0/+7 | |
| | * | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2019-10-22 | 12 | -17/+65 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge tag 'perf-core-for-mingo-5.5-20191011' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 2019-10-15 | 72 | -705/+4258 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | perf diff: Report noisy for cycles diff | Jin Yao | 2019-10-11 | 9 | -0/+203 | |
| | | * | | | | | | | | | | | | | perf tools: Propagate CFLAGS to libperf | Jiri Olsa | 2019-10-11 | 3 | -15/+18 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_evlist__filter_pollfd() from tools/perf | Jiri Olsa | 2019-10-10 | 4 | -11/+19 | |
| | | * | | | | | | | | | | | | | libperf: Introduce perf_evlist__purge() | Jiri Olsa | 2019-10-10 | 2 | -0/+31 | |
| | | * | | | | | | | | | | | | | libperf: Introduce perf_evlist__exit() | Jiri Olsa | 2019-10-10 | 3 | -6/+14 | |
| | | * | | | | | | | | | | | | | libperf: Move the pollfd allocation from tools/perf to libperf | Jiri Olsa | 2019-10-10 | 2 | -4/+5 | |
| | | * | | | | | | | | | | | | | libperf: Centralize map refcnt setting | Jiri Olsa | 2019-10-10 | 2 | -30/+15 | |
| | | * | | | | | | | | | | | | | perf evlist: Switch to libperf's mmap interface | Jiri Olsa | 2019-10-10 | 1 | -175/+4 | |
| | | * | | | | | | | | | | | | | perf evlist: Introduce perf_evlist__mmap_cb_mmap() | Jiri Olsa | 2019-10-10 | 1 | -2/+13 | |
| | | * | | | | | | | | | | | | | perf evlist: Introduce perf_evlist__mmap_cb_get() | Jiri Olsa | 2019-10-10 | 1 | -0/+24 | |
| | | * | | | | | | | | | | | | | perf tools: Introduce perf_evlist__mmap_cb_idx() | Jiri Olsa | 2019-10-10 | 1 | -0/+14 | |
| | | * | | | | | | | | | | | | | libperf: Introduce perf_evlist_mmap_ops::mmap callback | Jiri Olsa | 2019-10-10 | 2 | -3/+29 | |
| | | * | | | | | | | | | | | | | libperf: Add perf_evlist_mmap_ops::get callback | Jiri Olsa | 2019-10-10 | 2 | -8/+13 | |
| | | * | | | | | | | | | | | | | libperf: Introduce perf_evlist_mmap_ops::idx callback | Jiri Olsa | 2019-10-10 | 2 | -5/+17 | |
| | | * | | | | | | | | | | | | | libperf: Introduce perf_evlist__mmap_ops() | Jiri Olsa | 2019-10-10 | 2 | -6/+26 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_evlist__mmap()/munmap() from tools/perf | Jiri Olsa | 2019-10-10 | 4 | -0/+243 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_mmap__read_event() from tools/perf | Jiri Olsa | 2019-10-10 | 21 | -95/+98 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_mmap__read_done() from tools/perf | Jiri Olsa | 2019-10-10 | 20 | -33/+34 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_mmap__read_init() from tools/perf | Jiri Olsa | 2019-10-10 | 23 | -98/+107 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_mmap__consume() function from tools/perf | Jiri Olsa | 2019-10-10 | 23 | -54/+87 | |
| | | * | | | | | | | | | | | | | perf tools: Use perf_mmap way to detect aux mmap | Jiri Olsa | 2019-10-10 | 1 | -1/+3 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_mmap__put() function from tools/perf | Jiri Olsa | 2019-10-10 | 6 | -32/+48 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_mmap__unmap() function from tools/perf | Jiri Olsa | 2019-10-10 | 5 | -11/+17 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_mmap__get() function from tools/perf | Jiri Olsa | 2019-10-10 | 6 | -8/+8 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_mmap__mmap() function from tools/perf | Jiri Olsa | 2019-10-10 | 5 | -11/+25 | |
| | | * | | | | | | | | | | | | | libperf: Adopt perf_mmap__mmap_len() function from tools/perf | Jiri Olsa | 2019-10-10 | 5 | -13/+21 | |
| | | * | | | | | | | | | | | | | libperf: Add 'struct perf_mmap_param' | Jiri Olsa | 2019-10-10 | 4 | -8/+18 | |
| | | * | | | | | | | | | | | | | libperf: Add perf_mmap__init() function | Jiri Olsa | 2019-10-10 | 4 | -3/+14 | |
| | | * | | | | | | | | | | | | | perf tools: Avoid 'sample_reg_masks' being const + weak | Ian Rogers | 2019-10-10 | 13 | -8/+46 | |
| | | * | | | | | | | | | | | | | perf beauty: Introduce strtoul() for x86 MSRs | Arnaldo Carvalho de Melo | 2019-10-09 | 3 | -1/+9 | |
| | | * | | | | | | | | | | | | | perf trace: Expand strings in filters to integers | Arnaldo Carvalho de Melo | 2019-10-09 | 1 | -0/+130 | |
| | | * | | | | | | | | | | | | | perf trace: Introduce a strtoul() method for 'struct strarrays' | Arnaldo Carvalho de Melo | 2019-10-09 | 2 | -0/+33 | |
| | | * | | | | | | | | | | | | | perf trace: Add a strtoul() method to 'struct syscall_arg_fmt' | Arnaldo Carvalho de Melo | 2019-10-09 | 1 | -1/+7 | |
| | | * | | | | | | | | | | | | | perf trace: Introduce --filter for tracepoint events | Arnaldo Carvalho de Melo | 2019-10-09 | 2 | -3/+10 | |

