summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
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 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-05perf bpf-filter: Return -ENOMEM directly when pfi allocation failsHao Ge1-1/+1
2024-12-05perf list: Fix topic and pmu_name argument orderJean-Philippe Romain2-3/+3
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 stat: Close cork_fd when create_perf_stat_counter() failedLevi Yun2-2/+18
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-24perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORTArnaldo Carvalho de Melo1-0/+3
2024-10-23perf trace: Fix non-listed archs in the syscalltbl routinesJiri Slaby1-0/+10
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-08Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...Linus Torvalds4-2/+8
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-03perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen1-1/+1
2024-10-03perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORTJames Clark1-0/+1
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 env: Find correct branch counter info on hybridKan Liang4-4/+25
2024-09-11perf pmu: To info add event_type_descIan Rogers3-1/+6
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers3-13/+18
2024-09-11perf pmus: Fake PMU clean upIan Rogers7-34/+57
2024-09-10perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers4-51/+84
2024-09-10perf inject: Lazy build-id mmap2 event insertionIan Rogers2-0/+12
2024-09-10perf inject: Add new mmap2-buildid-all optionIan Rogers2-0/+68
2024-09-10perf inject: Fix build ID injectionIan Rogers3-16/+44
2024-09-10perf annotate-data: Add pr_debug_scope()Namhyung Kim1-2/+23
2024-09-10perf annotate: Treat 'call' instruction as stack operationNamhyung Kim1-0/+1
2024-09-10perf trace: Collect augmented data using BPFHoward Chu1-1/+106
2024-09-10perf trace: Pretty print buffer dataHoward Chu1-0/+6
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu1-0/+7
2024-09-10perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo1-41/+63
2024-09-10perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo1-2/+2
2024-09-06perf mem: Fix missed p-core mem events on ADL and RPLKan Liang2-3/+5
2024-09-06perf mem: Check mem_events for all eligible PMUsKan Liang2-2/+14
2024-09-06perf script python: Avoid buffer overflow in python PEBS register interfaceAndi Kleen1-8/+3
2024-09-04perf parse-events: Vary default_breakpoint_len on i386 and arm64Ian Rogers1-0/+16