Symbol: bpf_raw_event_map
include/linux/bpf.h
1898
struct bpf_raw_event_map *btp;
include/linux/module.h
503
struct bpf_raw_event_map *bpf_raw_events;
include/linux/trace_events.h
775
int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
include/linux/trace_events.h
776
int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
include/linux/trace_events.h
778
struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
include/linux/trace_events.h
779
void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
include/linux/trace_events.h
806
static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
include/linux/trace_events.h
810
static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
include/linux/trace_events.h
814
static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name)
include/linux/trace_events.h
818
static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
include/trace/bpf_probe.h
82
struct bpf_raw_event_map event; \
kernel/bpf/syscall.c
4250
struct bpf_raw_event_map *btp;
kernel/bpf/syscall.c
5610
struct bpf_raw_event_map *btp = raw_tp->btp;
kernel/bpf/verifier.c
24968
struct bpf_raw_event_map *btp;
kernel/trace/bpf_trace.c
2048
extern struct bpf_raw_event_map __start__bpf_raw_tp[];
kernel/trace/bpf_trace.c
2049
extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
kernel/trace/bpf_trace.c
2051
struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name)
kernel/trace/bpf_trace.c
2053
struct bpf_raw_event_map *btp = __start__bpf_raw_tp;
kernel/trace/bpf_trace.c
2063
void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
kernel/trace/bpf_trace.c
2141
int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
kernel/trace/bpf_trace.c
2159
int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
kernel/trace/bpf_trace.c
55
static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)
kernel/trace/bpf_trace.c
57
struct bpf_raw_event_map *btp, *ret = NULL;
kernel/trace/bpf_trace.c
77
static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)