summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2024-12-19perf ftrace: Fix undefined behavior in cmp_profile_data()Kuan-Wei Chiu1-1/+2
2024-12-09perf jevents: fix breakage when do perf stat on system metricXu Yang2-22/+2
2024-12-05perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge1-1/+1
2024-12-05perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson1-2/+3
2024-12-05perf trace: Do not lose last events in a raceBenjamin Peterson1-7/+2
2024-12-05perf trace: Fix tracing itself, creating feedback loopsHoward Chu1-0/+3
2024-12-05perf list: Fix topic and pmu_name argument orderJean-Philippe Romain3-5/+5
2024-12-05perf trace: avoid garbage when not printing a trace event's argumentsBenjamin Peterson1-1/+1
2024-12-05perf build: Add missing cflags when building with custom libtraceeventYicong Yang1-1/+1
2024-12-05perf ftrace latency: Fix unit on histogram first entry when using --use-nsecArnaldo Carvalho de Melo1-1/+1
2024-12-05perf disasm: Fix not cleaning up disasm_line in symbol__disassemble_raw()Li Huafei1-1/+1
2024-12-05perf disasm: Use disasm_line__free() to properly free disasm_lineLi Huafei1-1/+1
2024-12-05perf probe: Correct demangled symbols in C++ programLeo Yan1-2/+15
2024-12-05perf probe: Fix libdw memory leakIan Rogers2-2/+6
2024-12-05perf disasm: Fix capstone memory leakIan Rogers1-4/+7
2024-12-05perf dso: Fix symtab_type for kmod compressionVeronika Molnarova1-1/+1
2024-12-05perf test attr: Add back missing topdown eventsVeronika Molnarova4-144/+320
2024-12-05perf trace: Keep exited threads for summaryMichael Petlan1-0/+4
2024-12-05perf stat: Fix affinity memory leaks on error pathIan Rogers1-0/+2
2024-12-05perf stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun3-17/+53
2024-12-05perf jevents: Don't stop at the first matched pmu when searching a events tableKan Liang2-2/+2
2024-12-05perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}Thomas Falcon1-1/+7
2024-12-05perf cs-etm: Don't flush when packet_queue fills upJames Clark1-7/+18
2024-10-28perf cap: Add __NR_capget to arch/x86 unistdIan Rogers1-7/+3
2024-10-28tools headers: Update the linux/unaligned.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2024-10-24perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo1-0/+3
2024-10-23perf test: Handle perftool-testsuite_probe failure due to broken DWARFVeronika Molnarova1-15/+54
2024-10-23perf trace: Fix non-listed archs in the syscalltbl routinesJiri Slaby1-0/+10
2024-10-23perf build: Change the clang check back to 12.0.1Howard Chu1-2/+2
2024-10-23perf trace augmented_raw_syscalls: Add more checks to pass the verifierHoward Chu1-2/+18
2024-10-23perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...Arnaldo Carvalho de Melo1-0/+2
2024-10-17perf trace: The return from 'write' isn't a pidArnaldo Carvalho de Melo1-1/+1
2024-10-08Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds14-32/+161
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-10-03perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen1-1/+1
2024-10-03perf build: Fix build feature-dwarf_getlocations fail for old libdwYang Jihong1-1/+4
2024-10-03perf build: Fix static compilation error when libdw is not installedYang Jihong1-1/+1
2024-10-03perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORTJames Clark1-0/+1
2024-10-02perf tools: Cope with differences for lib/list_sort.c copy from the kernelArnaldo Carvalho de Melo2-1/+35
2024-10-02tools check_headers.sh: Add check variant that excludes some hunksArnaldo Carvalho de Melo1-0/+24
2024-09-30perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2-0/+5
2024-09-30perf trace beauty: Update the arch/x86/include/asm/irq_vectors.h copy with th...Arnaldo Carvalho de Melo1-2/+2
2024-09-30tools include UAPI: Sync linux/fcntl.h copy with the kernel sourcesArnaldo Carvalho de Melo2-24/+65
2024-09-30tools include UAPI: Sync linux/sched.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+1
2024-09-30tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-1/+16
2024-09-27perf vdso: Missed put on 32-bit dsosIan Rogers1-1/+3
2024-09-23perf symbol: Set binary_type of dso when loadingNamhyung Kim1-0/+3
2024-09-11perf trace: Mark the 'head' arg in the set_robust_list syscall as coming from...Arnaldo Carvalho de Melo1-0/+2
2024-09-11perf trace: Mark the 'rseq' arg in the rseq syscall as coming from user spaceArnaldo Carvalho de Melo1-0/+2
2024-09-11perf env: Find correct branch counter info on hybridKan Liang5-6/+28