H A D | hitrace_dump.cpp | 220 const std::map<std::string, std::vector<std::string>> &tagGroupTable)
in CheckTagGroup() 223 if (tagGroupTable.find(groupName) == tagGroupTable.end()) {
in CheckTagGroup() 311 const std::map<std::string, std::vector<std::string>> &tagGroupTable)
in SetAllTags() 320 auto iter = tagGroupTable.find("default");
in SetAllTags() 321 if (iter == tagGroupTable.end()) {
in SetAllTags() 331 auto iter = tagGroupTable.find(groupName);
in SetAllTags() 332 if (iter == tagGroupTable.end()) {
in SetAllTags() 431 const std::map<std::string, std::vector<std::string>> &tagGroupTable)
in SetTraceSetting() 437 SetAllTags(traceParams, allTags, tagGroupTable);
in SetTraceSetting() 219 CheckTagGroup(const std::vector<std::string> &tagGroups, const std::map<std::string, std::vector<std::string>> &tagGroupTable) CheckTagGroup() argument 310 SetAllTags(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) SetAllTags() argument 430 SetTraceSetting(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) SetTraceSetting() argument 1224 HandleTraceOpen(const TraceParams &traceParams, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) HandleTraceOpen() argument 1236 HandleServiceTraceOpen(const std::vector<std::string> &tagGroups, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) HandleServiceTraceOpen() argument 1287 ParseArgs(const std::string &args, TraceParams &cmdTraceParams, const std::map<std::string, TagCategory> &allTags, const std::map<std::string, std::vector<std::string>> &tagGroupTable) ParseArgs() argument 1382 std::map<std::string, std::vector<std::string>> tagGroupTable; OpenTrace() local 1428 std::map<std::string, std::vector<std::string>> tagGroupTable; OpenTrace() local 1593 std::map<std::string, std::vector<std::string>> tagGroupTable; CloseTrace() local [all...] |