Searched refs:bpf_raw_event_map (Results 1 – 5 of 5) sorted by relevance
50 struct bpf_raw_event_map { struct
788 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);789 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);791 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);792 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);819 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()823 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()827 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()831 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
520 struct bpf_raw_event_map *bpf_raw_events;
1684 struct bpf_raw_event_map *btp;
68 struct bpf_raw_event_map event; \