Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h206 static INLINE void* read_full_cgroup_path(struct kernfs_node* cgroup_node, in read_full_cgroup_path() argument
219 bpf_probe_read_str(payload, MAX_PATH, BPF_CORE_READ(cgroup_node, name)); in read_full_cgroup_path()
220 if (!cgroup_node) in read_full_cgroup_path()
222 if (cgroup_node == cgroup_root_node) in read_full_cgroup_path()
228 cgroup_node = BPF_CORE_READ(cgroup_node, parent); in read_full_cgroup_path()