Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dhelpers.c135 const struct bpf_func_proto bpf_get_current_pid_tgid_proto = { variable
Dcore.c769 const struct bpf_func_proto bpf_get_current_pid_tgid_proto __weak;
/linux-4.4.14/include/linux/
Dbpf.h212 extern const struct bpf_func_proto bpf_get_current_pid_tgid_proto;
/linux-4.4.14/kernel/trace/
Dbpf_trace.c283 return &bpf_get_current_pid_tgid_proto; in kprobe_prog_func_proto()