Lines Matching refs:map
94 const std::map<std::string, MmMetricsReporter::CmaType> MmMetricsReporter::kCmaTypeInfo = {
142 std::map<std::string, uint64_t> MmMetricsReporter::readVmStat(const char *path) { in readVmStat()
144 std::map<std::string, uint64_t> vmstat_data; in readVmStat()
214 const std::map<std::string, uint64_t> &mm_metrics, in fillAtomValues()
215 std::map<std::string, uint64_t> *prev_mm_metrics, in fillAtomValues()
261 std::map<std::string, uint64_t> vmstat = readVmStat(kVmstatPath); in logPixelMmMetricsPerHour()
299 std::map<std::string, uint64_t> vmstat = readVmStat(kVmstatPath); in logPixelMmMetricsPerDay()
307 std::map<std::string, uint64_t> pixel_vmstat = in logPixelMmMetricsPerDay()
441 std::map<std::string, uint64_t> MmMetricsReporter::readCmaStat( in readCmaStat()
445 std::map<std::string, uint64_t> cma_stat; in readCmaStat()
480 std::map<CmaType, std::map<std::string, uint64_t>> *all_prev_cma_stat) { in reportCmaStatusAtom()
481 std::map<std::string, uint64_t> cma_stat = readCmaStat(cma_type, metrics_info); in reportCmaStatusAtom()
488 std::map<std::string, uint64_t> prev_cma_stat; in reportCmaStatusAtom()