Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtrace_events.h770 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
771 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
773 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
774 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
801 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
805 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
809 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
813 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
A Dtracepoint-defs.h50 struct bpf_raw_event_map { struct
A Dmodule.h514 struct bpf_raw_event_map *bpf_raw_events;
A Dbpf.h1660 struct bpf_raw_event_map *btp;
/linux/kernel/trace/
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()
2274 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2275 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2277 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
2279 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
2289 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
2369 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
2387 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
/linux/include/trace/
A Dbpf_probe.h68 struct bpf_raw_event_map event; \
/linux/kernel/bpf/
A Dsyscall.c3798 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()
5082 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()
A Dverifier.c21866 struct bpf_raw_event_map *btp; in bpf_check_attach_target()

Completed in 80 milliseconds