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

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

Completed in 106 milliseconds