Lines Matching refs:bpf_func_proto
153 static const struct bpf_func_proto bpf_override_return_proto = {
179 const struct bpf_func_proto bpf_probe_read_user_proto = {
216 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 = {
360 static const struct bpf_func_proto *bpf_get_probe_write_proto(void) in bpf_get_probe_write_proto()
401 static const struct bpf_func_proto bpf_trace_printk_proto = {
423 const struct bpf_func_proto *bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
457 static const struct bpf_func_proto bpf_trace_vprintk_proto = {
467 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
497 static const struct bpf_func_proto bpf_seq_printf_proto = {
514 static const struct bpf_func_proto bpf_seq_write_proto = {
538 static const struct bpf_func_proto bpf_seq_printf_btf_proto = {
587 static const struct bpf_func_proto bpf_perf_event_read_proto = {
612 static const struct bpf_func_proto bpf_perf_event_read_value_proto = {
699 static const struct bpf_func_proto bpf_perf_event_output_proto = {
762 const struct bpf_func_proto bpf_get_current_task_proto = {
773 const struct bpf_func_proto bpf_get_current_task_btf_proto = {
788 const struct bpf_func_proto bpf_task_pt_regs_proto = {
812 static const struct bpf_func_proto bpf_current_task_under_cgroup_proto = {
881 static const struct bpf_func_proto bpf_send_signal_proto = {
893 static const struct bpf_func_proto bpf_send_signal_thread_proto = {
950 static const struct bpf_func_proto bpf_d_path_proto = {
1009 const struct bpf_func_proto bpf_snprintf_btf_proto = {
1026 static const struct bpf_func_proto bpf_get_func_ip_proto_tracing = {
1059 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe = {
1071 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe_multi = {
1083 static const struct bpf_func_proto bpf_get_attach_cookie_proto_kmulti = {
1098 static const struct bpf_func_proto bpf_get_attach_cookie_proto_trace = {
1110 static const struct bpf_func_proto bpf_get_attach_cookie_proto_pe = {
1125 static const struct bpf_func_proto bpf_get_attach_cookie_proto_tracing = {
1152 static const struct bpf_func_proto bpf_get_branch_snapshot_proto = {
1171 static const struct bpf_func_proto bpf_get_func_arg_proto = {
1188 static const struct bpf_func_proto bpf_get_func_ret_proto = {
1201 static const struct bpf_func_proto bpf_get_func_arg_cnt_proto = {
1385 static const struct bpf_func_proto *
1513 static const struct bpf_func_proto *
1582 static const struct bpf_func_proto bpf_perf_event_output_proto_tp = {
1607 static const struct bpf_func_proto bpf_get_stackid_proto_tp = {
1625 static const struct bpf_func_proto bpf_get_stack_proto_tp = {
1635 static const struct bpf_func_proto *
1692 static const struct bpf_func_proto bpf_perf_prog_read_value_proto = {
1729 static const struct bpf_func_proto bpf_read_branch_records_proto = {
1739 static const struct bpf_func_proto *
1807 static const struct bpf_func_proto bpf_perf_event_output_proto_raw_tp = {
1818 extern const struct bpf_func_proto bpf_skb_output_proto;
1819 extern const struct bpf_func_proto bpf_xdp_output_proto;
1820 extern const struct bpf_func_proto bpf_xdp_get_buff_len_trace_proto;
1839 static const struct bpf_func_proto bpf_get_stackid_proto_raw_tp = {
1864 static const struct bpf_func_proto bpf_get_stack_proto_raw_tp = {
1874 static const struct bpf_func_proto *
1889 const struct bpf_func_proto *
1892 const struct bpf_func_proto *fn; in tracing_prog_func_proto()