Searched refs:bpf_raw_event_map (Results 1 – 8 of 8) sorted by relevance
770 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);771 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);773 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);774 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);801 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()805 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()809 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()813 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
50 struct bpf_raw_event_map { struct
514 struct bpf_raw_event_map *bpf_raw_events;
1660 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()2274 extern struct bpf_raw_event_map __start__bpf_raw_tp[];2275 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];2277 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()2279 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()2289 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()2369 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()2387 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
68 struct bpf_raw_event_map event; \
3798 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()5082 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()
21866 struct bpf_raw_event_map *btp; in bpf_check_attach_target()
Completed in 80 milliseconds