Home
last modified time | relevance | path

Searched refs:bpf_raw_tp_link (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dsyscall.c3801 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_release()
3802 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_release()
3810 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_dealloc()
3811 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_dealloc()
3819 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_show_fdinfo()
3820 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_show_fdinfo()
3851 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_fill_link_info()
3852 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_fill_link_info()
4248 struct bpf_raw_tp_link *link; in bpf_raw_tp_link_attach()
5607 struct bpf_raw_tp_link *raw_tp = in bpf_task_fd_query()
[all …]
/linux/kernel/trace/
H A Dbpf_trace.c2073 void __bpf_trace_run(struct bpf_raw_tp_link *link, u64 *args) in __bpf_trace_run()
2120 void bpf_trace_run##x(struct bpf_raw_tp_link *link, \
2141 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
2159 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
/linux/include/linux/
H A Dbpf.h1898 struct bpf_raw_tp_link { struct