Lines Matching refs:bpf_func_proto
163 static const struct bpf_func_proto bpf_override_return_proto = {
189 const struct bpf_func_proto bpf_probe_read_user_proto = {
226 const struct bpf_func_proto bpf_probe_read_user_str_proto = {
241 const struct bpf_func_proto bpf_probe_read_kernel_proto = {
276 const struct bpf_func_proto bpf_probe_read_kernel_str_proto = {
296 static const struct bpf_func_proto bpf_probe_read_compat_proto = {
315 static const struct bpf_func_proto bpf_probe_read_compat_str_proto = {
350 static const struct bpf_func_proto bpf_probe_write_user_proto = {
386 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 const struct bpf_func_proto bpf_perf_event_read_proto = {
599 static const struct bpf_func_proto bpf_perf_event_read_value_proto = {
609 const struct bpf_func_proto *bpf_get_perf_event_read_value_proto(void) in bpf_get_perf_event_read_value_proto()
695 static const struct bpf_func_proto bpf_perf_event_output_proto = {
760 const struct bpf_func_proto bpf_get_current_task_proto = {
771 const struct bpf_func_proto bpf_get_current_task_btf_proto = {
785 const struct bpf_func_proto bpf_task_pt_regs_proto = {
883 const struct bpf_func_proto bpf_send_signal_proto = {
895 const struct bpf_func_proto bpf_send_signal_thread_proto = {
962 static const struct bpf_func_proto bpf_d_path_proto = {
1021 const struct bpf_func_proto bpf_snprintf_btf_proto = {
1038 static const struct bpf_func_proto bpf_get_func_ip_proto_tracing = {
1073 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe = {
1085 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe_multi = {
1097 static const struct bpf_func_proto bpf_get_attach_cookie_proto_kmulti = {
1109 static const struct bpf_func_proto bpf_get_func_ip_proto_uprobe_multi = {
1121 static const struct bpf_func_proto bpf_get_attach_cookie_proto_umulti = {
1136 static const struct bpf_func_proto bpf_get_attach_cookie_proto_trace = {
1148 static const struct bpf_func_proto bpf_get_attach_cookie_proto_pe = {
1163 static const struct bpf_func_proto bpf_get_attach_cookie_proto_tracing = {
1186 const struct bpf_func_proto bpf_get_branch_snapshot_proto = {
1205 static const struct bpf_func_proto bpf_get_func_arg_proto = {
1223 static const struct bpf_func_proto bpf_get_func_ret_proto = {
1237 static const struct bpf_func_proto bpf_get_func_arg_cnt_proto = {
1243 static const struct bpf_func_proto *
1246 const struct bpf_func_proto *func_proto; in bpf_tracing_func_proto()
1303 static const struct bpf_func_proto *
1377 static const struct bpf_func_proto bpf_perf_event_output_proto_tp = {
1402 static const struct bpf_func_proto bpf_get_stackid_proto_tp = {
1420 static const struct bpf_func_proto bpf_get_stack_proto_tp = {
1430 static const struct bpf_func_proto *
1487 static const struct bpf_func_proto bpf_perf_prog_read_value_proto = {
1524 static const struct bpf_func_proto bpf_read_branch_records_proto = {
1534 static const struct bpf_func_proto *
1602 static const struct bpf_func_proto bpf_perf_event_output_proto_raw_tp = {
1613 extern const struct bpf_func_proto bpf_skb_output_proto;
1614 extern const struct bpf_func_proto bpf_xdp_output_proto;
1615 extern const struct bpf_func_proto bpf_xdp_get_buff_len_trace_proto;
1634 static const struct bpf_func_proto bpf_get_stackid_proto_raw_tp = {
1659 static const struct bpf_func_proto bpf_get_stack_proto_raw_tp = {
1669 static const struct bpf_func_proto *
1686 const struct bpf_func_proto *
1689 const struct bpf_func_proto *fn; in tracing_prog_func_proto()