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.h768 struct bpf_raw_tp_link;
769 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
770 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
799 struct bpf_raw_tp_link;
800 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
804 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
896 void bpf_trace_run1(struct bpf_raw_tp_link *link, u64 arg1);
897 void bpf_trace_run2(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2);
898 void bpf_trace_run3(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
900 void bpf_trace_run4(struct bpf_raw_tp_link *lin
[all...]
H A Dbpf.h1801 struct bpf_raw_tp_link { struct
1802 linkbpf_raw_tp_link global() argument
1803 btpbpf_raw_tp_link global() argument
1804 cookiebpf_raw_tp_link global() argument
/linux/kernel/bpf/
H A Dsyscall.c3652 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_release()
3653 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_release()
3661 struct bpf_raw_tp_link *raw_tp = in bpf_raw_tp_link_dealloc()
3662 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_dealloc()
3670 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_show_fdinfo()
3671 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_show_fdinfo()
3702 struct bpf_raw_tp_link *raw_tp_link = in bpf_raw_tp_link_fill_link_info()
3703 container_of(link, struct bpf_raw_tp_link, link); in bpf_raw_tp_link_fill_link_info()
4099 struct bpf_raw_tp_link *link; in bpf_raw_tp_link_attach()
5430 struct bpf_raw_tp_link *raw_t in bpf_task_fd_query()
[all...]
/linux/kernel/trace/
H A Dbpf_trace.c2241 void __bpf_trace_run(struct bpf_raw_tp_link *link, u64 *args) in __bpf_trace_run()
2289 void bpf_trace_run##x(struct bpf_raw_tp_link *link, \
2310 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
2328 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()