Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtrace_events.h766 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
767 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
768 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
769 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
795 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register()
799 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister()
803 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
807 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
H A Dtracepoint-defs.h50 struct bpf_raw_event_map { struct
H A Dmodule.h508 struct bpf_raw_event_map *bpf_raw_events;
/openbmc/linux/kernel/trace/
H 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()
2287 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2288 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2290 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name) in bpf_get_raw_tracepoint()
2292 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint()
2302 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
2372 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register()
2390 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register()
[all …]
/openbmc/linux/include/trace/
H A Dbpf_probe.h69 struct bpf_raw_event_map event; \
/openbmc/linux/kernel/bpf/
H A Dsyscall.c3361 struct bpf_raw_event_map *btp;
3688 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach()
4919 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query()