Searched refs:bpf_raw_event_map (Results 1 – 8 of 8) sorted by relevance
772 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);773 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);775 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);776 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);803 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()807 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()811 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()815 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
56 struct bpf_raw_event_map { struct
520 struct bpf_raw_event_map *bpf_raw_events;
1738 struct bpf_raw_event_map *btp;
56 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()58 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module()78 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()2322 extern struct bpf_raw_event_map __start__bpf_raw_tp[];2323 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];2325 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()2327 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()2337 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()2416 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()2434 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
82 struct bpf_raw_event_map event; \
3953 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()5262 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()
23058 struct bpf_raw_event_map *btp; in bpf_check_attach_target()