!113 Gitee Review - zg1988_hitrace

Merge pull request !113 from zg1988/zg1988_hitrace
This commit is contained in:
openharmony_ci
2022-10-24 12:32:52 +00:00
committed by Gitee
+2
View File
@@ -887,6 +887,8 @@ static void InitAllSupportTags()
g_tagMap["nweb"] = {"nweb", "NWEB Module", HITRACE_TAG_NWEB, USER, {}};
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, {}};
// Kernel os
InitKernelSupportTags();
}