Searched refs:bpf_raw_tp_link (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | trace_events.h | 769 struct bpf_raw_tp_link; 800 struct bpf_raw_tp_link; 915 void bpf_trace_run1(struct bpf_raw_tp_link *link, u64 arg1); 916 void bpf_trace_run2(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2); 917 void bpf_trace_run3(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 919 void bpf_trace_run4(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 921 void bpf_trace_run5(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 923 void bpf_trace_run6(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 925 void bpf_trace_run7(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, 927 void bpf_trace_run8(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2, [all …]
|
H A D | bpf.h | 1658 struct bpf_raw_tp_link { struct
|
/linux/kernel/bpf/ |
H A D | syscall.c | 3476 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_release() 3477 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_release() 3485 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_dealloc() 3486 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_dealloc() 3494 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_show_fdinfo() 3495 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_show_fdinfo() 3524 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_fill_link_info() 3525 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_fill_link_info() 3797 struct bpf_raw_tp_link *link; in bpf_raw_tp_link_attach() 5080 struct bpf_raw_tp_link *raw_tp = in bpf_task_fd_query() [all …]
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 2300 void __bpf_trace_run(struct bpf_raw_tp_link *link, u64 *args) in __bpf_trace_run() 2348 void bpf_trace_run##x(struct bpf_raw_tp_link *link, \ 2369 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register() 2387 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
|