Searched refs:loc_id (Results 1 – 4 of 4) sorted by relevance
4 # loc_id ; type ; comment6 # loc_id is an explicit id, and does NOT include sublocales unless it is followed by *
63 for loc_id, windows_loc_name in locales:64 loc_name = windows_loc_name if is_windows else loc_id66 features.add('locale.{0}'.format(loc_id))
513 uint64 loc_id = profile->location_size(); in AddOrGetLocation() local514 loc->set_id(loc_id); in AddOrGetLocation()526 loc_map[addr] = loc_id; in AddOrGetLocation()527 return loc_id; in AddOrGetLocation()
522 uint64 loc_id = pprof_profile_->AddLocation(node, root); in Format() local523 call_ids->push_back(loc_id); in Format()