statln 68 tools/perf/util/namespaces.c char *statln = NULL; statln 106 tools/perf/util/namespaces.c while (getline(&statln, &linesz, f) != -1) { statln 108 tools/perf/util/namespaces.c if (strstr(statln, "Tgid:") != NULL) { statln 109 tools/perf/util/namespaces.c nsi->tgid = (pid_t)strtol(strrchr(statln, '\t'), statln 114 tools/perf/util/namespaces.c if (strstr(statln, "NStgid:") != NULL) { statln 115 tools/perf/util/namespaces.c nsi->nstgid = (pid_t)strtol(strrchr(statln, '\t'), statln 125 tools/perf/util/namespaces.c free(statln);