Searched refs:bpf_raw_event_map (Results 1 – 5 of 5) sorted by relevance
472 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog);473 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);474 struct bpf_raw_event_map *bpf_find_raw_tracepoint(const char *name);497 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register()501 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister()505 static inline struct bpf_raw_event_map *bpf_find_raw_tracepoint(const char *name) in bpf_find_raw_tracepoint()
44 struct bpf_raw_event_map { struct
1074 extern struct bpf_raw_event_map __start__bpf_raw_tp[];1075 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];1077 struct bpf_raw_event_map *bpf_find_raw_tracepoint(const char *name) in bpf_find_raw_tracepoint()1079 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_find_raw_tracepoint()1143 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register()1157 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register()1167 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_unregister()
78 static struct bpf_raw_event_map __used \
1479 struct bpf_raw_event_map *btp;1506 struct bpf_raw_event_map *btp; in bpf_raw_tracepoint_open()2301 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()