HomeSort by relevance Sort by last modified time
    Searched defs:cost_offset (Results 1 - 2 of 2) sorted by null

  /external/valgrind/callgrind/
main.c 126 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS];
155 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC];
185 cost_Bi = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BI];
793 ii->cost_offset = 0;
810 UInt cost_offset = 0; local
816 CLG_ASSERT(ii->cost_offset == cost_offset);
818 ii->cost_offset = cost_offset;
819 cost_offset += ii->eventset ? ii->eventset->size : 0
    [all...]
global.h 251 UInt cost_offset; member in struct:_InstrInfo

Completed in 40 milliseconds