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

/linux-master/include/linux/
H A Dtracepoint-defs.h50 struct bpf_raw_event_map { struct
H A Dtrace_events.h768 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
769 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog);
770 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name);
771 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp);
797 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p)
801 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p)
805 static inline struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name)
809 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
H A Dmodule.h508 struct bpf_raw_event_map *bpf_raw_events;
/linux-master/include/trace/
H A Dbpf_probe.h69 struct bpf_raw_event_map event; \
/linux-master/kernel/trace/
H A Dbpf_trace.c57 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)
59 struct bpf_raw_event_map *btp, *ret = NULL;
79 static struct bpf_raw_event_map *bpf_get_raw_tracepoint_module(const char *name)
2347 extern struct bpf_raw_event_map __start__bpf_raw_tp[];
2348 extern struct bpf_raw_event_map __stop__bpf_raw_tp[];
2350 struct bpf_raw_event_map *bpf_get_raw_tracepoint(const char *name)
2352 struct bpf_raw_event_map *btp = __start__bpf_raw_tp;
2362 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp)
2432 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog)
2450 int bpf_probe_register(struct bpf_raw_event_map *bt
[all...]
/linux-master/kernel/bpf/
H A Dsyscall.c3503 struct bpf_raw_event_map *btp;
3815 struct bpf_raw_event_map *btp;
5093 struct bpf_raw_event_map *btp = raw_tp->btp;

Completed in 142 milliseconds