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.h770 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
771 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
773 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
774 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
801 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
805 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
809 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
813 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
H A Dbpf.h1860 struct bpf_raw_event_map *btp;
/linux/include/trace/
H A Dbpf_probe.h82 struct bpf_raw_event_map event; \
/linux/kernel/trace/
H A Dbpf_trace.c55 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
57 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module()
77 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
2034 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2035 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2037 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
2039 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
2049 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
2128 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
2146 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
/linux/kernel/bpf/
H A Dsyscall.c4213 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()
5567 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()
H A Dverifier.c24144 struct bpf_raw_event_map *btp; in bpf_check_attach_target()