Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dsim.c1173 ULong *cost_Ir, *cost_Dr; in log_1I1Dr() local
1177 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR); in log_1I1Dr()
1181 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR]; in log_1I1Dr()
1186 inc_costs(DrRes, cost_Dr, in log_1I1Dr()
1207 ULong *cost_Dr; in log_0I1Dr() local
1210 cost_Dr = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DR); in log_0I1Dr()
1212 cost_Dr = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DR]; in log_0I1Dr()
1214 inc_costs(DrRes, cost_Dr, in log_0I1Dr()