Searched refs:BPF_KPROBE (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_overhead.c | 10 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) 13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) BPF_KPROBE() function
|
| H A D | test_vmlinux.c | 73 int BPF_KPROBE(handle__kprobe, struct hrtimer *timer, ktime_t tim, u64 delta_ns, in BPF_KPROBE() function
|
| H A D | loop6.c | 62 int BPF_KPROBE(trace_virtqueue_add_sgs, void *unused, struct scatterlist **sgs, in get_sgp() 69 int BPF_KPROBE(trace_virtqueue_add_sgs, void *unused, struct scatterlist **sgs, BPF_KPROBE() function
|
| H A D | bpf_syscall_macro.c | 33 int BPF_KPROBE(handle_sys_prctl) in BPF_KPROBE() function
|
| H A D | profiler.inc.h | 547 ssize_t BPF_KPROBE(kprobe__proc_sys_write, in BPF_KPROBE() function 818 int BPF_KPROBE(kprobe__vfs_link, in BPF_KPROBE() function 878 int BPF_KPROBE(kprobe__vfs_symlink, struct inode* dir, struct dentry* dentry, in BPF_KPROBE() function
|
| /linux/samples/bpf/ |
| H A D | tracex6.bpf.c | 56 int BPF_KPROBE(bpf_prog2, struct bpf_map *map) in BPF_KPROBE() function
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_tracing.h | 816 #define BPF_KPROBE(name, args...) \ macro 926 #define BPF_UPROBE(name, args...) BPF_KPROBE(name, ##args)
|