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

  /external/srec/srec/crec/
srec_debug.c 102 bigcostdata cost_offset = rec->accumulated_cost_offset[rec->current_search_frame-1]; local
115 p, costs[i], costs[i] + cost_offset, word_backtrace[i], duration[i], word_backtrace_trans);
  /external/valgrind/main/callgrind/
main.c 121 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS];
150 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC];
180 cost_Bi = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BI];
742 ii->cost_offset = 0;
759 UInt cost_offset = 0; local
765 CLG_ASSERT(ii->cost_offset == cost_offset);
767 ii->cost_offset = cost_offset;
768 cost_offset += ii->eventset ? ii->eventset->size : 0
    [all...]
sim.c 867 CLG_(cost_base) + current_ii->cost_offset;
    [all...]
debug.c 361 CLG_(print_cost)(s+5, ii->eventset, bbcc->cost + ii->cost_offset);
global.h 277 UInt cost_offset; member in struct:_InstrInfo

Completed in 195 milliseconds