Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/include/
Dmemory_data_plugin.h224 PRO_TGID = 1, enumerator
239 …{StatusType::PRO_TGID, "Tgid"}, {StatusType::PRO_NAME, "Name"}, {StatusType::PRO_VMS…
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp656 if ((key >= PRO_TGID && key <= PRO_PURGPIN && key != PRO_NAME) && !StringToUll(word, value)) { in SetProcessInfo()
662 case PRO_TGID: in SetProcessInfo()