Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtrace_events.h772 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
773 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
775 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
776 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
803 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
807 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
811 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
815 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
H A Dtracepoint-defs.h56 struct bpf_raw_event_map { struct
H A Dmodule.h520 struct bpf_raw_event_map *bpf_raw_events;
H A Dbpf.h1738 struct bpf_raw_event_map *btp;
/linux-6.15/kernel/trace/
H A Dbpf_trace.c56 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()
2322 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2323 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2325 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
2327 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
2337 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
2416 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
2434 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
/linux-6.15/include/trace/
H A Dbpf_probe.h82 struct bpf_raw_event_map event; \
/linux-6.15/kernel/bpf/
H A Dsyscall.c3953 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()
5262 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()
H A Dverifier.c23058 struct bpf_raw_event_map *btp; in bpf_check_attach_target()