Home
last modified time | relevance | path

Searched refs:location_id (Results 1 – 7 of 7) sorted by relevance

/external/perf_data_converter/src/
Dbuilder.cc178 for (uint64 location_id : sample.location_id()) { in CheckValid() local
179 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()
Dprofile.proto25 // - There is a N->1 relationship from sample.location_id entries to
26 // locations. For every sample.location_id entry there must be a
99 // The leaf is at location_id[0].
100 repeated uint64 location_id = 1; field
Dperf_data_converter.cc444 for (const auto& location_id : sample_key.stack) { in AddOrUpdateSample() local
445 sample->add_location_id(location_id); in AddOrUpdateSample()
Dperf_data_converter_test.cc63 uint64 id = sample.location_id(id_index); in GetMapCounts()
/external/perfetto/protos/third_party/pprof/
Dprofile.proto32 // - There is a N->1 relationship from sample.location_id entries to
33 // locations. For every sample.location_id entry there must be a
111 // The leaf is at location_id[0].
112 repeated uint64 location_id = 1; field
/external/tensorflow/tensorflow/core/profiler/
Dprofile.proto29 repeated uint64 location_id = 1; field
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py234 sample.location_id.extend(location_ids)