Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dtrace_events.h731 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
732 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
733 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
734 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
757 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register()
761 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister()
765 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
769 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
Dtracepoint-defs.h49 struct bpf_raw_event_map { struct
Dmodule.h471 struct bpf_raw_event_map *bpf_raw_events;
/Linux-v5.15/kernel/trace/
Dbpf_trace.c46 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
48 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module()
68 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
1841 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
1842 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
1844 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
1846 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
1856 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
1920 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register()
1938 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register()
[all …]
/Linux-v5.15/include/trace/
Dbpf_probe.h82 struct bpf_raw_event_map event; \
/Linux-v5.15/kernel/bpf/
Dsyscall.c2834 struct bpf_raw_event_map *btp;
2985 struct bpf_raw_event_map *btp; in bpf_raw_tracepoint_open()
4096 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()