aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-4/+3
2023-06-27Merge tag 'docs-arm64-move' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2023-06-27Merge tag 'perf-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-0/+75
2023-06-27perf trace: fix MSG_SPLICE_PAGES build errorGravatar Matthieu Baerts 1-0/+3
2023-06-24net: Kill MSG_SENDPAGE_NOTLASTGravatar David Howells 2-5/+1
2023-06-21perf arm-spe: Fix a dangling Documentation/arm64 referenceGravatar Jonathan Corbet 1-1/+1
2023-05-26perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Gravatar Song Liu 2-4/+3
2023-05-26perf cs-etm: Copy kernel coresight-pmu.h headerGravatar James Clark 1-0/+13
2023-05-26perf bpf: Do not use llvm-strip on BPF binaryGravatar Song Liu 1-2/+1
2023-05-26perf build: Don't compile demangle-cxx.cpp if not necessaryGravatar Ian Rogers 3-1/+29
2023-05-26perf arm: Fix include path to cs-etm.hGravatar Ian Rogers 1-1/+1
2023-05-26perf bpf filter: Fix a broken perf sample data naming for BPF CO-REGravatar Namhyung Kim 1-2/+2
2023-05-26perf ftrace latency: Remove unnecessary "--" from --use-nsec optionGravatar Namhyung Kim 1-1/+1
2023-05-19perf test attr: Fix python SafeConfigParser() deprecation warningGravatar Ian Rogers 1-3/+3
2023-05-19perf test attr: Update no event/metric expectationsGravatar Ian Rogers 5-174/+249
2023-05-17tools headers UAPI: Sync arch prctl headers with the kernel sourcesGravatar Arnaldo Carvalho de Melo 2-0/+3
2023-05-17tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Gravatar Arnaldo Carvalho de Melo 4-10/+2
2023-05-16tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Gravatar Arnaldo Carvalho de Melo 1-1/+1
2023-05-16perf metrics: Avoid segv with --topdown for metrics without a groupGravatar Ian Rogers 1-1/+1
2023-05-10perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Gravatar Jiri Olsa 1-0/+2
2023-05-10perf cs-etm: Fix contextid validationGravatar James Clark 1-5/+4
2023-05-10perf arm64: Fix build with refcount checkingGravatar James Clark 2-3/+3
2023-05-10perf test: Add stat test for record and scriptGravatar Sandipan Das 1-0/+13
2023-05-10perf script: Skip aggregation for stat eventsGravatar Sandipan Das 1-0/+7
2023-05-10perf build: Add system include paths to BPF buildsGravatar Ian Rogers 1-1/+18
2023-05-10perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryGravatar Yang Jihong 2-1/+3
2023-05-10perf parse-events: Do not break up AUX event groupGravatar Adrian Hunter 1-6/+3
2023-05-10perf test test_intel_pt.sh: Test sample mode with event with PMU nameGravatar Adrian Hunter 1-0/+7
2023-05-10perf evsel: Modify group pmu name for software eventsGravatar Ian Rogers 1-6/+9
2023-05-10perf build: Gracefully fail the build if BUILD_BPF_SKEL=1 is specified and cl...Gravatar Arnaldo Carvalho de Melo 1-0/+6
2023-05-10perf test java symbol: Remove needless debuginfod queriesGravatar Thomas Richter 1-1/+1
2023-05-10perf parse-events: Don't reorder ungrouped events by PMUGravatar Ian Rogers 1-8/+15
2023-05-10perf metric: JSON flag to not group events if gathering a metric groupGravatar Ian Rogers 21-5/+240
2023-05-10perf stat: Introduce skippable evselsGravatar Ian Rogers 3-11/+43
2023-05-10perf metric: Change divide by zero and !support events behaviorGravatar Ian Rogers 5-9/+28
2023-05-08perf test: Add selftest to test IBS invocation via core pmu eventsGravatar Ravi Bangoria 4-0/+75
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 485-144419/+167336
2023-05-06Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Gravatar Arnaldo Carvalho de Melo 6-20/+14
2023-05-06Revert "perf build: Warn for BPF skeletons if endian mismatches"Gravatar Arnaldo Carvalho de Melo 1-10/+7
2023-05-05perf metrics: Fix SEGV with --for-each-cgroupGravatar Ian Rogers 1-0/+1
2023-05-05perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Gravatar Arnaldo Carvalho de Melo 3-20/+174
2023-05-05perf stat: Separate bperf from bpf_profilerGravatar Dmitrii Dolgov 2-2/+7
2023-05-04Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 19-3/+469
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Gravatar Thomas Richter 1-1/+0
2023-05-03perf test record+probe_libc_inet_pton: Fix call chain match on s390Gravatar Thomas Richter 1-2/+0
2023-05-02perf tracepoint: Fix memory leak in is_valid_tracepoint()Gravatar Yang Jihong 1-0/+1
2023-05-02perf cs-etm: Add fix for coresight trace for any range of CPUsGravatar Ganapatrao Kulkarni 1-1/+23
2023-05-02perf build: Fix unescaped # in perf build-testGravatar James Clark 1-1/+1
2023-05-02perf unwind: Suppress massive unsupported target platform errorsGravatar Changbin Du 1-1/+1
2023-05-02perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Gravatar Sriram Yagnaraman 2-5/+5