Home
last modified time | relevance | path

Searched refs:bpf_raw_event_map (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dtrace_events.h769 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);
772 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
773 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
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()
808 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
812 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
H A Dtracepoint-defs.h56 struct bpf_raw_event_map { struct
57 tpbpf_raw_event_map global() argument
58 bpf_funcbpf_raw_event_map global() argument
59 num_argsbpf_raw_event_map global() argument
60 writable_sizebpf_raw_event_map global() argument
H A Dmodule.h500 struct bpf_raw_event_map *bpf_raw_events;
H A Dbpf.h1803 struct bpf_raw_event_map *btp;
/linux/kernel/trace/
H A Dbpf_trace.c56 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
58 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module()
78 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
2216 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2217 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2219 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
2221 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
2231 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
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 *bt
[all...]
/linux/kernel/bpf/
H A Dsyscall.c4100 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()
5432 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()
H A Dverifier.c23534 struct bpf_raw_event_map *btp; in bpf_check_attach_target()
23690 * names. Thus using bpf_raw_event_map to get argument names. in bpf_check_attach_target()