Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/include/
Dmemory_data_plugin.h218 PRO_NAME, enumerator
230 …{StatusType::PRO_TGID, "Tgid"}, {StatusType::PRO_NAME, "Name"}, {StatusType::PRO_VMS…
/developtools/profiler/device/plugins/memory_plugin/src/
Dmemory_data_plugin.cpp645 if ((key >= PRO_TGID && key <= PRO_VMHWM && key != PRO_NAME) && !StringToUll(word, value)) { in SetProcessInfo()
699 if (key == PRO_NAME) { in WriteProcess()