Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dnamespaces.c92 nsi->mntns_path = newns; in nsinfo__init()
169 if (nsi->mntns_path) { in nsinfo__copy()
170 nnsi->mntns_path = strdup(nsi->mntns_path); in nsinfo__copy()
171 if (!nnsi->mntns_path) { in nsinfo__copy()
184 zfree(&nsi->mntns_path); in nsinfo__delete()
229 newns = open(nsi->mntns_path, O_RDONLY); in nsinfo__mountns_enter()
Dnamespaces.h36 char *mntns_path; member