Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dhelpers.c129 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = { variable
Dcore.c1792 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
/Linux-v4.19/include/linux/
Dbpf.h815 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
/Linux-v4.19/kernel/trace/
Dbpf_trace.c541 return &bpf_get_current_pid_tgid_proto; in tracing_func_proto()