Symbol: bpf_raw_event_map
include/linux/bpf.h
2012
struct bpf_raw_event_map *btp;
include/linux/module.h
502
struct bpf_raw_event_map *bpf_raw_events;
include/linux/trace_events.h
779
int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
include/linux/trace_events.h
780
int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
include/linux/trace_events.h
782
struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
include/linux/trace_events.h
783
void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
include/linux/trace_events.h
816
static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
include/linux/trace_events.h
820
static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
include/linux/trace_events.h
824
static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name)
include/linux/trace_events.h
828
static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
include/trace/bpf_probe.h
80
struct bpf_raw_event_map event; \
kernel/bpf/syscall.c
4358
struct bpf_raw_event_map *btp;
kernel/bpf/syscall.c
5752
struct bpf_raw_event_map *btp = raw_tp->btp;
kernel/bpf/verifier.c
18936
struct bpf_raw_event_map *btp;
kernel/trace/bpf_trace.c
2079
extern struct bpf_raw_event_map __start__bpf_raw_tp[];
kernel/trace/bpf_trace.c
2080
extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
kernel/trace/bpf_trace.c
2082
struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name)
kernel/trace/bpf_trace.c
2084
struct bpf_raw_event_map *btp = __start__bpf_raw_tp;
kernel/trace/bpf_trace.c
2094
void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
kernel/trace/bpf_trace.c
2186
int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
kernel/trace/bpf_trace.c
2204
int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
kernel/trace/bpf_trace.c
57
static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)
kernel/trace/bpf_trace.c
59
struct bpf_raw_event_map *btp, *ret = NULL;
kernel/trace/bpf_trace.c
79
static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)