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.c3855 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_release()
3856 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_release()
3864 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_dealloc()
3865 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_dealloc()
3873 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_show_fdinfo()
3874 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_show_fdinfo()
3905 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_fill_link_info()
3906 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_fill_link_info()
4302 struct bpf_raw_tp_link *link; in bpf_raw_tp_link_attach()
5699 struct bpf_raw_tp_link *raw_tp = in bpf_task_fd_query()
[all …]
/linux/kernel/trace/
H A Dbpf_trace.c2104 void __bpf_trace_run(struct bpf_raw_tp_link *link, u64 *args) in __bpf_trace_run()
2165 void bpf_trace_run##x(struct bpf_raw_tp_link *link, \
2186 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
2204 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.h2009 struct bpf_raw_tp_link { struct