Lines Matching refs:bpf_raw_event_map
56 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)
58 struct bpf_raw_event_map *btp, *ret = NULL;
78 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)
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)
2221 struct bpf_raw_event_map *btp = __start__bpf_raw_tp;
2231 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
2310 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
2328 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)