summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2025-04-10perf pmu: Rename name matching for no suffix or wildcard variantsIan Rogers3-80/+183
2025-04-10perf bpf-filter: Fix a parsing error with commaNamhyung Kim1-1/+1
2025-04-10perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter2-1/+10
2025-04-10perf: intel-tpebs: Fix incorrect usage of zfree()James Clark1-1/+1
2025-04-10perf dso: fix dso__is_kallsyms() checkStephen Brennan1-1/+3
2025-04-10perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo1-0/+5
2025-04-10perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo1-3/+1
2025-04-10perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5
2025-04-10perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-04-10perf units: Fix insufficient array spaceArnaldo Carvalho de Melo1-1/+1
2025-04-10perf evsel: tp_format accessing improvementsIan Rogers1-1/+15
2025-04-10perf evlist: Add success path to evlist__create_syswide_mapsIan Rogers1-7/+6
2025-04-10perf debug: Avoid stack overflow in recursive error messageIan Rogers1-1/+1
2025-04-10perf machine: Fixup kernel maps ends after adding extra mapsNamhyung Kim1-2/+2
2025-04-10perf arm-spe: Fix load-store operation checkingLeo Yan1-1/+7
2025-04-10perf pmu: Don't double count common sysfs and json eventsJames Clark2-3/+9
2025-04-10perf pmu: Dynamically allocate tool PMUJames Clark3-14/+13
2025-04-10perf pmus: Restructure pmu_read_sysfs to scan fewer PMUsIan Rogers2-51/+97
2025-04-10perf tools: Add skip check in tool_pmu__event_to_str()Kan Liang2-1/+4
2025-04-10perf stat: Don't merge counters purely on nameIan Rogers1-2/+11
2025-04-10perf test: Fix Hwmon PMU test endianess issueThomas Richter2-14/+16
2025-04-10perf: Always feature test reallocarrayJames Clark1-0/+2
2025-04-10perf stat: Fix find_stat for mixed legacy/non-legacy eventsIan Rogers2-4/+19
2025-04-07perf tools: Fix up some comments and code to properly use the event_source busGreg Kroah-Hartman2-3/+3
2025-01-28perf cpumap: Fix die and cluster IDsJames Clark1-2/+2
2025-01-27perf annotate: Use an array for the disassembler preferenceIan Rogers3-78/+96
2025-01-23perf trace: Fix BPF loading failure (-E2BIG)Howard Chu1-7/+4
2025-01-18perf annotate: Prefer passing evsel to evsel->core.idxIan Rogers2-26/+26
2025-01-16perf hist: Fix bogus profiles when filters are enabledDmitry Vyukov1-1/+10
2025-01-16perf hist: Deduplicate cmp/sort/collapse codeDmitry Vyukov2-68/+49
2025-01-14perf config: Add a function to set one variable in .perfconfigArnaldo Carvalho de Melo1-0/+1
2025-01-14perf probe: Rename err labelJames Clark1-9/+9
2025-01-14perf record: Fix segfault with --off-cpu when debuginfo is not enabledAthira Rajeev1-0/+5
2025-01-10perf tools: Fixup end address of modulesNamhyung Kim1-0/+2
2025-01-10perf symbol: Prefer non-label symbols with same addressNamhyung Kim1-1/+8
2025-01-10perf symbol-elf: Avoid a weak cxx_demangle_sym functionIan Rogers1-2/+4
2025-01-10perf tools: Remove dependency on libauditCharlie Jenkins4-58/+5
2025-01-10perf tools s390: Use generic syscall table scriptsCharlie Jenkins1-5/+1
2025-01-10perf tools powerpc: Use generic syscall table scriptsCharlie Jenkins1-8/+0
2025-01-09perf tools mips: Use generic syscall scriptsCharlie Jenkins1-4/+0
2025-01-09perf tools loongarch: Use syscall tableCharlie Jenkins1-4/+0
2025-01-09perf tools arm64: Use syscall tableCharlie Jenkins1-4/+0
2025-01-09perf tools x86: Use generic syscall scriptsCharlie Jenkins1-9/+1
2025-01-09perf tools: Create generic syscall table supportCharlie Jenkins1-4/+4
2025-01-08perf llvm-add2line: Remove unused symbol_conf.h includeDmitry Vyukov1-1/+0
2025-01-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo2-2/+2
2025-01-08perf jitdump: Fixup in_pidns member when java agent and 'perf record' are not...Arnaldo Carvalho de Melo1-3/+12
2025-01-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo2-0/+6
2025-01-08perf jitdump: Accept jitdump mmaps emitted from inside containersArnaldo Carvalho de Melo1-1/+1
2025-01-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy1-1/+1