Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtrace_events.h627 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
628 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
629 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
630 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
653 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register()
657 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister()
661 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
665 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.h476 struct bpf_raw_event_map *bpf_raw_events;
/Linux-v5.10/kernel/trace/
Dbpf_trace.c43 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
45 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module()
65 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
2027 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2028 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2030 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
2032 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
2042 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
2104 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register()
2121 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register()
[all …]
/Linux-v5.10/include/trace/
Dbpf_probe.h79 struct bpf_raw_event_map event; \
/Linux-v5.10/kernel/bpf/
Dsyscall.c2726 struct bpf_raw_event_map *btp;
2804 struct bpf_raw_event_map *btp; in bpf_raw_tracepoint_open()
3923 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()