summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-031-29/+175
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-212-17/+12
| |\
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-091-29/+175
| |\ \
| | * | perf tools: Rework prologue generation codeJiri Olsa2022-06-241-29/+175
* | | | perf bpf: Remove undefined behavior from bpf_perf_object__next()Ian Rogers2022-07-271-11/+7
* | | | perf symbol: Skip symbols if SHF_ALLOC flag is not setLeo Yan2022-07-271-0/+11
* | | | perf symbol: Correct address for bss symbolsLeo Yan2022-07-271-4/+41
* | | | perf scripts python: Let script to be python2 compliantLeo Yan2022-07-271-16/+18
| |_|/ |/| |
* | | perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao2022-07-171-0/+2
* | | perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter2022-07-171-14/+4
* | | perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter2022-07-171-3/+6
|/ /
* | perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim2022-07-021-2/+3
* | perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim2022-07-021-2/+2
* | perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou2022-07-021-1/+1
* | perf bpf: 8 byte align bpil dataIan Rogers2022-06-281-3/+2
* | perf offcpu: Accept allowed sample types onlyNamhyung Kim2022-06-283-1/+24
* | perf offcpu: Fix build failure on old kernelsNamhyung Kim2022-06-281-6/+14
* | perf stat: Enable ignore_missing_threadGang Li2022-06-261-0/+2
* | perf inject: Adjust output data offset for backward compatibilityRaul Silvera2022-06-263-1/+17
* | perf trace beauty: Fix generation of errno id->str table on ALT LinuxArnaldo Carvalho de Melo2022-06-261-12/+2
* | perf build-id: Fix caching files with a wrong build IDAdrian Hunter2022-06-261-0/+28
* | perf inject: Fix missing free in copy_kcore_dir()Adrian Hunter2022-06-261-1/+3
* | perf metrics: Ensure at least 1 id per metricIan Rogers2022-06-191-0/+9
* | perf arm-spe: Don't set data source if it's not a memory operationLeo Yan2022-06-191-14/+8
* | perf expr: Allow exponents on floating point valuesIan Rogers2022-06-192-1/+3
* | perf test topology: Use !strncmp(right platform) to fix guest PPC comparision...Athira Rajeev2022-06-191-1/+1
* | perf test: Record only user callchains on the "Check Arm64 callgraphs are com...Michael Petlan2022-06-191-1/+1
* | perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2022-06-191-1/+6
* | perf test: Fix variable length array undefined behavior in bp_accountIan Rogers2022-06-191-2/+14
* | perf test: Fix "perf stat CSV output linter" test on s390Thomas Richter2022-06-192-72/+45
* | perf unwind: Fix uninitialized variableIan Rogers2022-06-191-1/+1
|/
* perf vendor events intel: Update metrics for AlderlakeZhengjun Xing2022-06-031-50/+113
* perf vendor events intel: Add metrics for SapphirerapidsZhengjun Xing2022-06-031-0/+530
* perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan2022-06-031-2/+2
* perf mem: Trace physical address for Arm SPE eventsLeo Yan2022-06-031-3/+3
* perf list: Update event description for IBM zEC12/zBC12 to latest levelThomas Richter2022-06-033-89/+89
* perf list: Update event description for IBM z196/z114 to latest levelThomas Richter2022-06-033-78/+78
* perf list: Update event description for IBM z15 to latest levelThomas Richter2022-06-034-184/+182
* perf list: Update event description for IBM z14 to latest levelThomas Richter2022-06-033-99/+99
* perf list: Update event description for IBM z13 to latest levelThomas Richter2022-06-033-106/+106
* perf list: Update event description for IBM z10 to latest levelThomas Richter2022-06-033-74/+74
* perf list: Add IBM z16 event description for s390Thomas Richter2022-06-035-0/+700
* perf record: Support sample-read topdown metric group for hybrid platformsZhengjun Xing2022-06-033-18/+13
* perf lock: Change to synthesize task eventsNamhyung Kim2022-06-031-1/+1
* perf unwind: Fix segbase for ld.lld linked objectsFangrui Song2022-06-032-30/+77
* perf test arm-spe: Check if perf-record hangs when recording workload with forksGerman Gomez2022-06-031-0/+92
* perf docs: Correct typo of event_sourcesIan Rogers2022-06-033-3/+3
* perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systemsZhengjun Xing2022-06-031-1/+1
* perf scripts python: Support Arm CoreSight trace data disassemblyLeo Yan2022-05-271-0/+272
* perf scripting python: Expose dso and map informationLeo Yan2022-05-271-4/+17