summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2026-04-08perf util: Kill die() prototype, dead for a long timeArnaldo Carvalho de Melo
2026-04-08perf symbols: Make variable receiving result strrchr() constArnaldo Carvalho de Melo
2026-04-08perf maps: Fix copy_from that can break sorted by name orderIan Rogers
2026-04-08perf maps: Fix fixup_overlap_and_insert that can break sorted by name orderIan Rogers
2026-04-08perf maps: Move getting debug_file to verbose pathIan Rogers
2026-04-08perf addr2line: Remove global variable addr2line_timeout_msThomas Richter
2026-04-08perf config: Make symbol_conf::addr2line_disable_warn configurableThomas Richter
2026-04-08perf config: Rename symbol_conf::disable_add2line_warnThomas Richter
2026-04-05perf cgroup: Update metric leader in evlist__expand_cgroupIan Rogers
2026-04-05perf sample: Add evsel to struct perf_sampleIan Rogers
2026-04-05perf sample: Make sure perf_sample__init/exit are usedIan Rogers
2026-04-05perf sample: Document struct perf_sampleIan Rogers
2026-04-05perf tools: Save cln_size headerRicky Ringler
2026-04-02perf data convert ctf: Pipe mode improvementsIan Rogers
2026-04-02perf evsel: Make unknown event names more uniqueIan Rogers
2026-04-02perf ordered-events: Event processing consistency with the regular readerIan Rogers
2026-04-02perf header: Refactor pipe mode end marker handlingIan Rogers
2026-04-02perf session: Extra logging for failed to process eventsIan Rogers
2026-04-02perf header: Properly warn/print when libtraceevent/libbpf support is missingIan Rogers
2026-04-02perf header: Add utility to convert feature number to a stringIan Rogers
2026-04-02perf clockid: Add missing includeIan Rogers
2026-04-02perf header: Validate build_id filename length to prevent buffer overflowSeungJu Cheon
2026-04-02perf metricgroup: Refine error logsLeo Yan
2026-04-02perf expr: Add '\n' in literal parse errorsLeo Yan
2026-04-02perf expr: Return -EINVAL for syntax error in expr__find_ids()Leo Yan
2026-04-02perf tools: prevent null dsos from being addedAnubhav Shelat
2026-04-02perf tools: Fix module symbol resolution for non-zero .text sh_addrChuck Lever
2026-04-01libperf cpumap: Make index and nr types unsignedIan Rogers
2026-03-27perf tools: Add --pmu-filter option for filtering PMUsQinxin Xia
2026-03-26perf report: Add comm_nodigit sort keyStephen Brennan
2026-03-26perf record: Add support for arch_sdt_arg_parse_op() on s390Thomas Richter
2026-03-25Merge tag 'perf-tools-fixes-for-v7.0-2-2026-03-23' into perf-tools-nextNamhyung Kim
2026-03-19perf evlist: Improve default event for s390Ian Rogers
2026-03-19perf callchain: Refactor callchain option parsingIan Rogers
2026-03-19perf evsel: Constify option arguments to config functionsIan Rogers
2026-03-19perf target: Constify simple check functionsIan Rogers
2026-03-19perf evsel: Improve falling back from cyclesIan Rogers
2026-03-19perf dwarf-aux: Collect all variable locations for insn trackingZecheng Li
2026-03-19perf annotate-data: Use DWARF location ranges to preserve reg stateZecheng Li
2026-03-19perf annotate-data: Invalidate caller-saved regs for all callsZecheng Li
2026-03-19perf annotate-data: Add invalidate_reg_state() helper for x86Zecheng Li
2026-03-19perf annotate-data: Handle global variable access with const registerZecheng Li
2026-03-19perf annotate-data: Collect global variables without nameZecheng Li
2026-03-19perf dwarf-aux: Handle array types in die_get_member_typeZecheng Li
2026-03-19perf annotate-data: Improve type comparison from different scopesZecheng Li
2026-03-19perf dwarf-aux: Skip check_variable for variable lookupZecheng Li
2026-03-19perf dwarf-aux: Preserve typedefs in match_var_offsetZecheng Li
2026-03-19perf dwarf-aux: Add die_get_pointer_type to get pointer typesZecheng Li
2026-03-18perf symbol: Add RISCV case in get_plt_sizesChen Pei
2026-03-18perf tools: Remove duplicate include of stat.hChen Ni