summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2025-10-06perf disasm: Remove unused evsel from 'struct annotate_args'Ian Rogers
2025-10-06perf srcline: Fallback between addr2line implementationsIan Rogers
2025-10-06perf disasm: Make ins__scnprintf() and ins__is_nop() staticIan Rogers
2025-10-06perf dso: Clean up read_symbol() error handlingIan Rogers
2025-10-06perf dso: Support BPF programs in dso__read_symbol()Ian Rogers
2025-10-06perf dso: Move read_symbol() from llvm/capstone to dsoIan Rogers
2025-10-06perf llvm: Reduce LLVM initializationIan Rogers
2025-10-06perf check: Add libLLVM featureIan Rogers
2025-10-03perf parse-events: Fix parsing of >30kb event stringsIan Rogers
2025-10-03perf record: Add auto counter reload parse and regression testsThomas Falcon
2025-10-03perf record: Add ratio-to-prev termThomas Falcon
2025-10-03perf bpf-event: Use libbpf version rather than feature checkIan Rogers
2025-10-03perf build: Move libopcode disasm tests to BUILD_NONDISTROIan Rogers
2025-10-03tools build: Remove feature-libslang-include-subdirIan Rogers
2025-10-03perf annotate: Rename TSR_KIND_POINTER to TSR_KIND_PERCPU_POINTERZecheng Li
2025-10-03perf stat: Refactor retry/skip/fatal error handlingIan Rogers
2025-10-03perf stat: Move create_perf_stat_counter() to builtin-stat.cIan Rogers
2025-10-03perf namespaces: Avoid get_current_dir_name dependencyIan Rogers
2025-10-02perf capstone: Remove open_capstone_handleIan Rogers
2025-10-02perf libbfd: Move libbfd functionality to its own fileIan Rogers
2025-10-02perf llvm: Move llvm functionality into its own fileIan Rogers
2025-10-02perf capstone: Move capstone functionality into its own fileIan Rogers
2025-10-02perf map: Constify objdump offset/address conversion APIsIan Rogers
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm top" on IntelDapeng Mi
2025-10-02perf tools kvm: Use "cycles" to sample guest for "kvm record" on IntelDapeng Mi
2025-10-02perf tools: Add helper x86__is_intel_cpu()Dapeng Mi
2025-10-02perf tools kvm: Fix the potential out of range memory access issueDapeng Mi
2025-10-02perf tools kwork: Add missed memory allocation check and freeDapeng Mi
2025-10-02perf tools kvm: Add missed memory allocation check and freeDapeng Mi
2025-10-02tools include: Add headers to make tools builds more hermeticIan Rogers
2025-10-02tools include: Replace tools linux/gfp_types.h with kernel versionIan Rogers
2025-10-02perf bench futex: Add missing stdbool.hIan Rogers
2025-10-02perf test: Stat std output don't fail metric onlyIan Rogers
2025-10-02perf symbol-minimal: Be more defensive when reading build IDsIan Rogers
2025-10-02perf bpf: Use __builtin_preserve_field_info for GCC compatibilitySam James
2025-10-02perf build: Remove libtracefs configurationIan Rogers
2025-10-01perf test: Remove C python_use testIan Rogers
2025-10-01perf test: Add an 'import perf' test shell scriptIan Rogers
2025-10-01perf test: Extend branch stack sampling test for Arm64 BRBEJames Clark
2025-10-01perf test: Add syscall and address tests to brstack testJames Clark
2025-10-01perf test: Refactor brstack testJames Clark
2025-10-01perf bpf_counter: Fix handling of cpumap fixing hybridIan Rogers
2025-10-01perf bpf_counter: Move header declarations into C codeIan Rogers
2025-10-01perf annotate: Use architecture-agnostic register limitSuchit Karunakaran
2025-10-01perf script: Enable to present DTL entriesAthira Rajeev
2025-10-01perf powerpc: Process the DTL entries in queue and deliver samplesAthira Rajeev
2025-10-01perf powerpc: Allocate and setup aux buffer queue to help co-relate with othe...Athira Rajeev
2025-10-01perf powerpc: Add event name as vpa-dtl of PERF_TYPE_SYNTH type to present DT...Athira Rajeev
2025-10-01perf powerpc: Process auxtrace events and display in 'perf report -D'Athira Rajeev
2025-10-01perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpcAthira Rajeev