summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2026-05-22perf doc: Document new IBS capabilities in man pageRavi Bangoria
2026-05-22perf amd ibs: Decode Streaming-store flag in IBS OP raw dumpRavi Bangoria
2026-05-22perf amd ibs: Decode Remote-Socket flag in IBS OP raw dumpRavi Bangoria
2026-05-22perf amd ibs: Make Fetch status bits dependent on PhyAddrValid for newer plat...Ravi Bangoria
2026-05-22perf amd ibs: Suppress bogus TlbRefillLat and DCPhysAd on Zen4+Ravi Bangoria
2026-05-22perf test ibs: Skip privilege test on Zen6 and newer platformsRavi Bangoria
2026-05-22perf test amd ibs: Fix incorrect kernel version checkRavi Bangoria
2026-05-22perf kwork: Fix memory management of kwork_workIan Rogers
2026-05-22perf kwork: Fix address sanitizer issuesIan Rogers
2026-05-22perf build: Unconditionally set up libunwind feature build flagsIan Rogers
2026-05-22perf stat: Make metric only column line up with headerAndi Kleen
2026-05-21Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2026-05-21perf build: Fix fsmount.o buildIan Rogers
2026-05-20perf build: Prefix SCRIPTS with output directory to fix continuous rebuildsIan Rogers
2026-05-20perf arch x86 tests: Add test for topdown event sortingIan Rogers
2026-05-20perf tests: Add test for uncore event sortingIan Rogers
2026-05-20perf build: Convert llvm-config shell queries to simply expanded variablesIan Rogers
2026-05-20perf pmu-events: Convert recursive shell assignments and macros to Make built...Ian Rogers
2026-05-20perf pmu-events: Split big_c_string storage into standalone compilation unitIan Rogers
2026-05-20perf build: Remove redundant libbpf feature check for static buildsIan Rogers
2026-05-20perf build: Move libsymbol dependency out of prepare stepIan Rogers
2026-05-20perf build: Pre-generate BPF skeleton tooling during umbrella prepare phaseIan Rogers
2026-05-20perf build: Encapsulate vmlinux.h and bpftool in bpf_skel.makIan Rogers
2026-05-20perf build: Move BPF skeleton generation out of Makefile.perfIan Rogers
2026-05-20perf build: Remove empty archheaders targetIan Rogers
2026-05-20perf build: Decouple pmu-events from prepare umbrella targetIan Rogers
2026-05-20perf trace beauty: Make beauty generated C code standalone .o filesIan Rogers
2026-05-20perf lock contention: Fix SIGCHLD vs pause() race in __cmd_contention()Swapnil Sapkal
2026-05-20perf sched stats: Fix SIGCHLD vs pause() race in schedstat_live()Swapnil Sapkal
2026-05-20perf sched stats: Fix SIGCHLD vs pause() race in schedstat_record()Swapnil Sapkal
2026-05-20perf evsel: Add bounds checking to trace point raw data accessorsIan Rogers
2026-05-20perf timechart: Bounds check CPUIan Rogers
2026-05-20perf sched: Bounds check CPU in sched switch eventsIan Rogers
2026-05-20perf kmem: Add bounds checks to tracepoint read valuesIan Rogers
2026-05-20perf synthetic-events: Bound check when synthesizing mmap2 and build_id eventsIan Rogers
2026-05-20perf kmem: Fix memory leaks on error path and when skippingIan Rogers
2026-05-20perf timechart: Fix memory leaksIan Rogers
2026-05-20perf lock: Avoid segv if event is missing a callchainIan Rogers
2026-05-20perf lock: Constify trace_lock_handler variablesIan Rogers
2026-05-20perf evsel: Don't pass evsel with sampleIan Rogers
2026-05-20perf s390-sample-raw: Don't pass evsel or its PMU with sampleIan Rogers
2026-05-20perf script: Don't pass evsel with sampleIan Rogers
2026-05-20perf evlist: Try to avoid computing evsel from sampleIan Rogers
2026-05-20perf trace: Don't pass evsel with sampleIan Rogers
2026-05-20perf timechart: Don't pass evsel with sampleIan Rogers
2026-05-20perf sched: Don't pass evsel with sampleIan Rogers
2026-05-20perf kwork: Don't pass evsel with sampleIan Rogers
2026-05-20perf kmem: Don't pass evsel with sampleIan Rogers
2026-05-20perf inject: Don't pass evsel with sampleIan Rogers
2026-05-20perf annotate: Don't pass evsel to add_sampleIan Rogers