summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-12-05perf list: Fix topic and pmu_name argument orderJean-Philippe Romain
2024-12-05perf disasm: Use disasm_line__free() to properly free disasm_lineLi Huafei
2024-12-05perf probe: Correct demangled symbols in C++ programLeo Yan
2024-12-05perf probe: Fix libdw memory leakIan Rogers
2024-12-05perf dso: Fix symtab_type for kmod compressionVeronika Molnarova
2024-12-05perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun
2024-12-05perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}Thomas Falcon
2024-12-05perf cs-etm: Don't flush when packet_queue fills upJames Clark
2024-11-08perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo
2024-11-08perf trace: Fix non-listed archs in the syscalltbl routinesJiri Slaby
2024-10-17perf vdso: Missed put on 32-bit dsosIan Rogers
2024-10-10perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo
2024-10-10perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim
2024-10-10perf hist: Update hist symbol when updating mapsMatt Fleming
2024-10-10perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo
2024-10-10perf callchain: Fix stitch LBR memory leaksIan Rogers
2024-10-04perf mem: Fix missed p-core mem events on ADL and RPLKan Liang
2024-10-04perf mem: Check mem_events for all eligible PMUsKan Liang
2024-10-04perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-10-04perf dwarf-aux: Handle bitfield members from pointer accessNamhyung Kim
2024-10-04perf annotate-data: Fix off-by-one in location range checkNamhyung Kim
2024-10-04perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim
2024-10-04perf stat: Display iostat headers correctlyYicong Yang
2024-10-04perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-10-04perf lock contention: Change stack_id type to s32Namhyung Kim
2024-10-04perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo
2024-09-02perf python: include "util/sample.h"Xu Yang
2024-09-02perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim
2024-07-26perf tool: fix dereferencing NULL al->mapsCasey Chen
2024-07-17perf dso: Fix build when libunwind is enabledJames Clark
2024-07-12perf trace: Fix iteration of syscall ids in syscalltbl->entriesHoward Chu
2024-07-12perf dso: Fix address sanitizer buildIan Rogers
2024-07-12perf mem: Warn if memory events are not supported on all CPUsLeo Yan
2024-07-03perf dsos: When adding a dso into sorted dsos maintain the sort orderIan Rogers
2024-07-03perf comm str: Avoid sort during insertIan Rogers
2024-06-28perf: pmus: Remove unneeded semicolonYang Li
2024-06-28perf stat: Use field separator in the metric headerNamhyung Kim
2024-06-28perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim
2024-06-27perf pmu: Don't de-duplicate core PMUsJames Clark
2024-06-27perf pmu: Restore full PMU name wildcard supportJames Clark
2024-06-27perf report: Display pregress bar on redirected pipe dataNamhyung Kim
2024-06-26perf python: Clean up build dependenciesIan Rogers
2024-06-26perf python: Switch module to linking libraries from building sourceIan Rogers
2024-06-26perf util: Make util its own libraryIan Rogers
2024-06-25perf mem: Fix a segfault with NULL event->nameNamhyung Kim
2024-06-25perf tools: Fix a compiler warning of NULL pointerNamhyung Kim
2024-06-25perf symbol: Simplify kernel module checkingNamhyung Kim
2024-06-25perf report: Fix condition in sort__sym_cmp()Namhyung Kim
2024-06-25perf pmus: Fixes always false when compare duplicates aliasesJunhao He
2024-06-25perf unwind-libunwind: Add malloc() failure handlingYunseong Kim