Lines Matching refs:bpf_func_proto

158 static const struct bpf_func_proto bpf_override_return_proto = {
184 const struct bpf_func_proto bpf_probe_read_user_proto = {
221 const struct bpf_func_proto bpf_probe_read_user_str_proto = {
236 const struct bpf_func_proto bpf_probe_read_kernel_proto = {
271 const struct bpf_func_proto bpf_probe_read_kernel_str_proto = {
291 static const struct bpf_func_proto bpf_probe_read_compat_proto = {
310 static const struct bpf_func_proto bpf_probe_read_compat_str_proto = {
345 static const struct bpf_func_proto bpf_probe_write_user_proto = {
354 static const struct bpf_func_proto *bpf_get_probe_write_proto(void) in bpf_get_probe_write_proto()
392 static const struct bpf_func_proto bpf_trace_printk_proto = {
414 const struct bpf_func_proto *bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
447 static const struct bpf_func_proto bpf_trace_vprintk_proto = {
457 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
489 static const struct bpf_func_proto bpf_seq_printf_proto = {
506 static const struct bpf_func_proto bpf_seq_write_proto = {
530 static const struct bpf_func_proto bpf_seq_printf_btf_proto = {
579 static const struct bpf_func_proto bpf_perf_event_read_proto = {
604 static const struct bpf_func_proto bpf_perf_event_read_value_proto = {
693 static const struct bpf_func_proto bpf_perf_event_output_proto = {
759 const struct bpf_func_proto bpf_get_current_task_proto = {
770 const struct bpf_func_proto bpf_get_current_task_btf_proto = {
785 const struct bpf_func_proto bpf_task_pt_regs_proto = {
809 static const struct bpf_func_proto bpf_current_task_under_cgroup_proto = {
882 static const struct bpf_func_proto bpf_send_signal_proto = {
894 static const struct bpf_func_proto bpf_send_signal_thread_proto = {
961 static const struct bpf_func_proto bpf_d_path_proto = {
1020 const struct bpf_func_proto bpf_snprintf_btf_proto = {
1037 static const struct bpf_func_proto bpf_get_func_ip_proto_tracing = {
1079 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe = {
1091 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe_multi = {
1103 static const struct bpf_func_proto bpf_get_attach_cookie_proto_kmulti = {
1115 static const struct bpf_func_proto bpf_get_func_ip_proto_uprobe_multi = {
1127 static const struct bpf_func_proto bpf_get_attach_cookie_proto_umulti = {
1142 static const struct bpf_func_proto bpf_get_attach_cookie_proto_trace = {
1154 static const struct bpf_func_proto bpf_get_attach_cookie_proto_pe = {
1169 static const struct bpf_func_proto bpf_get_attach_cookie_proto_tracing = {
1196 static const struct bpf_func_proto bpf_get_branch_snapshot_proto = {
1215 static const struct bpf_func_proto bpf_get_func_arg_proto = {
1232 static const struct bpf_func_proto bpf_get_func_ret_proto = {
1245 static const struct bpf_func_proto bpf_get_func_arg_cnt_proto = {
1429 static const struct bpf_func_proto *
1561 static const struct bpf_func_proto *
1634 static const struct bpf_func_proto bpf_perf_event_output_proto_tp = {
1659 static const struct bpf_func_proto bpf_get_stackid_proto_tp = {
1677 static const struct bpf_func_proto bpf_get_stack_proto_tp = {
1687 static const struct bpf_func_proto *
1744 static const struct bpf_func_proto bpf_perf_prog_read_value_proto = {
1781 static const struct bpf_func_proto bpf_read_branch_records_proto = {
1791 static const struct bpf_func_proto *
1859 static const struct bpf_func_proto bpf_perf_event_output_proto_raw_tp = {
1870 extern const struct bpf_func_proto bpf_skb_output_proto;
1871 extern const struct bpf_func_proto bpf_xdp_output_proto;
1872 extern const struct bpf_func_proto bpf_xdp_get_buff_len_trace_proto;
1891 static const struct bpf_func_proto bpf_get_stackid_proto_raw_tp = {
1916 static const struct bpf_func_proto bpf_get_stack_proto_raw_tp = {
1926 static const struct bpf_func_proto *
1941 const struct bpf_func_proto *
1944 const struct bpf_func_proto *fn; in tracing_prog_func_proto()