Home
last modified time | relevance | path

Searched defs:TagCategory (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/cmd/include/
H A Dhitrace_osal.h28 struct TagCategory { struct
29 std::string name;
30 std::string description;
31 uint64_t tag;
32 TraceType type;
33 struct {
35 } SysFiles[MAX_SYS_FILES];
/ohos5.0/base/hiviewdfx/hitrace/frameworks/include/
H A Dcommon_utils.h30 struct TagCategory { struct
31 std::string description;
32 uint64_t tag;
33 int type;
34 std::vector<std::string> sysFiles;