Lines Matching refs:bpf_raw_tp_link
771 struct bpf_raw_tp_link;
772 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
773 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link);
802 struct bpf_raw_tp_link;
803 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_register()
807 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_raw_tp_link *link) in bpf_probe_unregister()
899 void bpf_trace_run1(struct bpf_raw_tp_link *link, u64 arg1);
900 void bpf_trace_run2(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2);
901 void bpf_trace_run3(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
903 void bpf_trace_run4(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
905 void bpf_trace_run5(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
907 void bpf_trace_run6(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
909 void bpf_trace_run7(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
911 void bpf_trace_run8(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
914 void bpf_trace_run9(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
917 void bpf_trace_run10(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
920 void bpf_trace_run11(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,
923 void bpf_trace_run12(struct bpf_raw_tp_link *link, u64 arg1, u64 arg2,