bpf_raw_event_map
struct bpf_raw_event_map *btp;
struct bpf_raw_event_map *bpf_raw_events;
int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name)
static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
struct bpf_raw_event_map event; \
struct bpf_raw_event_map *btp;
struct bpf_raw_event_map *btp = raw_tp->btp;
struct bpf_raw_event_map *btp;
extern struct bpf_raw_event_map __start__bpf_raw_tp[];
extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name)
struct bpf_raw_event_map *btp = __start__bpf_raw_tp;
void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link)
static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)
struct bpf_raw_event_map *btp, *ret = NULL;
static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)