aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2019-10-16perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye1-0/+1
2019-10-15perf trace: Hook the 'vec' tracepoint argument with the x86 IRQ vectors scnpr...Arnaldo Carvalho de Melo1-1/+2
2019-10-15perf trace beauty: Add the glue for the autogenerated x86 IRQ vector arrayArnaldo Carvalho de Melo3-0/+36
2019-10-15libbeauty: Add a strarray__scnprintf_suffix() methodArnaldo Carvalho de Melo2-0/+15
2019-10-15libbeauty: Hook up the x86 irq_vectors table generatorArnaldo Carvalho de Melo1-0/+8
2019-10-15libbeauty: Add a generator for x86's IRQ vectors -> stringsArnaldo Carvalho de Melo1-0/+27
2019-10-15tools arch x86: Grab a copy of the file containing the IRQ vector definesArnaldo Carvalho de Melo1-0/+1
2019-10-15perf vendor events arm64: Add some missing events for Hisi hip08 HHA PMUJohn Garry1-1/+22
2019-10-15perf vendor events arm64: Add some missing events for Hisi hip08 L3C PMUJohn Garry1-0/+56
2019-10-15perf vendor events arm64: Add some missing events for Hisi hip08 DDRC PMUJohn Garry1-0/+14
2019-10-15perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventnameJohn Garry1-1/+1
2019-10-15perf trace: Support tracepoint dynamic char arraysArnaldo Carvalho de Melo2-5/+16
2019-10-15perf trace: Filter own pid to avoid a feedback look in 'perf trace record -a'Arnaldo Carvalho de Melo1-8/+16
2019-10-15perf string: Export asprintf__tp_filter_pids()Arnaldo Carvalho de Melo2-1/+5
2019-10-15perf trace: Introduce --errno-summaryArnaldo Carvalho de Melo2-4/+51
2019-10-15perf c2c: Fix memory leak in build_cl_output()Yunfeng Ye1-5/+9
2019-10-15perf tools: Fix mode setting in copyfile_mode_ns()Adrian Hunter1-3/+5
2019-10-15perf annotate: Fix multiple memory and file descriptor leaksGustavo A. R. Silva1-1/+1
2019-10-15perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye2-3/+7
2019-10-15perf evlist: Fix fix for freed id arraysAndi Kleen1-1/+1
2019-10-15perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Thomas Richter1-1/+5
2019-10-15perf trace: Add syscall failure stats to -s/--summary and -S/--with-summaryArnaldo Carvalho de Melo1-24/+34
2019-10-15perf stat: Support --all-kernel/--all-userJin Yao4-0/+24
2019-10-15perf jvmti: Link against tools/lib/ctype.h to have weak strlcpy()Thomas Richter1-1/+5
2019-10-15perf annotate: Fix objdump --no-show-raw-insn flagIan Rogers1-2/+2
2019-10-15perf annotate: Don't pipe objdump output through 'expand' commandIan Rogers1-19/+76
2019-10-15perf annotate: Don't pipe objdump output through 'grep' commandIan Rogers1-1/+8
2019-10-15perf annotate: Use libsubcmd's run-command.h to fork objdumpIan Rogers1-35/+37
2019-10-15perf annotate: Avoid reallocation in objdump parsingIan Rogers1-12/+14
2019-10-15perf report: Add warning when libunwind not compiled inJin Yao1-0/+7
2019-10-15perf test: Avoid infinite loop for task exit caseLeo Yan1-0/+8
2019-10-15perf test: Report failure for mmap eventsLeo Yan1-0/+1
2019-10-15perf evlist: Fix fix for freed id arraysAndi Kleen1-1/+1
2019-10-15perf script: Fix --reltime with --timeAndi Kleen3-5/+32
2019-10-15perf tools: Allow to build with -ltcmallocJiri Olsa2-0/+7
2019-10-11perf diff: Report noisy for cycles diffJin Yao9-0/+203
2019-10-11perf tools: Propagate CFLAGS to libperfJiri Olsa3-15/+18
2019-10-10libperf: Adopt perf_evlist__filter_pollfd() from tools/perfJiri Olsa4-11/+19
2019-10-10libperf: Introduce perf_evlist__purge()Jiri Olsa2-0/+31
2019-10-10libperf: Introduce perf_evlist__exit()Jiri Olsa3-6/+14
2019-10-10libperf: Move the pollfd allocation from tools/perf to libperfJiri Olsa2-4/+5
2019-10-10libperf: Centralize map refcnt settingJiri Olsa2-30/+15
2019-10-10perf evlist: Switch to libperf's mmap interfaceJiri Olsa1-175/+4
2019-10-10perf evlist: Introduce perf_evlist__mmap_cb_mmap()Jiri Olsa1-2/+13
2019-10-10perf evlist: Introduce perf_evlist__mmap_cb_get()Jiri Olsa1-0/+24
2019-10-10perf tools: Introduce perf_evlist__mmap_cb_idx()Jiri Olsa1-0/+14
2019-10-10libperf: Introduce perf_evlist_mmap_ops::mmap callbackJiri Olsa2-3/+29
2019-10-10libperf: Add perf_evlist_mmap_ops::get callbackJiri Olsa2-8/+13
2019-10-10libperf: Introduce perf_evlist_mmap_ops::idx callbackJiri Olsa2-5/+17
2019-10-10libperf: Introduce perf_evlist__mmap_ops()Jiri Olsa2-6/+26