Home
last modified time | relevance | path

Searched refs:HITRACE_TAG_ALWAYS (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hitrace/interfaces/native/innerkits/include/hitrace_meter/
Dhitrace_meter.h26 constexpr uint64_t HITRACE_TAG_ALWAYS = (1ULL << 0); // This tag is always enabled. variable
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
Dhitrace_meter.cpp102 return (tags | HITRACE_TAG_ALWAYS) & HITRACE_TAG_VALID_MASK; in GetSysParamTags()