summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-09-03perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen
2024-09-03perf record offcpu: Constify control data for BPFNamhyung Kim
2024-09-03perf lock contention: Constify control data for BPFNamhyung Kim
2024-09-03perf kwork: Constify control data for BPFNamhyung Kim
2024-09-03perf ftrace latency: Constify control data for BPFNamhyung Kim
2024-09-03perf stat: Constify control data for BPFNamhyung Kim
2024-09-03perf time-utils: Fix 32-bit nsec parsingIan Rogers
2024-09-03perf pmus: Fix name comparisons on 32-bit systemsIan Rogers
2024-09-03perf annotate: LLVM-based disassemblerSteinar H. Gunderson
2024-09-03perf annotate: Split out read_symbol()Steinar H. Gunderson
2024-09-03perf report: Support LLVM for addr2line()Steinar H. Gunderson
2024-09-02perf tools: Build x86 32-bit syscall table from arch/x86/entry/syscalls/sysca...Arnaldo Carvalho de Melo
2024-08-30perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim
2024-08-30perf lock contention: Do not fail EEXIST for updateNamhyung Kim
2024-08-30perf lock contention: Simplify spinlock checkNamhyung Kim
2024-08-30perf lock contention: Handle error in a single placeNamhyung Kim
2024-08-30perf header: Remove repipe optionIan Rogers
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers
2024-08-29perf header: Allow attributes to be written after dataIan Rogers
2024-08-29perf header: Fail read if header sections overlapIan Rogers
2024-08-29perf header: Add kerneldoc to 'struct perf_file_header'Ian Rogers
2024-08-29perf session: Document 'struct perf_session' and constify its 'auxtrace' memberIan Rogers
2024-08-29perf: cs-etm: Print queue number in raw trace dumpJames Clark
2024-08-29perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark
2024-08-29perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark
2024-08-29perf: cs-etm: Move traceid_list to each queueJames Clark
2024-08-29perf: cs-etm: Allocate queues for all CPUsJames Clark
2024-08-29perf cs-etm: Create decoders after both AUX and HW_ID search passesJames Clark
2024-08-28perf bpf-filter: Support filtering on cgroupsNamhyung Kim
2024-08-28perf bpf-filter: Add build dependency to header filesNamhyung Kim
2024-08-28perf report: Fix segfault when 'sym' sort key is not usedNamhyung Kim
2024-08-28perf auxtrace: Remove unused 'pmu' pointer from struct auxtrace_recordLeo Yan
2024-08-28perf auxtrace: Use evsel__is_aux_event() for checking AUX eventLeo Yan
2024-08-28perf trace: Fix perf trace -p <PID>Howard Chu
2024-08-28perf evlist: Introduce method to find if there is a bpf-output eventHoward Chu
2024-08-28perf tools: Print lost samples due to BPF filterNamhyung Kim
2024-08-28perf bpf-filter: Support multiple events properlyNamhyung Kim
2024-08-22perf python: Disable -Wno-cast-function-type-mismatch if present on clangArnaldo Carvalho de Melo
2024-08-22perf python: Allow checking for the existence of warning options in clangArnaldo Carvalho de Melo
2024-08-22perf annotate-data: Copy back variable types after moveNamhyung Kim
2024-08-22perf annotate-data: Update stack slot for the storeNamhyung Kim
2024-08-22perf annotate-data: Update debug messagesNamhyung Kim
2024-08-22perf dwarf-aux: Handle bitfield members from pointer accessNamhyung Kim
2024-08-21perf annotate-data: Add 'typecln' sort keyNamhyung Kim
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim
2024-08-21perf bpf: Remove redundant check that map is NULLYang Ruibin
2024-08-21perf annotate-data: Fix percpu pointer checkNamhyung Kim
2024-08-21perf annotate-data: Prefer struct/union over base typeNamhyung Kim
2024-08-20perf cap: Tidy up and improve capability testingIan Rogers
2024-08-20perf annotate-data: Set bitfield member offset and size properlyNamhyung Kim