Lines Matching refs:it2
928 for (auto& it2 : it->second) {
929 float heating = (float)it2.second.count / cc * FULL_PERCENTAGE;
930 HLOGV("heating %llu/%llu %f", it2.second.count, cc, heating);
931 it2.second.heating = heating;
1012 for (auto& it2 : it->second) {
1013 PRINT_INDENT(indent + 1, "%*.2f%% ", FULL_PERCENTAGE_LEN, it2.second.heating);
1014 PRINT_INDENT(indent + 1, "%-*llu ", FULL_PERCENTAGE_LEN, it2.second.count);
1015 PRINT_INDENT(indent + 1, "%-*s ", SPE_PERCENTAGE_COMM_LEN, it2.second.comm.c_str());
1016 PRINT_INDENT(indent + 1, "0x%-*llx ", SPE_PERCENTAGE_PC_LEN, it2.second.pc);
1017 PRINT_INDENT(indent + 1, "%-*s ", SPE_PERCENTAGE_DSO_LEN, it2.second.SharedObject.c_str());
1018 PRINT_INDENT(indent + 1, "%-*s", SPE_PERCENTAGE_FUNC_LEN, it2.second.Symbol.c_str());
1019 PRINT_INDENT(indent + 1, "0x%llx\n", it2.second.offset);