Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dnamespaces.c179 static const char *nsinfo__mntns_path(const struct nsinfo *nsi) in nsinfo__mntns_path() function
200 if (nsinfo__mntns_path(nsi)) { in nsinfo__copy()
201 RC_CHK_ACCESS(nnsi)->mntns_path = strdup(nsinfo__mntns_path(nsi)); in nsinfo__copy()
306 newns = open(nsinfo__mntns_path(nsi), O_RDONLY); in nsinfo__mountns_enter()