summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2026-04-01libperf cpumap: Make index and nr types unsignedIan Rogers17-36/+47
2026-03-27perf tools: Add --pmu-filter option for filtering PMUsQinxin Xia2-6/+14
2026-03-26perf report: Add comm_nodigit sort keyStephen Brennan4-0/+121
2026-03-26perf record: Add support for arch_sdt_arg_parse_op() on s390Thomas Richter3-0/+82
2026-03-25Merge tag 'perf-tools-fixes-for-v7.0-2-2026-03-23' into perf-tools-nextNamhyung Kim7-27/+40
2026-03-19perf evlist: Improve default event for s390Ian Rogers3-12/+27
2026-03-19perf callchain: Refactor callchain option parsingIan Rogers2-22/+63
2026-03-19perf evsel: Constify option arguments to config functionsIan Rogers2-14/+14
2026-03-19perf target: Constify simple check functionsIan Rogers1-6/+6
2026-03-19perf evsel: Improve falling back from cyclesIan Rogers2-14/+33
2026-03-19perf dwarf-aux: Collect all variable locations for insn trackingZecheng Li1-29/+29
2026-03-19perf annotate-data: Use DWARF location ranges to preserve reg stateZecheng Li5-6/+54
2026-03-19perf annotate-data: Invalidate caller-saved regs for all callsZecheng Li1-6/+13
2026-03-19perf annotate-data: Add invalidate_reg_state() helper for x86Zecheng Li1-12/+17
2026-03-19perf annotate-data: Handle global variable access with const registerZecheng Li1-0/+5
2026-03-19perf annotate-data: Collect global variables without nameZecheng Li1-6/+1
2026-03-19perf dwarf-aux: Handle array types in die_get_member_typeZecheng Li1-1/+16
2026-03-19perf annotate-data: Improve type comparison from different scopesZecheng Li1-1/+3
2026-03-19perf dwarf-aux: Skip check_variable for variable lookupZecheng Li3-30/+30
2026-03-19perf dwarf-aux: Preserve typedefs in match_var_offsetZecheng Li1-11/+15
2026-03-19perf dwarf-aux: Add die_get_pointer_type to get pointer typesZecheng Li3-17/+51
2026-03-18perf symbol: Add RISCV case in get_plt_sizesChen Pei1-3/+1
2026-03-18perf tools: Remove duplicate include of stat.hChen Ni1-1/+0
2026-03-18perf tools: Remove duplicate include of debug.hChen Ni1-1/+0
2026-03-18perf: tools: cs-etm: Enhance raw Coresight trace debug displayMike Leach1-1/+4
2026-03-18perf: tools: cs-etm: Fix print issue for Coresight debug in ETE/TRBE traceMike Leach1-38/+13
2026-03-17perf kvm stat: Fix relative paths for including headersLeo Yan1-3/+3
2026-03-17perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter1-17/+65
2026-03-17perf metricgroup: Fix metricgroup__has_metric_or_groups()Ian Rogers1-3/+3
2026-03-13perf record: Remove unused cpu-set-sched.hIan Rogers1-50/+0
2026-03-13perf bpf_map: Remove unused codeIan Rogers3-94/+0
2026-03-13perf dump-insn: Remove dump-insn.cIan Rogers2-24/+0
2026-03-13perf symbol: Reduce scope of elf__needs_adjust_symbolsIan Rogers2-5/+4
2026-03-13perf branch: Avoid incrementing NULLIan Rogers1-0/+3
2026-03-11perf synthetic-events: Fix stale build ID in module MMAP2 recordsChuck Lever1-0/+5
2026-03-10perf disasm: Fix potential use-after-free on filelocIan Rogers1-4/+4
2026-03-10perf tools: Add layout support for --symfs optionChangbin Du3-4/+50
2026-03-10perf annotate loongarch: Fix off-by-one bug in outside checkIan Rogers1-1/+1
2026-03-10perf annotate: Fix hashmap__new() error checkingChen Ni1-1/+4
2026-03-10perf cs-etm: Finish removal of ETM_OPT_*James Clark3-24/+29
2026-03-05perf disasm: Fix off-by-one bug in outside checkPeter Collingbourne1-1/+1
2026-03-04perf annotate: Specify llvm features="+all" for aarch64Peter Collingbourne1-2/+8
2026-03-03perf pmu: Replace starts_with with strstartsIan Rogers1-20/+16
2026-03-02perf kvm stat: Fix relative paths for including headersLeo Yan1-3/+3
2026-02-26perf trace: Handle task exit in BPF syscall summaryNamhyung Kim1-3/+15
2026-02-24perf metricgroup: Fix metricgroup__has_metric_or_groupsIan Rogers1-3/+3
2026-02-24perf parse-events: Fix big-endian 'overwrite' by writing correct union memberThomas Richter1-17/+65
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds158-1867/+8857
2026-02-12perf json: Pipe mode --to-ctf supportIan Rogers1-2/+52
2026-02-12perf json: Pipe mode --to-json supportIan Rogers1-0/+16