summaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf_skel
AgeCommit message (Expand)Author
2025-01-23perf trace: Fix BPF loading failure (-E2BIG)Howard Chu
2025-01-08perf ftrace: Display latency statistics at the endNamhyung Kim
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim
2024-12-23perf lock contention: Resolve slab object name using BPFNamhyung Kim
2024-12-23perf lock contention: Run BPF slab cache iteratorNamhyung Kim
2024-12-20perf lock contention: Add and use LCB_F_TYPE_MASKNamhyung Kim
2024-12-18perf ftrace latency: Fix compiler error for clang 12Namhyung Kim
2024-12-10perf ftrace latency: Add --max-latency optionGabriele Monaco
2024-12-10perf ftrace latency: Introduce --min-latency to narrow down into a latency rangeArnaldo Carvalho de Melo
2024-12-10perf ftrace latency: Introduce --bucket-range to ask for linear bucketingArnaldo Carvalho de Melo
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer
2024-11-03Merge 'origin/master' into perf-tools-nextNamhyung Kim
2024-11-01perf stat: Support inherit events during fork() for bperfTengda Wu
2024-10-23perf trace augmented_raw_syscalls: Add more checks to pass the verifierHoward Chu
2024-10-23perf trace augmented_raw_syscalls: Add extra array index bounds checking to s...Arnaldo Carvalho de Melo
2024-09-10perf trace: Collect augmented data using BPFHoward Chu
2024-09-10perf trace: Add trace__bpf_sys_enter_beauty_map() to prepare for fetching dat...Howard Chu
2024-09-09perf trace: Use a common encoding for augmented arguments, with size + error ...Arnaldo Carvalho de Melo
2024-09-09perf trace augmented_syscalls.bpf: Move the renameat aumenter to renameat2, t...Arnaldo Carvalho de Melo
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-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-28perf bpf-filter: Support filtering on cgroupsNamhyung Kim
2024-08-28perf bpf-filter: Support multiple events properlyNamhyung Kim
2024-08-12perf lock contention: Change stack_id type to s32Namhyung Kim
2024-08-01perf bpf-filter: Support separate lost counts for each filterNamhyung Kim
2024-08-01perf bpf-filter: Split per-task filter use caseNamhyung Kim
2024-08-01perf bpf-filter: Make filters map a single entry hashmapNamhyung Kim
2024-05-30perf bpf filter: Add uid and gid termsIan Rogers
2024-05-30perf bpf filter: Give terms their own enumIan Rogers
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-04-12perf bench uprobe: Add uretprobe variant of uprobe benchmarksIan Rogers
2024-04-11perf lock contention: Add a missing NULL checkNamhyung Kim
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo
2024-02-29perf lock contention: Account contending locks tooNamhyung Kim
2024-02-16perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.hArnaldo Carvalho de Melo
2023-10-25perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim
2023-10-25perf lock contention: Check race in tstamp elem creationNamhyung Kim
2023-10-25perf lock contention: Clear lock addr after useNamhyung Kim
2023-10-19perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter
2023-10-18perf tools: Do not ignore the default vmlinux.hNamhyung Kim
2023-10-10Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo
2023-09-17perf trace: Avoid compile error wrt redefining boolIan Rogers
2023-09-12perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim
2023-09-12perf lock contention: Add --lock-cgroup optionNamhyung Kim