Lines Matching refs:bpf_func_proto

143 static const struct bpf_func_proto bpf_override_return_proto = {
169 const struct bpf_func_proto bpf_probe_read_user_proto = {
206 const struct bpf_func_proto bpf_probe_read_user_str_proto = {
232 const struct bpf_func_proto bpf_probe_read_kernel_proto = {
267 const struct bpf_func_proto bpf_probe_read_kernel_str_proto = {
287 static const struct bpf_func_proto bpf_probe_read_compat_proto = {
306 static const struct bpf_func_proto bpf_probe_read_compat_str_proto = {
343 static const struct bpf_func_proto bpf_probe_write_user_proto = {
352 static const struct bpf_func_proto *bpf_get_probe_write_proto(void) in bpf_get_probe_write_proto()
393 static const struct bpf_func_proto bpf_trace_printk_proto = {
415 const struct bpf_func_proto *bpf_get_trace_printk_proto(void) in bpf_get_trace_printk_proto()
449 static const struct bpf_func_proto bpf_trace_vprintk_proto = {
459 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 = {
690 static const struct bpf_func_proto bpf_perf_event_output_proto = {
752 const struct bpf_func_proto bpf_get_current_task_proto = {
763 const struct bpf_func_proto bpf_get_current_task_btf_proto = {
778 const struct bpf_func_proto bpf_task_pt_regs_proto = {
802 static const struct bpf_func_proto bpf_current_task_under_cgroup_proto = {
873 static const struct bpf_func_proto bpf_send_signal_proto = {
885 static const struct bpf_func_proto bpf_send_signal_thread_proto = {
942 static const struct bpf_func_proto bpf_d_path_proto = {
1001 const struct bpf_func_proto bpf_snprintf_btf_proto = {
1018 static const struct bpf_func_proto bpf_get_func_ip_proto_tracing = {
1032 static const struct bpf_func_proto bpf_get_func_ip_proto_kprobe = {
1047 static const struct bpf_func_proto bpf_get_attach_cookie_proto_trace = {
1059 static const struct bpf_func_proto bpf_get_attach_cookie_proto_pe = {
1086 static const struct bpf_func_proto bpf_get_branch_snapshot_proto = {
1094 static const struct bpf_func_proto *
1216 static const struct bpf_func_proto *
1281 static const struct bpf_func_proto bpf_perf_event_output_proto_tp = {
1306 static const struct bpf_func_proto bpf_get_stackid_proto_tp = {
1324 static const struct bpf_func_proto bpf_get_stack_proto_tp = {
1334 static const struct bpf_func_proto *
1391 static const struct bpf_func_proto bpf_perf_prog_read_value_proto = {
1429 static const struct bpf_func_proto bpf_read_branch_records_proto = {
1439 static const struct bpf_func_proto *
1507 static const struct bpf_func_proto bpf_perf_event_output_proto_raw_tp = {
1518 extern const struct bpf_func_proto bpf_skb_output_proto;
1519 extern const struct bpf_func_proto bpf_xdp_output_proto;
1538 static const struct bpf_func_proto bpf_get_stackid_proto_raw_tp = {
1563 static const struct bpf_func_proto bpf_get_stack_proto_raw_tp = {
1573 static const struct bpf_func_proto *
1588 const struct bpf_func_proto *
1591 const struct bpf_func_proto *fn; in tracing_prog_func_proto()