Home
last modified time | relevance | path

Searched refs:LogHistogram (Results 1 – 4 of 4) sorted by relevance

/system/core/bootstat/
Dbootstat.cpp47 bootstat::LogHistogram(i->first, i->second); in LogBootEvents()
217 bootstat::LogHistogram( in RecordFactoryReset()
226 bootstat::LogHistogram("factory_reset_current_time", current_time_utc); in RecordFactoryReset()
247 bootstat::LogHistogram("factory_reset_record_value", factory_reset_utc); in RecordFactoryReset()
Dhistogram_logger.h24 void LogHistogram(const std::string& event, int32_t data);
Dhistogram_logger.cpp27 void LogHistogram(const std::string& event, int32_t data) { in LogHistogram() function
Dboot_event_record_store.cpp61 bootstat::LogHistogram("bootstat_mtime_matches_content", value == *uptime); in ParseRecordEventTime()