Searched refs:bpf_raw_event_map (Results 1 – 5 of 5) sorted by relevance
56 struct bpf_raw_event_map { struct
769 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);770 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);772 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);773 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);800 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()804 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()808 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()812 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
500 struct bpf_raw_event_map *bpf_raw_events;
1803 struct bpf_raw_event_map *btp;
82 struct bpf_raw_event_map event; \
Completed in 26 milliseconds