summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2025-02-17perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu1-1/+6
2025-02-08perf test: Skip syscall enum test if no landlock syscallNamhyung Kim1-2/+6
2025-02-08perf trace: Fix runtime error of index out of boundsHoward Chu1-1/+5
2025-02-08perf trace: Fix BPF loading failure (-E2BIG)Howard Chu1-7/+4
2025-02-08perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao1-25/+41
2025-02-08perf inject: Fix use without initialization of local variablesIan Rogers1-4/+4
2025-02-08perf report: Fix misleading help message about --demangleJiachen Zhang1-1/+1
2025-02-08perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h to the perf tarballArnaldo Carvalho de Melo1-0/+1
2025-02-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo2-2/+2
2025-02-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo2-0/+6
2025-02-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy1-1/+1
2025-02-08perf maps: Fix display of kernel symbolsChristophe Leroy1-1/+6
2025-02-08perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo1-1/+1
2025-02-08perf expr: Initialize is_test value in expr__ctx_new()Levi Yun1-4/+1
2025-02-08perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han3-5/+15
2025-02-08perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han3-4/+8
2025-02-08perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han1-1/+2
2024-12-19perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo1-0/+2
2024-12-19perf tools: Fix build-id event recordingNamhyung Kim1-2/+2
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