From da707c2621d544cbbfe5ef889274fd516d56beb4 Mon Sep 17 00:00:00 2001 From: qinlong0101 Date: Tue, 17 May 2022 14:39:11 +0800 Subject: [PATCH 1/2] add distributed screen tag Signed-off-by: qinlong0101 --- bin/src/bytrace_cmd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/src/bytrace_cmd.cpp b/bin/src/bytrace_cmd.cpp index 7613c36..b93e50a 100644 --- a/bin/src/bytrace_cmd.cpp +++ b/bin/src/bytrace_cmd.cpp @@ -862,6 +862,7 @@ static void InitAllSupportTags() g_tagMap["ark"] = { "ark", "ARK Module", HITRACE_TAG_ARK, USER, {}}; g_tagMap["window"] = { "window", "Window Manager", HITRACE_TAG_WINDOW_MANAGER, USER, {}}; g_tagMap["account"] = { "account", "Account Manager", HITRACE_TAG_ACCOUNT_MANAGER, USER, {}}; + g_tagMap["screen"] = { "screen", "Distributed Screen", HITRACE_TAG_DISTRIBUTED_SCREEN, USER, {}}; g_tagMap["app"] = { "app", "APP Module", HITRACE_TAG_APP, USER, {}}; g_tagMap["zbinder"] = { "zbinder", "OpenHarmony binder communication", 0, KERNEL, { { "events/zbinder/enable" }, -- Gitee From 187fbba2870f60e5157135cd2d220f5b007e7028 Mon Sep 17 00:00:00 2001 From: qinlong0101 Date: Wed, 18 May 2022 10:51:39 +0800 Subject: [PATCH 2/2] add distributed screen tag Signed-off-by: qinlong0101 --- bin/src/bytrace_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/src/bytrace_cmd.cpp b/bin/src/bytrace_cmd.cpp index b93e50a..3c8acf4 100644 --- a/bin/src/bytrace_cmd.cpp +++ b/bin/src/bytrace_cmd.cpp @@ -862,7 +862,7 @@ static void InitAllSupportTags() g_tagMap["ark"] = { "ark", "ARK Module", HITRACE_TAG_ARK, USER, {}}; g_tagMap["window"] = { "window", "Window Manager", HITRACE_TAG_WINDOW_MANAGER, USER, {}}; g_tagMap["account"] = { "account", "Account Manager", HITRACE_TAG_ACCOUNT_MANAGER, USER, {}}; - g_tagMap["screen"] = { "screen", "Distributed Screen", HITRACE_TAG_DISTRIBUTED_SCREEN, USER, {}}; + g_tagMap["dscreen"] = { "dscreen", "Distributed Screen", HITRACE_TAG_DISTRIBUTED_SCREEN, USER, {}}; g_tagMap["app"] = { "app", "APP Module", HITRACE_TAG_APP, USER, {}}; g_tagMap["zbinder"] = { "zbinder", "OpenHarmony binder communication", 0, KERNEL, { { "events/zbinder/enable" }, -- Gitee