Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dsim.c1225 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW); in log_1I1Dw()
1229 cost_Dw = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DW]; in log_1I1Dw()
1235 CLG_(current_state).cost + fullOffset(EG_DW) ); in log_1I1Dw()
1254 cost_Dw = CLG_(current_state).nonskipped->skipped + fullOffset(EG_DW); in log_0I1Dw()
1256 cost_Dw = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_DW]; in log_0I1Dw()
1259 CLG_(current_state).cost + fullOffset(EG_DW) ); in log_0I1Dw()
1545 CLG_(add_cost) ( CLG_(get_event_set)(EG_DW), D_total, total + fullOffset(EG_DW) ); in cachesim_printstat()
1549 commify(total[fullOffset(EG_DW)], l3, buf3); in cachesim_printstat()
1555 commify(total[fullOffset(EG_DW)+1], l3, buf3); in cachesim_printstat()
1561 commify(total[fullOffset(EG_DW)+2], l3, buf3); in cachesim_printstat()
[all …]
Ddebug.c235 jcc->cost ? jcc->cost[fullOffset(EG_DW)]:0); in CLG_()
Dglobal.h685 #define EG_DW 3 macro
Dmain.c405 EG_DW); in flushEvents()
1800 l3 = ULong_width( total[fullOffset(EG_DW)] ); in finish()