update bin/src/bytrace_cmd.cpp.

Signed-off-by: hw-wLiu <liuwei573@huawei.com>
This commit is contained in:
hw-wLiu
2022-11-15 02:32:18 +00:00
committed by Gitee
parent 0c54a410f0
commit 71edff0c72
-2
View File
@@ -910,8 +910,6 @@ 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();
}