Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtrace_events.h481 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
482 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
483 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
484 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
507 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register()
511 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister()
515 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
519 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
Dtracepoint-defs.h44 struct bpf_raw_event_map { struct
Dmodule.h459 struct bpf_raw_event_map *bpf_raw_events;
/Linux-v5.4/kernel/trace/
Dbpf_trace.c34 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
36 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module()
56 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
1308 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
1309 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
1311 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
1313 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
1323 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
1386 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register()
1403 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register()
[all …]
/Linux-v5.4/include/trace/
Dbpf_probe.h77 static struct bpf_raw_event_map __used \
/Linux-v5.4/kernel/bpf/
Dsyscall.c1791 struct bpf_raw_event_map *btp;
1819 struct bpf_raw_event_map *btp; in bpf_raw_tracepoint_open()
2804 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()