Home
last modified time | relevance | path

Searched refs:etm_v4_configuration_data (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/importers/etm/
Dstorage_handle.cc29 PERFETTO_CHECK(id.value == storage_->etm_v4_configuration_data().size()); in StoreEtmV4Config()
35 PERFETTO_CHECK(id.value < storage_->etm_v4_configuration_data().size()); in GetEtmV4Config()
37 storage_->etm_v4_configuration_data()[id.value].get()); in GetEtmV4Config()
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h716 const std::vector<std::unique_ptr<Destructible>>& etm_v4_configuration_data() in etm_v4_configuration_data() function