Home
last modified time | relevance | path

Searched refs:bpf_get_current_uid_gid (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c175 return bpf_get_current_uid_gid() & 0xFFFFFFFF; in perf_get_sample()
177 return bpf_get_current_uid_gid() >> 32; in perf_get_sample()
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h334 u64 uid_gid = bpf_get_current_uid_gid(); in populate_var_metadata()
/linux/kernel/bpf/
H A Dhelpers.c238 BPF_CALL_0(bpf_get_current_uid_gid) in BPF_CALL_0() argument
253 .func = bpf_get_current_uid_gid,