Searched refs:mapBranchSampleType (Results 1 – 1 of 1) sorted by relevance
84 static std::map<std::string, uint64_t> mapBranchSampleType = { in GetBranchSampleType() local93 auto it = mapBranchSampleType.find(name); in GetBranchSampleType()94 if (it == mapBranchSampleType.end()) { in GetBranchSampleType()