bpf_get_current_pid_tgid_proto 1040 include/linux/bpf.h extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
bpf_get_current_pid_tgid_proto 2040 kernel/bpf/core.c const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
bpf_get_current_pid_tgid_proto  165 kernel/bpf/helpers.c const struct bpf_func_proto bpf_get_current_pid_tgid_proto = {
bpf_get_current_pid_tgid_proto  707 kernel/trace/bpf_trace.c 		return &bpf_get_current_pid_tgid_proto;