Home
last modified time | relevance | path

Searched refs:bpf_raw_event_map (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/include/linux/
Dtrace_events.h758 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
759 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
760 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
761 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
786 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register()
790 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister()
794 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
798 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
Dtracepoint-defs.h50 struct bpf_raw_event_map { struct
Dmodule.h508 struct bpf_raw_event_map *bpf_raw_events;
/Linux-v6.6/kernel/trace/
Dbpf_trace.c53 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
55 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module()
75 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
2272 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2273 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2275 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
2277 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
2287 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
2357 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register()
2375 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register()
[all …]
/Linux-v6.6/include/trace/
Dbpf_probe.h69 struct bpf_raw_event_map event; \
/Linux-v6.6/kernel/bpf/
Dsyscall.c3270 struct bpf_raw_event_map *btp;
3576 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()
4802 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()