Home
last modified time | relevance | path

Searched refs:bpf_get_current_pid_tgid_proto (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/kernel/bpf/
Dhelpers.c165 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = { variable
Dcore.c2040 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
/Linux-v5.4/include/linux/
Dbpf.h1040 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
/Linux-v5.4/kernel/trace/
Dbpf_trace.c709 return &bpf_get_current_pid_tgid_proto; in tracing_func_proto()