Lines Matching refs:bpf_raw_event_map
55 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)
57 struct bpf_raw_event_map *btp, *ret = NULL;
77 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)
2048 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2049 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2051 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name)
2053 struct bpf_raw_event_map *btp = __start__bpf_raw_tp;
2063 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
2141 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
2159 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)