Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/bpf_skel/
Dbperf_cgroup.bpf.c127 __u64 cgrp_id = bpf_get_current_ancestor_cgroup_id(i); in get_cgroup_v2_idx()
/linux-6.1.9/kernel/bpf/
Dhelpers.c410 BPF_CALL_1(bpf_get_current_ancestor_cgroup_id, int, ancestor_level) in BPF_CALL_1() argument
426 .func = bpf_get_current_ancestor_cgroup_id,