Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtracepoint-defs.h56 struct bpf_raw_event_map { struct
H A Dbpf.h2011 struct bpf_raw_event_map *btp;
/linux/kernel/trace/
H A Dbpf_trace.c57 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()
/linux/kernel/bpf/
H A Dsyscall.c4303 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()
H A Dverifier.c19890 struct bpf_raw_event_map *btp; in bpf_check_attach_target()