summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2025-11-03perf symbols: Handle '1' symbols in /proc/kallsymsArnaldo Carvalho de Melo1-1/+5
2025-10-09Merge tag 'perf-tools-for-v6.18-1-2025-10-08' of git://git.kernel.org/pub/scm...Linus Torvalds79-2477/+4349
2025-10-06perf build: Disable thread safety analysis for perl headerLeo Yan1-1/+1
2025-10-06perf python: split Clang options when invoking PopenLeo Yan1-1/+4
2025-10-06perf disasm: Remove unused evsel from 'struct annotate_args'Ian Rogers2-2/+0
2025-10-06perf srcline: Fallback between addr2line implementationsIan Rogers8-481/+485
2025-10-06perf disasm: Make ins__scnprintf() and ins__is_nop() staticIan Rogers2-6/+3
2025-10-06perf dso: Clean up read_symbol() error handlingIan Rogers3-5/+16
2025-10-06perf dso: Support BPF programs in dso__read_symbol()Ian Rogers4-42/+80
2025-10-06perf dso: Move read_symbol() from llvm/capstone to dsoIan Rogers4-128/+97
2025-10-06perf llvm: Reduce LLVM initializationIan Rogers1-12/+21
2025-10-04perf parse-events: Fix parsing of >30kb event stringsIan Rogers1-14/+3
2025-10-03perf record: Add ratio-to-prev termThomas Falcon7-2/+105
2025-10-03perf bpf-event: Use libbpf version rather than feature checkIan Rogers2-2/+5
2025-10-03perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTERZecheng Li2-4/+4
2025-10-03perf stat: Refactor retry/skip/fatal error handlingIan Rogers2-16/+25
2025-10-03perf stat: Move create_perf_stat_counter() to builtin-stat.cIan Rogers2-60/+0
2025-10-03perf namespaces: Avoid get_current_dir_name dependencyIan Rogers4-31/+3
2025-10-02perf capstone: Remove open_capstone_handleIan Rogers1-28/+6
2025-10-02perf libbfd: Move libbfd functionality to its own fileIan Rogers10-659/+717
2025-10-02perf llvm: Move llvm functionality into its own fileIan Rogers7-311/+373
2025-10-02perf capstone: Move capstone functionality into its own fileIan Rogers5-465/+569
2025-10-02perf map: Constify objdump offset/address conversion APIsIan Rogers2-7/+18
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm record" on IntelDapeng Mi1-0/+10
2025-10-02perf tools: Add helper x86__is_intel_cpu()Dapeng Mi2-0/+24
2025-10-02perf symbol-minimal: Be more defensive when reading build IDsIan Rogers1-1/+1
2025-10-02perf bpf: Use __builtin_preserve_field_info for GCC compatibilitySam James1-1/+1
2025-10-01perf bpf_counter: Fix handling of cpumap fixing hybridIan Rogers2-17/+12
2025-10-01perf bpf_counter: Move header declarations into C codeIan Rogers5-70/+69
2025-10-01perf annotate: Use architecture-agnostic register limitSuchit Karunakaran1-5/+8
2025-10-01perf script: Enable to present DTL entriesAthira Rajeev1-0/+3
2025-10-01perf powerpc: Process the DTL entries in queue and deliver samplesAthira Rajeev1-0/+175
2025-10-01perf powerpc: Allocate and setup aux buffer queue to help co-relate with othe...Athira Rajeev1-4/+223
2025-10-01perf powerpc: Add event name as vpa-dtl of PERF_TYPE_SYNTH type to present DT...Athira Rajeev2-0/+77
2025-10-01perf powerpc: Process auxtrace events and display in 'perf report -D'Athira Rajeev5-0/+291
2025-10-01perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpcAthira Rajeev3-0/+18
2025-10-01perf tools: Fix duplicated words in documentation and commentsMarkus Heidelberg1-1/+1
2025-09-30Merge tag 'x86_misc_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-30perf bpf: Check libbpf version to use btf_dump_type_data_opts.emit_stringsArnaldo Carvalho de Melo1-0/+2
2025-09-30perf bpf: Move the LIBBPF_CURRENT_VERSION_GEQ macro to bpf-utils.hArnaldo Carvalho de Melo2-4/+6
2025-09-30perf bpf-filter: Fix opts declaration on older libbpfsIan Rogers1-0/+8
2025-09-30Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-09-25kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-1/+1
2025-09-19perf build-id: Ensure snprintf string is empty when size is 0Ian Rogers1-0/+7
2025-09-19perf evsel: Ensure the fallback message is always written toIan Rogers1-5/+7
2025-09-19perf evsel: Fix uniquification when PMU given without suffixIan Rogers1-10/+18
2025-09-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan1-1/+1
2025-09-19Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-4/+5
2025-09-19perf tools: Remove a pointless checkNamhyung Kim1-3/+0
2025-09-19perf dwarf-aux: Fix __die_find_scope_cb() for namespacesZecheng Li1-0/+9