Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtrace_events.h775 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
776 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
778 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
779 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
806 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
810 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
814 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
818 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 Dbpf.h1898 struct bpf_raw_event_map *btp;
/linux/kernel/trace/
H A Dbpf_trace.c55 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
57 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module()
77 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name) in bpf_get_raw_tracepoint_module()
2048 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2049 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2051 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
2053 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
2063 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
2141 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
2159 int bpf_probe_unregister(struct bpf_raw_event_map *bt
[all...]
/linux/include/trace/
H A Dbpf_probe.h82 struct bpf_raw_event_map event; \
/linux/kernel/bpf/
H A Dsyscall.c4250 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()
5610 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()
H A Dverifier.c24968 struct bpf_raw_event_map *btp; in bpf_check_attach_target()
25125 * names. Thus using bpf_raw_event_map to get argument names. in bpf_check_attach_target()