summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/bpf_skel
AgeCommit message (Expand)AuthorLines
2025-10-31perf trace: Increase syscall handler map size to 1024Namhyung Kim-2/+2
2025-10-25perf stat: Add/fix bperf cgroup max events workaroundsIan Rogers-10/+23
2025-10-19perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024Ian Rogers-1/+1
2025-10-02perf bpf: Use __builtin_preserve_field_info for GCC compatibilitySam James-1/+1
2025-09-12perf: Completely remove possibility to override MAX_NR_CPUSChristophe Leroy-2/+0
2025-07-14perf ftrace latency: Add -e option to measure time between two eventsNamhyung Kim-53/+95
2025-06-26perf trace: Split BPF skel code to util/bpf_trace_augment.cNamhyung Kim-1/+2
2025-06-20perf test: add test for BPF metadata collectionBlake Jones-0/+17
2025-05-13perf trace: Support --summary-mode=cgroupNamhyung Kim-4/+41
2025-05-09perf lock contention: Add -J/--inject-delay optionNamhyung Kim-0/+43
2025-05-05perf record --off-cpu: Add --off-cpu-thresh optionHoward Chu-1/+1
2025-05-05perf record --off-cpu: Dump off-cpu samples in BPFHoward Chu-5/+84
2025-05-05perf record --off-cpu: Preparation of off-cpu BPF programHoward Chu-0/+9
2025-04-29perf lock contention: Symbolize zone->lock using BTFNamhyung Kim-0/+74
2025-04-28perf trace: Implement syscall summary in BPFNamhyung Kim-0/+143
2025-03-18perf kwork: Remove unreachable judgmentsFeng Yang-1/+1
2025-03-13perf ftrace: Use atomic inc to update histogram in BPFNamhyung Kim-1/+1
2025-03-13perf ftrace: Remove an unnecessary condition check in BPFNamhyung Kim-2/+1
2025-03-13perf ftrace: Fix latency stats with BPFNamhyung Kim-12/+8
2025-02-28perf lock: Retrieve owner callstack in bpf programChun-Tse Shao-9/+203
2025-02-28perf lock: Add bpf maps for owner stack tracingChun-Tse Shao-0/+40
2025-02-26perf ftrace latency: variable histogram bucketsGabriele Monaco-3/+4
2025-01-23perf trace: Fix BPF loading failure (-E2BIG)Howard Chu-7/+4
2025-01-08perf ftrace: Display latency statistics at the endNamhyung Kim-0/+19
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim-1/+20
2024-12-23perf lock contention: Resolve slab object name using BPFNamhyung Kim-2/+24
2024-12-23perf lock contention: Run BPF slab cache iteratorNamhyung Kim-0/+68
2024-12-20perf lock contention: Add and use LCB_F_TYPE_MASKNamhyung Kim-1/+2
2024-12-18perf ftrace latency: Fix compiler error for clang 12Namhyung Kim-1/+2
2024-12-10perf ftrace latency: Add --max-latency optionGabriele Monaco-1/+3
2024-12-10perf ftrace latency: Introduce --min-latency to narrow down into a latency rangeArnaldo Carvalho de Melo-2/+10
2024-12-10perf ftrace latency: Introduce --bucket-range to ask for linear bucketingArnaldo Carvalho de Melo-0/+14
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer-1/+3
2024-11-03Merge 'origin/master' into perf-tools-nextNamhyung Kim-2/+20
2024-11-01perf stat: Support inherit events during fork() for bperfTengda Wu-7/+96
2024-10-23perf trace augmented_raw_syscalls: Add more checks to pass the verifierHoward Chu-2/+18
2024-10-23perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...Arnaldo Carvalho de Melo-0/+2
2024-09-10perf trace: Collect augmented data using BPFHoward Chu-1/+106
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-03perf record offcpu: Constify control data for BPFNamhyung Kim-4/+5
2024-09-03perf lock contention: Constify control data for BPFNamhyung Kim-13/+14
2024-09-03perf kwork: Constify control data for BPFNamhyung Kim-3/+4
2024-09-03perf ftrace latency: Constify control data for BPFNamhyung Kim-3/+4
2024-09-03perf stat: Constify control data for BPFNamhyung Kim-1/+1
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-28perf bpf-filter: Support filtering on cgroupsNamhyung Kim-2/+5