Searched refs:BPF_KPROBE (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_overhead.c13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) function
H A Dtest_vmlinux.c73 int BPF_KPROBE(handle__kprobe, struct hrtimer *timer, ktime_t tim, u64 delta_ns, function
H A Dbpf_syscall_macro.c33 int BPF_KPROBE(handle_sys_prctl) function
H A Dloop6.c69 int BPF_KPROBE(trace_virtqueue_add_sgs, void *unused, struct scatterlist **sgs, function
H A Dprofiler.inc.h550 ssize_t BPF_KPROBE(kprobe__proc_sys_write, function
821 int BPF_KPROBE(kprobe__vfs_link, function
881 int BPF_KPROBE(kprobe__vfs_symlink, struct inode* dir, struct dentry* dentry, function
/linux-master/samples/bpf/
H A Dtracex6.bpf.c56 int BPF_KPROBE(bpf_prog2, struct bpf_map *map) function
/linux-master/tools/lib/bpf/
H A Dbpf_tracing.h800 * BPF_KPROBE serves the same purpose for kprobes as BPF_PROG for
809 #define BPF_KPROBE(name, args...) \ macro
828 * BPF_KRETPROBE is similar to BPF_KPROBE, except, it only provides optional
869 * BPF_KSYSCALL is a variant of BPF_KPROBE, which is intended for
915 /* BPF_UPROBE and BPF_URETPROBE are identical to BPF_KPROBE and BPF_KRETPROBE,
919 #define BPF_UPROBE(name, args...) BPF_KPROBE(name, ##args)

Completed in 168 milliseconds