summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-12-05perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson
2024-12-05perf trace: Do not lose last events in a raceBenjamin Peterson
2024-12-05perf trace: Fix tracing itself, creating feedback loopsHoward Chu
2024-12-05perf list: Fix topic and pmu_name argument orderJean-Philippe Romain
2024-12-05perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson
2024-12-05perf build: Add missing cflags when building with custom libtraceeventYicong Yang
2024-12-05perf ftrace latency: Fix unit on histogram first entry when using --use-nsecArnaldo Carvalho de Melo
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 test attr: Add back missing topdown eventsVeronika Molnarova
2024-12-05perf trace: Keep exited threads for summaryMichael Petlan
2024-12-05perf stat: Fix affinity memory leaks on error pathIan Rogers
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 test: Add test for Intel TPEBS counting modeWeilin Wang
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 build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong
2024-10-17perf build: Fix static compilation error when libdw is not installedYang Jihong
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 sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong
2024-10-04perf hist: Don't set hpp_fmt_value for members in --no-groupKan Liang
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 sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong
2024-10-04perf report: Fix --total-cycles --stdio output errorKan Liang
2024-10-04perf inject: Fix leader sampling inserting additional samplesIan Rogers
2024-10-04perf vendor events: SKX, CLX, SNR uncore cache event fixesIan Rogers
2024-10-04perf lock contention: Change stack_id type to s32Namhyung Kim
2024-10-04perf mem: Free the allocated sort string, fixing a leakNamhyung Kim
2024-10-04perf bpf: Move BPF disassembly routines to separate file to avoid clash with ...Arnaldo Carvalho de Melo
2024-10-04perf scripts python cs-etm: Restore first sample log in verbose modeJames Clark
2024-09-02perf daemon: Fix the build on more 32-bit architecturesArnaldo 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-09-02perf test pmu: Set uninitialized PMU alias to nullVeronika Molnarova
2024-08-09perf daemon: Fix the build on 32-bit architecturesArnaldo Carvalho de Melo