summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-09-11perf env: Find correct branch counter info on hybridKan Liang-4/+25
2024-09-11perf pmu: To info add event_type_descIan Rogers-1/+6
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers-13/+18
2024-09-11perf pmus: Fake PMU clean upIan Rogers-34/+57
2024-09-10perf callchain: Allow symbols to be optional when resolving a callchainIan Rogers-51/+84
2024-09-10perf inject: Lazy build-id mmap2 event insertionIan Rogers-0/+12
2024-09-10perf inject: Add new mmap2-buildid-all optionIan Rogers-0/+68
2024-09-10perf inject: Fix build ID injectionIan Rogers-16/+44
2024-09-10perf annotate-data: Add pr_debug_scope()Namhyung Kim-2/+23
2024-09-10perf annotate: Treat 'call' instruction as stack operationNamhyung Kim-0/+1
2024-09-10perf trace: Collect augmented data using BPFHoward Chu-1/+106
2024-09-10perf trace: Pretty print buffer dataHoward Chu-0/+6
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu-0/+7
2024-09-09perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo-41/+63
2024-09-09perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo-2/+2
2024-09-06perf mem: Fix missed p-core mem events on ADL and RPLKan Liang-3/+5
2024-09-06perf mem: Check mem_events for all eligible PMUsKan Liang-2/+14
2024-09-06perf script python: Avoid buffer overflow in python PEBS register interfaceAndi Kleen-8/+3
2024-09-04perf parse-events: Vary default_breakpoint_len on i386 and arm64Ian Rogers-0/+16
2024-09-04perf parse-events: Add default_breakpoint_len helperIan Rogers-1/+8
2024-09-03perf parse-events: Pass cpu_list as a perf_cpu_map in __add_event()Ian Rogers-5/+6
2024-09-03perf pmu: Merge boolean sysfs event option parsingIan Rogers-24/+23
2024-09-03perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen-4/+5
2024-09-03perf record offcpu: Constify control data for BPFNamhyung Kim-12/+13
2024-09-03perf lock contention: Constify control data for BPFNamhyung Kim-34/+38
2024-09-03perf kwork: Constify control data for BPFNamhyung Kim-10/+13
2024-09-03perf ftrace latency: Constify control data for BPFNamhyung Kim-7/+8
2024-09-03perf stat: Constify control data for BPFNamhyung Kim-4/+4
2024-09-03perf time-utils: Fix 32-bit nsec parsingIan Rogers-2/+2
2024-09-03perf pmus: Fix name comparisons on 32-bit systemsIan Rogers-3/+3
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson-0/+267
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson-34/+56
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson-1/+242
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo-0/+4
2024-08-30perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim-0/+3
2024-08-30perf lock contention: Do not fail EEXIST for updateNamhyung Kim-0/+7
2024-08-30perf lock contention: Simplify spinlock checkNamhyung Kim-2/+1
2024-08-30perf lock contention: Handle error in a single placeNamhyung Kim-12/+4
2024-08-30perf header: Remove repipe optionIan Rogers-18/+9
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers-20/+17
2024-08-29perf header: Allow attributes to be written after dataIan Rogers-39/+67
2024-08-29perf header: Fail read if header sections overlapIan Rogers-0/+18
2024-08-29perf header: Add kerneldoc to 'struct perf_file_header'Ian Rogers-1/+15
2024-08-29perf session: Document 'struct perf_session' and constify its 'auxtrace' memberIan Rogers-1/+47
2024-08-29perf: cs-etm: Print queue number in raw trace dumpJames Clark-6/+13
2024-08-29perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark-10/+90
2024-08-29perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark-117/+52
2024-08-29perf: cs-etm: Move traceid_list to each queueJames Clark-98/+147
2024-08-29perf: cs-etm: Allocate queues for all CPUsJames Clark-28/+25