aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf_skel
AgeCommit message (Expand)AuthorFilesLines
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-09-10perf trace: Collect augmented data using BPFHoward Chu1-1/+106
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-03perf record offcpu: Constify control data for BPFNamhyung Kim1-4/+5
2024-09-03perf lock contention: Constify control data for BPFNamhyung Kim1-13/+14
2024-09-03perf kwork: Constify control data for BPFNamhyung Kim2-3/+4
2024-09-03perf ftrace latency: Constify control data for BPFNamhyung Kim1-3/+4
2024-09-03perf stat: Constify control data for BPFNamhyung Kim1-1/+1
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-28perf bpf-filter: Support filtering on cgroupsNamhyung Kim3-2/+5
2024-08-28perf bpf-filter: Support multiple events properlyNamhyung Kim3-10/+48
2024-08-12perf lock contention: Change stack_id type to s32Namhyung Kim2-2/+3
2024-08-01perf bpf-filter: Support separate lost counts for each filterNamhyung Kim1-2/+13
2024-08-01perf bpf-filter: Split per-task filter use caseNamhyung Kim2-0/+22
2024-08-01perf bpf-filter: Make filters map a single entry hashmapNamhyung Kim2-18/+22
2024-05-30perf bpf filter: Add uid and gid termsIan Rogers2-0/+7
2024-05-30perf bpf filter: Give terms their own enumIan Rogers2-19/+87
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-1/+4
2024-04-12perf bench uprobe: Add uretprobe variant of uprobe benchmarksIan Rogers1-0/+16
2024-04-11perf lock contention: Add a missing NULL checkNamhyung Kim1-1/+4
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo1-0/+21
2024-02-29perf lock contention: Account contending locks tooNamhyung Kim2-7/+16
2024-02-16perf augmented_raw_syscalls.bpf: Move 'struct timespec64' to vmlinux.hArnaldo Carvalho de Melo2-14/+8
2023-10-25perf lock contention: Use per-cpu array map for spinlocksNamhyung Kim1-17/+72
2023-10-25perf lock contention: Check race in tstamp elem creationNamhyung Kim1-1/+5
2023-10-25perf lock contention: Clear lock addr after useNamhyung Kim1-0/+4
2023-10-19perf trace: Use the right bpf_probe_read(_str) variant for reading user dataThomas Richter1-8/+8
2023-10-18perf tools: Do not ignore the default vmlinux.hNamhyung Kim1-0/+1
2023-10-10Merge tag 'perf-tools-fixes-for-v6.6-1-2023-09-25' into perf-tools-nextArnaldo Carvalho de Melo1-0/+2
2023-09-17perf trace: Avoid compile error wrt redefining boolIan Rogers1-0/+2
2023-09-12perf lock contention: Add -G/--cgroup-filter optionNamhyung Kim1-0/+17
2023-09-12perf lock contention: Add --lock-cgroup optionNamhyung Kim2-2/+32
2023-09-12perf kwork top: Add BPF-based statistics on softirq event supportYang Jihong1-0/+72
2023-09-12perf kwork top: Add BPF-based statistics on hardirq event supportYang Jihong1-0/+79
2023-09-12perf kwork top: Implements BPF-based cpu usage statisticsYang Jihong1-0/+187
2023-08-21perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(augmented_...Arnaldo Carvalho de Melo1-0/+1
2023-08-21perf bpf augmented_raw_syscalls: Add an assert to make sure sizeof(saddr) is ...Arnaldo Carvalho de Melo1-0/+11
2023-08-16perf bpf_skel augmented_raw_syscalls: Cap the socklen parameter using &= size...Arnaldo Carvalho de Melo1-4/+2
2023-08-15perf trace: Tidy comments related to BPF + syscall augmentationIan Rogers1-8/+0
2023-08-15perf trace: Migrate BPF augmentation to use a skeletonIan Rogers1-0/+418
2023-07-20perf bench uprobe trace_printk: Add entry attaching an BPF program that does ...Arnaldo Carvalho de Melo1-0/+11
2023-07-20perf bench uprobe empty: Add entry attaching an empty BPF programArnaldo Carvalho de Melo1-0/+12
2023-06-23perf bpf: Move the declaration of struct rqIan Rogers2-2/+10
2023-06-23perf build: Add ability to build with a generated vmlinux.hIan Rogers2-0/+1
2023-05-26perf bpf filter: Fix a broken perf sample data naming for BPF CO-RENamhyung Kim1-2/+2