Home
last modified time | relevance | path

Searched refs:bpf_get_current_comm_proto (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dhelpers.c271 const struct bpf_func_proto bpf_get_current_comm_proto = { variable
H A Dcgroup.c2594 return &bpf_get_current_comm_proto; in cgroup_current_func_proto()
H A Dcore.c2842 const struct bpf_func_proto bpf_get_current_comm_proto __weak;
/openbmc/linux/include/linux/
H A Dbpf.h2996 extern const struct bpf_func_proto bpf_get_current_comm_proto;
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c1469 return &bpf_get_current_comm_proto; in bpf_tracing_func_proto()