Searched refs:bpf_raw_event_map (Results 1 – 5 of 5) sorted by relevance
56 struct bpf_raw_event_map { struct
2011 struct bpf_raw_event_map *btp;
57 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()59 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module()79 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()2079 extern struct bpf_raw_event_map __start__bpf_raw_tp[];2080 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];2082 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()2084 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()2094 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()2186 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()2204 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
4303 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()5701 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()
19890 struct bpf_raw_event_map *btp; in bpf_check_attach_target()