summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-12-09perf jevents: fix breakage when do perf stat on system metricXu Yang
2024-12-05perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge
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: Fix not cleaning up disasm_line in symbol__disassemble_raw()Li Huafei
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 disasm: Fix capstone 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 jevents: Don't stop at the first matched pmu when searching a events tableKan Liang
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-10-28perf cap: Add __NR_capget to arch/x86 unistdIan Rogers
2024-10-28tools headers: Update the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo
2024-10-23perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo
2024-10-23perf test: Handle perftool-testsuite_probe failure due to broken DWARFVeronika Molnarova
2024-10-23perf trace: Fix non-listed archs in the syscalltbl routinesJiri Slaby
2024-10-23perf build: Change the clang check back to 12.0.1Howard Chu
2024-10-23perf trace augmented_raw_syscalls: Add more checks to pass the verifierHoward Chu
2024-10-23perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...Arnaldo Carvalho de Melo
2024-10-17perf trace: The return from 'write' isn't a pidArnaldo Carvalho de Melo
2024-10-08Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen
2024-10-02perf build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong
2024-10-02perf build: Fix static compilation error when libdw is not installedYang Jihong
2024-10-02perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORTJames Clark
2024-10-02perf tools: Cope with differences for lib/list_sort.c copy from the kernelArnaldo Carvalho de Melo
2024-10-02tools check_headers.sh: Add check variant that excludes some hunksArnaldo Carvalho de Melo
2024-09-30perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2024-09-30perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...Arnaldo Carvalho de Melo
2024-09-30tools include UAPI: Sync linux/fcntl.h copy with the kernel sourcesArnaldo Carvalho de Melo
2024-09-30tools include UAPI: Sync linux/sched.h copy with the kernel sourcesArnaldo Carvalho de Melo
2024-09-30tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo
2024-09-27perf vdso: Missed put on 32-bit dsosIan Rogers
2024-09-22perf symbol: Set binary_type of dso when loadingNamhyung Kim
2024-09-11perf trace: Mark the 'head' arg in the set_robust_list syscall as coming from...Arnaldo Carvalho de Melo
2024-09-11perf trace: Mark the 'rseq' arg in the rseq syscall as coming from user spaceArnaldo Carvalho de Melo
2024-09-11perf env: Find correct branch counter info on hybridKan Liang
2024-09-11perf evlist: Print hint for groupKan Liang