Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/memory_plugin/test/unittest/
Dsmaps_stats_unittest.cpp866 EXPECT_EQ(private_other, (uint64_t)(plugin.GetProcessPrivateOther()));
916 EXPECT_EQ(private_other, (uint64_t)(plugin.GetProcessPrivateOther()));
991 EXPECT_EQ(testPlugin.GetProcessPrivateOther(), targetPlugin.GetProcessPrivateOther());
Dmemory_data_plugin_unittest.cpp423 EXPECT_EQ(g_pidtarget[i].private_other, (uint64_t)(smap.GetProcessPrivateOther()));
/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h280 int GetProcessPrivateOther();
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp418 int SmapsStats::GetProcessPrivateOther() in GetProcessPrivateOther() function in SmapsStats
Dmemory_data_plugin.cpp277 processinfo->mutable_memsummary()->set_private_other(smapInfo.GetProcessPrivateOther()); in WriteAppsummary()