Home
last modified time | relevance | path

Searched refs:TagCategory (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hitrace/frameworks/include/
H A Dcommon_utils.h30 struct TagCategory { struct
59 bool ParseTagInfo(std::map<std::string, TagCategory> &allTags,
/base/hiviewdfx/hitrace/frameworks/native/
H A Dcommon_utils.cpp137 static void ParseSysFiles(cJSON *tags, TagCategory& tagCategory) in ParseSysFiles()
150 static bool ParseTagCategory(cJSON* tagCategoryNode, std::map<std::string, TagCategory>& allTags) in ParseTagCategory()
157 TagCategory tagCategory; in ParseTagCategory()
171 allTags.insert(std::pair<std::string, TagCategory>(tags->string, tagCategory)); in ParseTagCategory()
196 bool ParseTagInfo(std::map<std::string, TagCategory> &allTags, in ParseTagInfo()
/base/hiviewdfx/hitrace/cmd/include/
H A Dhitrace_osal.h28 struct TagCategory { struct
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp208 bool CheckTags(const std::vector<std::string> &tags, const std::map<std::string, TagCategory> &allTags) in CheckTags()
288 void TraceInit(const std::map<std::string, TagCategory> &allTags) in TraceInit()
310 void SetAllTags(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, in SetAllTags()
430 bool SetTraceSetting(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, in SetTraceSetting()
1225 const std::map<std::string, TagCategory> &allTags, in HandleTraceOpen()
1237 const std::map<std::string, TagCategory> &allTags, in HandleServiceTraceOpen()
1287 bool ParseArgs(const std::string &args, TraceParams &cmdTraceParams, const std::map<std::string, TagCategory> &allTags, in ParseArgs()
1381 std::map<std::string, TagCategory> allTags; in OpenTrace()
1427 std::map<std::string, TagCategory> allTags; in OpenTrace()
1592 std::map<std::string, TagCategory> allTag in CloseTrace()
[all...]
/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp733 std::map<std::string, OHOS::HiviewDFX::Hitrace::TagCategory> allTags; in HWTEST_F()
747 std::map<std::string, OHOS::HiviewDFX::Hitrace::TagCategory> allTags; in HWTEST_F()
/base/hiviewdfx/hitrace/cmd/src/
H A Dhitrace_cmd.cpp150 std::map<std::string, OHOS::HiviewDFX::Hitrace::TagCategory> g_allTags;

Completed in 7 milliseconds