Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp63 std::atomic<int64_t> g_appTagMatchPid(-1); variable
155 g_appTagMatchPid = strtoll(paramPid, nullptr, 0); in UpdateSysParamTags()
611 … if (tag == HITRACE_TAG_APP && g_appTagMatchPid > 0 && g_appTagMatchPid != std::stoi(g_pid)) { in AddHitraceMeterMarker()