Lines Matching refs:bpf_func_proto
164 static const struct bpf_func_proto bpf_override_return_proto = {
190 const struct bpf_func_proto bpf_probe_read_user_proto = {
227 const struct bpf_func_proto bpf_probe_read_user_str_proto = {
242 const struct bpf_func_proto bpf_probe_read_kernel_proto = {
277 const struct bpf_func_proto bpf_probe_read_kernel_str_proto = {
297 static const struct bpf_func_proto bpf_probe_read_compat_proto = {
316 static const struct bpf_func_proto bpf_probe_read_compat_str_proto = {
351 static const struct bpf_func_proto bpf_probe_write_user_proto = {
387 static const struct bpf_func_proto bpf_trace_printk_proto = {
409 const struct bpf_func_proto *bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
442 static const struct bpf_func_proto bpf_trace_vprintk_proto = {
452 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
484 static const struct bpf_func_proto bpf_seq_printf_proto = {
501 static const struct bpf_func_proto bpf_seq_write_proto = {
525 static const struct bpf_func_proto bpf_seq_printf_btf_proto = {
574 static const struct bpf_func_proto bpf_perf_event_read_proto = {
599 static const struct bpf_func_proto bpf_perf_event_read_value_proto = {
690 static const struct bpf_func_proto bpf_perf_event_output_proto = {
755 const struct bpf_func_proto bpf_get_current_task_proto = {
766 const struct bpf_func_proto bpf_get_current_task_btf_proto = {
781 const struct bpf_func_proto bpf_task_pt_regs_proto = {
879 static const struct bpf_func_proto bpf_send_signal_proto = {
891 static const struct bpf_func_proto bpf_send_signal_thread_proto = {
958 static const struct bpf_func_proto bpf_d_path_proto = {
1017 const struct bpf_func_proto bpf_snprintf_btf_proto = {
1034 static const struct bpf_func_proto bpf_get_func_ip_proto_tracing = {
1082 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe = {
1094 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe_multi = {
1106 static const struct bpf_func_proto bpf_get_attach_cookie_proto_kmulti = {
1118 static const struct bpf_func_proto bpf_get_func_ip_proto_uprobe_multi = {
1130 static const struct bpf_func_proto bpf_get_attach_cookie_proto_umulti = {
1145 static const struct bpf_func_proto bpf_get_attach_cookie_proto_trace = {
1157 static const struct bpf_func_proto bpf_get_attach_cookie_proto_pe = {
1172 static const struct bpf_func_proto bpf_get_attach_cookie_proto_tracing = {
1195 static const struct bpf_func_proto bpf_get_branch_snapshot_proto = {
1214 static const struct bpf_func_proto bpf_get_func_arg_proto = {
1232 static const struct bpf_func_proto bpf_get_func_ret_proto = {
1246 static const struct bpf_func_proto bpf_get_func_arg_cnt_proto = {
1434 static const struct bpf_func_proto *
1437 const struct bpf_func_proto *func_proto; in bpf_tracing_func_proto()
1599 static const struct bpf_func_proto *
1672 static const struct bpf_func_proto bpf_perf_event_output_proto_tp = {
1697 static const struct bpf_func_proto bpf_get_stackid_proto_tp = {
1715 static const struct bpf_func_proto bpf_get_stack_proto_tp = {
1725 static const struct bpf_func_proto *
1782 static const struct bpf_func_proto bpf_perf_prog_read_value_proto = {
1819 static const struct bpf_func_proto bpf_read_branch_records_proto = {
1829 static const struct bpf_func_proto *
1897 static const struct bpf_func_proto bpf_perf_event_output_proto_raw_tp = {
1908 extern const struct bpf_func_proto bpf_skb_output_proto;
1909 extern const struct bpf_func_proto bpf_xdp_output_proto;
1910 extern const struct bpf_func_proto bpf_xdp_get_buff_len_trace_proto;
1929 static const struct bpf_func_proto bpf_get_stackid_proto_raw_tp = {
1954 static const struct bpf_func_proto bpf_get_stack_proto_raw_tp = {
1964 static const struct bpf_func_proto *
1981 const struct bpf_func_proto *
1984 const struct bpf_func_proto *fn; in tracing_prog_func_proto()