summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Song Liu2023-05-262-4/+3
* perf cs-etm: Copy kernel coresight-pmu.h headerJames Clark2023-05-261-0/+13
* perf bpf: Do not use llvm-strip on BPF binarySong Liu2023-05-261-2/+1
* perf build: Don't compile demangle-cxx.cpp if not necessaryIan Rogers2023-05-263-1/+29
* perf arm: Fix include path to cs-etm.hIan Rogers2023-05-261-1/+1
* perf bpf filter: Fix a broken perf sample data naming for BPF CO-RENamhyung Kim2023-05-261-2/+2
* perf ftrace latency: Remove unnecessary "--" from --use-nsec optionNamhyung Kim2023-05-261-1/+1
* perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers2023-05-191-3/+3
* perf test attr: Update no event/metric expectationsIan Rogers2023-05-195-174/+249
* tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2023-05-172-0/+3
* tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2023-05-174-10/+2
* tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo2023-05-161-1/+1
* perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers2023-05-161-1/+1
* perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Jiri Olsa2023-05-101-0/+2
* perf cs-etm: Fix contextid validationJames Clark2023-05-101-5/+4
* perf arm64: Fix build with refcount checkingJames Clark2023-05-102-3/+3
* perf test: Add stat test for record and scriptSandipan Das2023-05-101-0/+13
* perf script: Skip aggregation for stat eventsSandipan Das2023-05-101-0/+7
* perf build: Add system include paths to BPF buildsIan Rogers2023-05-101-1/+18
* perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong2023-05-102-1/+3
* perf parse-events: Do not break up AUX event groupAdrian Hunter2023-05-101-6/+3
* perf test test_intel_pt.sh: Test sample mode with event with PMU nameAdrian Hunter2023-05-101-0/+7
* perf evsel: Modify group pmu name for software eventsIan Rogers2023-05-101-6/+9
* perf build: Gracefully fail the build if BUILD_BPF_SKEL=1 is specified and cl...Arnaldo Carvalho de Melo2023-05-101-0/+6
* perf test java symbol: Remove needless debuginfod queriesThomas Richter2023-05-101-1/+1
* perf parse-events: Don't reorder ungrouped events by PMUIan Rogers2023-05-101-8/+15
* perf metric: JSON flag to not group events if gathering a metric groupIan Rogers2023-05-1021-5/+240
* perf stat: Introduce skippable evselsIan Rogers2023-05-103-11/+43
* perf metric: Change divide by zero and !support events behaviorIan Rogers2023-05-105-9/+28
* Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-05-07485-144419/+167336
|\
| * Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-066-20/+14
| * Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo2023-05-061-10/+7
| * perf metrics: Fix SEGV with --for-each-cgroupIan Rogers2023-05-051-0/+1
| * perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo2023-05-053-20/+174
| * perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2023-05-052-2/+7
| * perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter2023-05-031-1/+0
| * perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter2023-05-031-2/+0
| * perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong2023-05-021-0/+1
| * perf cs-etm: Add fix for coresight trace for any range of CPUsGanapatrao Kulkarni2023-05-021-1/+23
| * perf build: Fix unescaped # in perf build-testJames Clark2023-05-021-1/+1
| * perf unwind: Suppress massive unsupported target platform errorsChangbin Du2023-05-021-1/+1
| * perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman2023-05-022-5/+5
| * perf script: Print raw ip instead of binary offset for callchainChangbin Du2023-05-021-7/+2
| * perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong2023-05-021-1/+1
| * perf list: Modify the warning message about scandirat(3)Namhyung Kim2023-05-021-1/+1
| * perf list: Fix memory leaks in print_tracepoint_events()Namhyung Kim2023-05-021-4/+8
| * perf lock contention: Rework offset calculation with BPF CO-RENamhyung Kim2023-05-021-7/+7
| * perf lock contention: Fix struct rq lock accessNamhyung Kim2023-05-021-4/+4
| * perf stat: Disable TopdownL1 on hybridIan Rogers2023-04-281-1/+7
| * perf stat: Avoid SEGV on counter->nameIan Rogers2023-04-281-1/+1