Searched refs:status_path (Results 1 – 2 of 2) sorted by relevance
36 char status_path[64]; in bcc_perf_map_nstgid() local39 snprintf(status_path, sizeof(status_path), "/proc/%d/status", pid); in bcc_perf_map_nstgid()40 status = fopen(status_path, "r"); in bcc_perf_map_nstgid()
163 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local164 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()167 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()