Home | History | Annotate | Download | only in callgrind

Lines Matching refs:EG_IR

1077 	    cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1079 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR];
1082 CLG_(current_state).cost + fullOffset(EG_IR) );
1103 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1106 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1114 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]);
1116 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]);
1139 global_cost_Ir = CLG_(current_state).cost + fullOffset(EG_IR);
1142 CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1150 CLG_(cost_base) + ii1->cost_offset + ii1->eventset->offset[EG_IR]);
1152 CLG_(cost_base) + ii2->cost_offset + ii2->eventset->offset[EG_IR]);
1154 CLG_(cost_base) + ii3->cost_offset + ii3->eventset->offset[EG_IR]);
1176 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1180 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR];
1185 CLG_(current_state).cost + fullOffset(EG_IR) );
1239 cost_Ir = CLG_(current_state).nonskipped->skipped + fullOffset(EG_IR);
1243 cost_Ir = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_IR];
1248 CLG_(current_state).cost + fullOffset(EG_IR) );
1503 total[fullOffset(EG_IR) +1]);
1506 total[fullOffset(EG_IR) +2]);
1508 if (0 == total[fullOffset(EG_IR)])
1509 total[fullOffset(EG_IR)] = 1;
1512 total[fullOffset(EG_IR)+1] * 100.0 / total[fullOffset(EG_IR)]);
1515 total[fullOffset(EG_IR)+2] * 100.0 / total[fullOffset(EG_IR)]);
1566 total[fullOffset(EG_IR) +1];
1569 total[fullOffset(EG_IR) +1];
1577 total[fullOffset(EG_IR) +2];
1580 total[fullOffset(EG_IR) +2];
1586 l1, LL_total_m * 100.0 / (total[fullOffset(EG_IR)] + D_total[0]),
1587 l2, LL_total_mr * 100.0 / (total[fullOffset(EG_IR)] + total[fullOffset(EG_DR)]),
1607 CLG_(register_event_group)(EG_IR, "Ir");
1609 CLG_(register_event_group3)(EG_IR, "Ir", "I1mr", "ILmr");
1614 CLG_(register_event_group4)(EG_IR, "Ir", "I1mr", "ILmr", "ILdmr");
1634 CLG_(sets).base = CLG_(get_event_set2)(EG_USE, EG_IR);
1683 cost[ fullOffset(EG_IR) ] += exe_count;