Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp285 while (struct dirent* dirEnt = readdir(procDir)) { in GetCpuCoreSize() local
286 if (dirEnt->d_type != DT_DIR) { in GetCpuCoreSize()
289 if (strncmp(dirEnt->d_name, "cpu", strlen("cpu")) == 0) { in GetCpuCoreSize()
514 while (struct dirent* dirEnt = readdir(dirp)) { in GetValidTid() local
515 if (dirEnt->d_type != DT_DIR) { in GetValidTid()
519 int32_t tid = atoi(dirEnt->d_name); in GetValidTid()
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp105 while (struct dirent* dirEnt = readdir(dirp)) { in GetValidPid() local
106 if (dirEnt->d_type != DT_DIR) { in GetValidPid()
110 int32_t pid = atoi(dirEnt->d_name); in GetValidPid()
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp533 while (struct dirent* dirEnt = readdir(dirp)) { in GetValidPid() local
534 if (dirEnt->d_type != DT_DIR) { in GetValidPid()
538 int32_t pid = atoi(dirEnt->d_name); in GetValidPid()