Searched refs:location_id (Results 1 – 7 of 7) sorted by relevance
178 for (uint64 location_id : sample.location_id()) { in CheckValid() local179 if (location_id == 0) { in CheckValid()184 if (location_ids.count(location_id) == 0) { in CheckValid()185 std::cerr << "Missing location " << location_id; in CheckValid()211 const RepeatedField<uint64> addresses = sample.location_id(); in Finalize()
25 // - There is a N->1 relationship from sample.location_id entries to26 // locations. For every sample.location_id entry there must be a99 // The leaf is at location_id[0].100 repeated uint64 location_id = 1; field
444 for (const auto& location_id : sample_key.stack) { in AddOrUpdateSample() local445 sample->add_location_id(location_id); in AddOrUpdateSample()
63 uint64 id = sample.location_id(id_index); in GetMapCounts()
32 // - There is a N->1 relationship from sample.location_id entries to33 // locations. For every sample.location_id entry there must be a111 // The leaf is at location_id[0].112 repeated uint64 location_id = 1; field
29 repeated uint64 location_id = 1; field
234 sample.location_id.extend(location_ids)