proc_ns 195 tools/perf/util/synthetic-events.c char proc_ns[128]; proc_ns 197 tools/perf/util/synthetic-events.c sprintf(proc_ns, "/proc/%u/ns/%s", pid, ns); proc_ns 198 tools/perf/util/synthetic-events.c if (stat64(proc_ns, &st) == 0) {