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