aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2026-07-09perf capstone: Fix kernel map reference count leakTengda Wu1-4/+9
2026-07-09perf tests: Restore -p flag to lock contention testIan Rogers1-1/+2
2026-07-08perf dso: Fix kallsyms DSO detection with fallback logicTanushree Shah1-1/+56
2026-07-08perf stat: reject --field-separator and --json-output combinationIvan Lazaric2-0/+19
2026-07-08perf vendor events amd: Reintroduce deprecated Zen 5 core eventsSandipan Das1-0/+42
2026-07-07perf data convert json: Fix trace_seq memory leak in process_sample_event()Tanushree Shah1-0/+1
2026-07-07perf record: fix poll storm when monitored threads exitJiawei Sun1-0/+14
2026-07-04perf tests: Add auto counter reload (ACR) sampling testDapeng Mi1-0/+43
2026-07-04perf vendor events amd: Update Zen 6 core eventsSandipan Das1-5/+29
2026-07-04perf vendor events amd: Update Zen 5 core eventsSandipan Das2-18/+120
2026-07-04perf test amd ibs: avoid using executable heapOndrej Mosnacek1-14/+6
2026-07-03perf test: Add Arm CoreSight callchain testLeo Yan6-2/+213
2026-07-03perf cs-etm: Synthesize callchains for instruction samplesLeo Yan1-5/+78
2026-07-03perf cs-etm: Support call indentationLeo Yan1-5/+15
2026-07-03perf cs-etm: Flush thread stacks after decoder resetLeo Yan1-0/+45
2026-07-03perf cs-etm: Use thread-stack for last branch entriesLeo Yan1-115/+58
2026-07-03perf cs-etm: Refactor instruction size handlingLeo Yan1-21/+22
2026-07-03perf cs-etm: Decode ETE exception packetsLeo Yan1-3/+3
2026-07-03perf cs-etm: Filter synthesized branch samplesLeo Yan3-6/+22
2026-07-03perf cs-etm: Fix thread leaks on trace queue init failureLeo Yan1-0/+4
2026-07-03perf test: Extend perf kvm tests to check default eventNamhyung Kim1-0/+10
2026-07-03perf kvm: Fix a memory leak in the usage stringNamhyung Kim1-7/+8
2026-07-03perf kvm: Do not copy filename stringNamhyung Kim1-10/+4
2026-07-03perf kvm: Kill STRDUP_FAIL_EXIT()Namhyung Kim4-53/+24
2026-07-03perf kvm: Check kvm_need_default_arch_event() earlyNamhyung Kim1-10/+11
2026-07-03perf kvm: Factor out kvm_need_default_arch_event()Namhyung Kim5-60/+69
2026-07-03perf symbols: skip livepatch symbols in kcore_copy kallsyms processingJoe Lawrence1-0/+4
2026-07-03perf symbols: skip livepatch symbols when loading kallsymsJoe Lawrence2-2/+14
2026-07-01perf build: Add LDFLAGS to dlfilters .so linkTrevor Allison1-1/+1
2026-06-30perf tests: Include error output for skipped tests in JUnit XMLIan Rogers1-2/+8
2026-06-30perf tests: Speed up metrics checking shell testsIan Rogers2-2/+2
2026-06-30perf tests: Speed up lock contention analysis shell testIan Rogers1-13/+19
2026-06-30perf tests: Speed up off-cpu profiling testsIan Rogers1-7/+7
2026-06-30perf tests: Fix flakiness in branch stack sampling testsIan Rogers1-37/+62
2026-06-30perf tests: Fix flakiness in BPF counters test on hybrid systemsIan Rogers1-10/+18
2026-06-30perf tests: Fix flakiness in trace record and replay testIan Rogers2-5/+40
2026-06-30perf tests: Fix Python JIT dump profiling test failureIan Rogers1-21/+48
2026-06-30perf tests: Skip metrics validation if system-wide recording lacks permissionIan Rogers3-33/+60
2026-06-30perf tests: Add robust record retry helper and use subsecond workloadsIan Rogers5-127/+214
2026-06-30perf tests workloads: Support sub-second durations in noploop and thloopIan Rogers2-8/+25
2026-06-30perf test: Truncate test description to fit terminal widthIan Rogers1-74/+89
2026-06-30perf parse-events: Restrict core PMU bypass to --cputype optionIan Rogers11-43/+87
2026-06-30perf test: Update perf timechart testNamhyung Kim1-9/+15
2026-06-30perf timechart: Fix memory leaks in draw_wakeups()Namhyung Kim1-3/+3
2026-06-30perf timechart: Fix memory leaks during recordNamhyung Kim1-11/+20
2026-06-30perf timechart: Release event samples at the endNamhyung Kim1-0/+68
2026-06-30perf timechart: Remove unnecessary copy of backtraceNamhyung Kim1-7/+18
2026-06-30perf timechart: Remove unused backtrace in trace_handlerNamhyung Kim1-41/+23
2026-06-30perf timechart: Generate backtrace only if neededNamhyung Kim1-4/+10
2026-06-30perf timechart: Don't pass @event to cat_backtrace()Namhyung Kim1-7/+5