add trace TAG for commonlibrary.

issue: https://gitee.com/openharmony/commonlibrary_ets_utils/issues/I6E3EG

Signed-off-by: yqhan <hanyuqing2@huawei.com>
This commit is contained in:
yqhan
2023-02-09 22:48:49 +08:00
parent 0b18b5010c
commit 0efd0d6b51
+1
View File
@@ -911,6 +911,7 @@ static void InitAllSupportTags()
g_tagMap["net"] = {"net", "net", HITRACE_TAG_NET, USER, {}};
g_tagMap["accesscontrol"] = {"accesscontrol", "Access Control Module", HITRACE_TAG_ACCESS_CONTROL, USER, {}};
g_tagMap["interconn"] = {"interconn", "Interconnection subsystem", HITRACE_TAG_INTERCONNECTION, USER, {}};
g_tagMap["commonlibrary"] = {"commonlibrary", "Commonlibrary subsystem", HITRACE_TAG_COMMONLIBRARY, USER, {}};
// Kernel os
InitKernelSupportTags();