aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2024-10-28perf cap: Add __NR_capget to arch/x86 unistdIan Rogers1-7/+3
2024-10-23perf 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-02move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-10-02perf cs-etm: Fix the assert() to handle captured and unprocessed cpu traceIlkka Koskinen1-1/+1
2024-10-02perf 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-22perf 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-09perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo1-41/+63
2024-09-09perf 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
2024-09-04perf parse-events: Add default_breakpoint_len helperIan Rogers2-1/+8
2024-09-03perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event()Ian Rogers1-5/+6
2024-09-03perf pmu: Merge boolean sysfs event option parsingIan Rogers1-24/+23
2024-09-03perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen3-4/+5
2024-09-03perf record offcpu: Constify control data for BPFNamhyung Kim2-12/+13
2024-09-03perf lock contention: Constify control data for BPFNamhyung Kim2-34/+38
2024-09-03perf kwork: Constify control data for BPFNamhyung Kim4-10/+13
2024-09-03perf ftrace latency: Constify control data for BPFNamhyung Kim2-7/+8
2024-09-03perf stat: Constify control data for BPFNamhyung Kim2-4/+4
2024-09-03perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-09-03perf pmus: Fix name comparisons on 32-bit systemsIan Rogers1-3/+3
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson3-0/+267
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson1-34/+56
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson4-1/+242
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo1-0/+4
2024-08-30perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim1-0/+3
2024-08-30perf lock contention: Do not fail EEXIST for updateNamhyung Kim1-0/+7
2024-08-30perf lock contention: Simplify spinlock checkNamhyung Kim1-2/+1
2024-08-30perf lock contention: Handle error in a single placeNamhyung Kim1-12/+4
2024-08-30perf header: Remove repipe optionIan Rogers3-18/+9