【DFX】分布式硬件设备管理添加Hitrace打点

Signed-off-by: wangyb0625 <wangyibo38@huawei.com>
This commit is contained in:
wangyb0625
2022-06-15 16:14:38 +08:00
parent d3abf54c30
commit ce23ecb552
+2
View File
@@ -864,6 +864,8 @@ static void InitAllSupportTags()
g_tagMap["account"] = { "account", "Account Manager", HITRACE_TAG_ACCOUNT_MANAGER, USER, {}};
g_tagMap["dscreen"] = { "dscreen", "Distributed Screen", HITRACE_TAG_DISTRIBUTED_SCREEN, USER, {}};
g_tagMap["dcamera"] = { "dcamera", "Distributed Camera", HITRACE_TAG_DISTRIBUTED_CAMERA, USER, {}};
g_tagMap["devicemanager"] = { "devicemanager", "Distributed Hardware DM", HITRACE_TAG_DISTRIBUTED_DEVICEMANAGER,
USER, {}};
g_tagMap["app"] = { "app", "APP Module", HITRACE_TAG_APP, USER, {}};
g_tagMap["zbinder"] = { "zbinder", "OpenHarmony binder communication", 0, KERNEL, {
{ "events/zbinder/enable" },