Searched refs:nstgid (Results 1 – 1 of 1) sorted by relevance
/external/bcc/src/cc/ |
D | bcc_perf_map.c | 46 int nstgid = pid; in bcc_perf_map_nstgid() local 53 nstgid = (int)strtol(strrchr(line, '\t'), NULL, 10); in bcc_perf_map_nstgid() 56 nstgid = (int)strtol(strrchr(line, '\t'), NULL, 10); in bcc_perf_map_nstgid() 61 return nstgid; in bcc_perf_map_nstgid() 77 int nstgid = bcc_perf_map_nstgid(pid); in bcc_perf_map_path() local 79 snprintf(map_path, map_len, "%s/tmp/perf-%d.map", target, nstgid); in bcc_perf_map_path()
|