Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_perf_map.c46 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()