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 = {
410 const struct bpf_func_proto *bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
443 static const struct bpf_func_proto bpf_trace_vprintk_proto = {
453 const struct bpf_func_proto *bpf_get_trace_vprintk_proto(void) in bpf_get_trace_vprintk_proto()
485 static const struct bpf_func_proto bpf_seq_printf_proto = {
502 static const struct bpf_func_proto bpf_seq_write_proto = {
526 static const struct bpf_func_proto bpf_seq_printf_btf_proto = {
575 static const struct bpf_func_proto bpf_perf_event_read_proto = {
600 static const struct bpf_func_proto bpf_perf_event_read_value_proto = {
610 const struct bpf_func_proto *bpf_get_perf_event_read_value_proto(void) in bpf_get_perf_event_read_value_proto()
696 static const struct bpf_func_proto bpf_perf_event_output_proto = {
761 const struct bpf_func_proto bpf_get_current_task_proto = {
772 const struct bpf_func_proto bpf_get_current_task_btf_proto = {
787 const struct bpf_func_proto bpf_task_pt_regs_proto = {
885 static const struct bpf_func_proto bpf_send_signal_proto = {
897 static const struct bpf_func_proto bpf_send_signal_thread_proto = {
964 static const struct bpf_func_proto bpf_d_path_proto = {
1023 const struct bpf_func_proto bpf_snprintf_btf_proto = {
1040 static const struct bpf_func_proto bpf_get_func_ip_proto_tracing = {
1075 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe = {
1087 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe_multi = {
1099 static const struct bpf_func_proto bpf_get_attach_cookie_proto_kmulti = {
1111 static const struct bpf_func_proto bpf_get_func_ip_proto_uprobe_multi = {
1123 static const struct bpf_func_proto bpf_get_attach_cookie_proto_umulti = {
1138 static const struct bpf_func_proto bpf_get_attach_cookie_proto_trace = {
1150 static const struct bpf_func_proto bpf_get_attach_cookie_proto_pe = {
1165 static const struct bpf_func_proto bpf_get_attach_cookie_proto_tracing = {
1188 static const struct bpf_func_proto bpf_get_branch_snapshot_proto = {
1207 static const struct bpf_func_proto bpf_get_func_arg_proto = {
1225 static const struct bpf_func_proto bpf_get_func_ret_proto = {
1239 static const struct bpf_func_proto bpf_get_func_arg_cnt_proto = {
1427 static const struct bpf_func_proto *
1430 const struct bpf_func_proto *func_proto; in bpf_tracing_func_proto()
1592 static const struct bpf_func_proto *
1665 static const struct bpf_func_proto bpf_perf_event_output_proto_tp = {
1690 static const struct bpf_func_proto bpf_get_stackid_proto_tp = {
1708 static const struct bpf_func_proto bpf_get_stack_proto_tp = {
1718 static const struct bpf_func_proto *
1775 static const struct bpf_func_proto bpf_perf_prog_read_value_proto = {
1812 static const struct bpf_func_proto bpf_read_branch_records_proto = {
1822 static const struct bpf_func_proto *
1890 static const struct bpf_func_proto bpf_perf_event_output_proto_raw_tp = {
1901 extern const struct bpf_func_proto bpf_skb_output_proto;
1902 extern const struct bpf_func_proto bpf_xdp_output_proto;
1903 extern const struct bpf_func_proto bpf_xdp_get_buff_len_trace_proto;
1922 static const struct bpf_func_proto bpf_get_stackid_proto_raw_tp = {
1947 static const struct bpf_func_proto bpf_get_stack_proto_raw_tp = {
1957 static const struct bpf_func_proto *
1974 const struct bpf_func_proto *
1977 const struct bpf_func_proto *fn; in tracing_prog_func_proto()