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