Home
last modified time | relevance | path

Searched refs:bpf_get_current_ancestor_cgroup_id (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/bpf_skel/
H A Dbperf_cgroup.bpf.c127 __u64 cgrp_id = bpf_get_current_ancestor_cgroup_id(i); in get_cgroup_v2_idx()
/openbmc/linux/kernel/bpf/
H A Dhelpers.c420 BPF_CALL_1(bpf_get_current_ancestor_cgroup_id, int, ancestor_level) in BPF_CALL_1() argument
436 .func = bpf_get_current_ancestor_cgroup_id,