Searched refs:MemprofRawVersion (Results 1 – 2 of 2) sorted by relevance
308 if (MemprofRawVersion >= 4ULL && MIB.AccessHistogramSize > 0) { in ~RawMemProfReader()344 OS << " Version: " << MemprofRawVersion << "\n"; in printYAML()680 if (MemprofRawVersion == 3ULL) in readMemInfoBlocks()682 if (MemprofRawVersion == 4ULL) in readMemInfoBlocks()697 MemprofRawVersion = Header->Version; in readRawProfile()719 if (MemprofRawVersion >= 4ULL && in readRawProfile()
215 uint64_t MemprofRawVersion = MEMPROF_RAW_VERSION; variable