Searched refs:bpf_raw_tp_link (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | trace_events.h | 771 struct bpf_raw_tp_link; 802 struct bpf_raw_tp_link; 899 void bpf_trace_run1(struct bpf_raw_tp_link *link, u64 arg1); 900 void bpf_trace_run2(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2); 901 void bpf_trace_run3(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 903 void bpf_trace_run4(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 905 void bpf_trace_run5(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 907 void bpf_trace_run6(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 909 void bpf_trace_run7(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 911 void bpf_trace_run8(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, [all …]
|
| H A D | bpf.h | 1736 struct bpf_raw_tp_link { struct
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 3631 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_release() 3632 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_release() 3640 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_dealloc() 3641 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_dealloc() 3649 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_show_fdinfo() 3650 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_show_fdinfo() 3679 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_fill_link_info() 3680 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_fill_link_info() 3952 struct bpf_raw_tp_link *link; in bpf_raw_tp_link_attach() 5260 struct bpf_raw_tp_link *raw_tp = in bpf_task_fd_query() [all …]
|
| /linux-6.15/kernel/trace/ |
| H A D | bpf_trace.c | 2347 void __bpf_trace_run(struct bpf_raw_tp_link *link, u64 *args) in __bpf_trace_run() 2395 void bpf_trace_run##x(struct bpf_raw_tp_link *link, \ 2416 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register() 2434 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
|