summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | perf trace: Add syscall failure stats to -s/--summary and -S/--with-summaryArnaldo Carvalho de Melo2019-10-151-24/+34
| | * | | | | | | | | | | | | perf stat: Support --all-kernel/--all-userJin Yao2019-10-154-0/+24
| | * | | | | | | | | | | | | perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Thomas Richter2019-10-151-1/+5
| | * | | | | | | | | | | | | perf annotate: Fix objdump --no-show-raw-insn flagIan Rogers2019-10-151-2/+2
| | * | | | | | | | | | | | | perf annotate: Don't pipe objdump output through 'expand' commandIan Rogers2019-10-151-19/+76
| | * | | | | | | | | | | | | perf annotate: Don't pipe objdump output through 'grep' commandIan Rogers2019-10-151-1/+8
| | * | | | | | | | | | | | | perf annotate: Use libsubcmd's run-command.h to fork objdumpIan Rogers2019-10-151-35/+37
| | * | | | | | | | | | | | | perf annotate: Avoid reallocation in objdump parsingIan Rogers2019-10-151-12/+14
| | * | | | | | | | | | | | | perf report: Add warning when libunwind not compiled inJin Yao2019-10-151-0/+7
| | * | | | | | | | | | | | | perf test: Avoid infinite loop for task exit caseLeo Yan2019-10-151-0/+8
| | * | | | | | | | | | | | | perf test: Report failure for mmap eventsLeo Yan2019-10-151-0/+1
| | * | | | | | | | | | | | | perf evlist: Fix fix for freed id arraysAndi Kleen2019-10-151-1/+1
| | * | | | | | | | | | | | | perf script: Fix --reltime with --timeAndi Kleen2019-10-153-5/+32
| | * | | | | | | | | | | | | perf tools: Allow to build with -ltcmallocJiri Olsa2019-10-152-0/+7
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-10-2212-17/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge tag 'perf-core-for-mingo-5.5-20191011' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-10-1572-705/+4258
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | perf diff: Report noisy for cycles diffJin Yao2019-10-119-0/+203
| | * | | | | | | | | | | | | perf tools: Propagate CFLAGS to libperfJiri Olsa2019-10-113-15/+18
| | * | | | | | | | | | | | | libperf: Adopt perf_evlist__filter_pollfd() from tools/perfJiri Olsa2019-10-104-11/+19
| | * | | | | | | | | | | | | libperf: Introduce perf_evlist__purge()Jiri Olsa2019-10-102-0/+31
| | * | | | | | | | | | | | | libperf: Introduce perf_evlist__exit()Jiri Olsa2019-10-103-6/+14
| | * | | | | | | | | | | | | libperf: Move the pollfd allocation from tools/perf to libperfJiri Olsa2019-10-102-4/+5
| | * | | | | | | | | | | | | libperf: Centralize map refcnt settingJiri Olsa2019-10-102-30/+15
| | * | | | | | | | | | | | | perf evlist: Switch to libperf's mmap interfaceJiri Olsa2019-10-101-175/+4
| | * | | | | | | | | | | | | perf evlist: Introduce perf_evlist__mmap_cb_mmap()Jiri Olsa2019-10-101-2/+13
| | * | | | | | | | | | | | | perf evlist: Introduce perf_evlist__mmap_cb_get()Jiri Olsa2019-10-101-0/+24
| | * | | | | | | | | | | | | perf tools: Introduce perf_evlist__mmap_cb_idx()Jiri Olsa2019-10-101-0/+14
| | * | | | | | | | | | | | | libperf: Introduce perf_evlist_mmap_ops::mmap callbackJiri Olsa2019-10-102-3/+29
| | * | | | | | | | | | | | | libperf: Add perf_evlist_mmap_ops::get callbackJiri Olsa2019-10-102-8/+13
| | * | | | | | | | | | | | | libperf: Introduce perf_evlist_mmap_ops::idx callbackJiri Olsa2019-10-102-5/+17
| | * | | | | | | | | | | | | libperf: Introduce perf_evlist__mmap_ops()Jiri Olsa2019-10-102-6/+26
| | * | | | | | | | | | | | | libperf: Adopt perf_evlist__mmap()/munmap() from tools/perfJiri Olsa2019-10-104-0/+243
| | * | | | | | | | | | | | | libperf: Adopt perf_mmap__read_event() from tools/perfJiri Olsa2019-10-1021-95/+98
| | * | | | | | | | | | | | | libperf: Adopt perf_mmap__read_done() from tools/perfJiri Olsa2019-10-1020-33/+34
| | * | | | | | | | | | | | | libperf: Adopt perf_mmap__read_init() from tools/perfJiri Olsa2019-10-1023-98/+107
| | * | | | | | | | | | | | | libperf: Adopt perf_mmap__consume() function from tools/perfJiri Olsa2019-10-1023-54/+87
| | * | | | | | | | | | | | | perf tools: Use perf_mmap way to detect aux mmapJiri Olsa2019-10-101-1/+3
| | * | | | | | | | | | | | | libperf: Adopt perf_mmap__put() function from tools/perfJiri Olsa2019-10-106-32/+48
| | * | | | | | | | | | | | | libperf: Adopt perf_mmap__unmap() function from tools/perfJiri Olsa2019-10-105-11/+17
| | * | | | | | | | | | | | | libperf: Adopt perf_mmap__get() function from tools/perfJiri Olsa2019-10-106-8/+8
| | * | | | | | | | | | | | | libperf: Adopt perf_mmap__mmap() function from tools/perfJiri Olsa2019-10-105-11/+25
| | * | | | | | | | | | | | | libperf: Adopt perf_mmap__mmap_len() function from tools/perfJiri Olsa2019-10-105-13/+21
| | * | | | | | | | | | | | | libperf: Add 'struct perf_mmap_param'Jiri Olsa2019-10-104-8/+18
| | * | | | | | | | | | | | | libperf: Add perf_mmap__init() functionJiri Olsa2019-10-104-3/+14
| | * | | | | | | | | | | | | perf tools: Avoid 'sample_reg_masks' being const + weakIan Rogers2019-10-1013-8/+46
| | * | | | | | | | | | | | | perf beauty: Introduce strtoul() for x86 MSRsArnaldo Carvalho de Melo2019-10-093-1/+9
| | * | | | | | | | | | | | | perf trace: Expand strings in filters to integersArnaldo Carvalho de Melo2019-10-091-0/+130
| | * | | | | | | | | | | | | perf trace: Introduce a strtoul() method for 'struct strarrays'Arnaldo Carvalho de Melo2019-10-092-0/+33
| | * | | | | | | | | | | | | perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'Arnaldo Carvalho de Melo2019-10-091-1/+7
| | * | | | | | | | | | | | | perf trace: Introduce --filter for tracepoint eventsArnaldo Carvalho de Melo2019-10-092-3/+10
OpenPOWER on IntegriCloud