Home
last modified time | relevance | path

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

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