Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtrace_events.h771 struct bpf_raw_tp_link;
772 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
773 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
802 struct bpf_raw_tp_link;
803 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
807 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
917 void bpf_trace_run1(struct bpf_raw_tp_link *link, u64 arg1);
918 void bpf_trace_run2(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2);
919 void bpf_trace_run3(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
921 void bpf_trace_run4(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
[all …]
H A Dbpf.h1705 struct bpf_raw_tp_link { struct
/linux/kernel/bpf/
H A Dsyscall.c3612 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_release()
3613 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_release()
3621 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_dealloc()
3622 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_dealloc()
3630 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_show_fdinfo()
3631 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_show_fdinfo()
3660 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_fill_link_info()
3661 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_fill_link_info()
3933 struct bpf_raw_tp_link *link; in bpf_raw_tp_link_attach()
5221 struct bpf_raw_tp_link *raw_tp = in bpf_task_fd_query()
[all …]
/linux/kernel/trace/
H A Dbpf_trace.c2355 void __bpf_trace_run(struct bpf_raw_tp_link *link, u64 *args) in __bpf_trace_run()
2403 void bpf_trace_run##x(struct bpf_raw_tp_link *link, \
2424 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
2442 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()