summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2026-05-22perf tool_pmu: Make tool PMU events respect enable/disableIan Rogers5-97/+375
2026-05-22perf amd ibs: Decode Streaming-store flag in IBS OP raw dumpRavi Bangoria1-4/+14
2026-05-22perf amd ibs: Decode Remote-Socket flag in IBS OP raw dumpRavi Bangoria1-2/+16
2026-05-22perf amd ibs: Make Fetch status bits dependent on PhyAddrValid for newer plat...Ravi Bangoria1-2/+40
2026-05-22perf amd ibs: Suppress bogus TlbRefillLat and DCPhysAd on Zen4+Ravi Bangoria1-3/+14
2026-05-22perf kwork: Fix memory management of kwork_workIan Rogers2-4/+19
2026-05-22perf stat: Make metric only column line up with headerAndi Kleen1-12/+10
2026-05-20perf build: Move BPF skeleton generation out of Makefile.perfIan Rogers2-39/+13
2026-05-20perf trace beauty: Make beauty generated C code standalone .o filesIan Rogers6-152/+5
2026-05-20perf evsel: Add bounds checking to trace point raw data accessorsIan Rogers1-5/+49
2026-05-20perf synthetic-events: Bound check when synthesizing mmap2 and build_id eventsIan Rogers1-3/+16
2026-05-20perf evsel: Don't pass evsel with sampleIan Rogers1-24/+37
2026-05-20perf s390-sample-raw: Don't pass evsel or its PMU with sampleIan Rogers1-14/+17
2026-05-20perf script: Don't pass evsel with sampleIan Rogers4-41/+25
2026-05-20perf kwork: Don't pass evsel with sampleIan Rogers1-5/+4
2026-05-20perf inject: Don't pass evsel with sampleIan Rogers2-19/+13
2026-05-20perf hist: Remove evsel from struct hist_entry_iterIan Rogers2-14/+13
2026-05-20perf db-export: Remove evsel from struct export_sampleIan Rogers3-9/+7
2026-05-20perf hist: Remove evsel parameter from inc samples functionsIan Rogers2-14/+11
2026-05-20perf callchain: Don't pass evsel and sampleIan Rogers9-29/+22
2026-05-20perf evsel: Refactor evsel tracepoint sample accessors perf_sampleIan Rogers10-39/+36
2026-05-20perf kvm: Don't pass evsel with sampleIan Rogers8-115/+81
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers9-40/+28
2026-05-20perf inject: Fix itrace branch stack synthesisIan Rogers1-3/+5
2026-05-20perf event: Fix size of synthesized sample with branch stacksIan Rogers6-23/+94
2026-05-20perf riscv: Add SDT argument parsing for RISC-VChen Pei3-0/+132
2026-05-15perf unwind-libunwind: Add RISC-V libunwind supportIan Rogers4-0/+341
2026-05-15perf unwind-libunwind: Remove libunwind-localIan Rogers19-955/+3350
2026-05-15perf unwind-libunwind: Move flush/finish access out of localIan Rogers17-90/+309
2026-05-15perf unwind-libunwind: Make libunwind register reading cross platformIan Rogers17-28/+340
2026-05-15perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selectionIan Rogers8-33/+196
2026-05-14perf metricgroup: Avoid scanning unnecessary PMUs for identifier matchIan Rogers3-9/+21
2026-05-14perf record: Refactor ARM64 leaf caller setup out of archIan Rogers3-2/+8
2026-05-11perf tool: Fix missing schedstat delegates and dont_split_sample_group in del...Ian Rogers1-0/+6
2026-05-05perf arm_spe: Print remaining IMPDEF event numbersJames Clark1-0/+18
2026-05-05perf arm_spe: Decode Arm N1 IMPDEF eventsJames Clark3-2/+41
2026-05-05perf arm_spe: Turn event name mappings into an arrayJames Clark1-45/+43
2026-05-05perf arm_spe: Store MIDR in arm_spe_pktJames Clark5-17/+30
2026-05-05perf arm_spe: Handle missing CPU IDsJames Clark1-1/+8
2026-05-05perf arm_spe: Make a function to get the MIDRJames Clark1-14/+22
2026-05-05perf debuginfo: Fix libdw API contract violationsIan Rogers1-3/+6
2026-05-05perf annotate-data: Fix libdw API contract violationsIan Rogers1-10/+17
2026-05-05perf probe-finder: Fix libdw API contract violationsIan Rogers1-37/+65
2026-05-05perf libdw: Fix libdw API contract violations and memory leaksIan Rogers1-6/+43
2026-05-05perf libdw: Support DWARF line 0 in inline listIan Rogers1-1/+2
2026-05-05perf libdw: Fix callchain parent update in ORDER_CALLER modeIan Rogers1-7/+13
2026-05-05perf srcline: Introduce inline_node__clear_frames()Ian Rogers2-1/+9
2026-05-05perf dwarf-aux: Fix libdw API contract violationsIan Rogers2-17/+22
2026-05-05perf dwarf-aux: Fix libdw segmentation fault in cu_walk_functions_atIan Rogers1-3/+2
2026-04-13perf annotate: Use jump__delete when freeing LoongArch jumpsRong Bao3-1/+4