!128 Add Interconnection subsystem tag

Merge pull request !128 from zhangge/1018
This commit is contained in:
openharmony_ci
2023-02-09 09:02:54 +00:00
committed by Gitee
+2
View File
@@ -910,6 +910,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();
}