Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dcallstack.c60 for(i=0; i<s->size; i++) s->entry[i].enter_cost = 0; in CLG_()
105 cs->entry[i].enter_cost = 0; in ensure_stack_size()
214 CLG_(copy_cost_lz)( CLG_(sets).full, &(current_entry->enter_cost), in CLG_()
341 lower_entry->enter_cost, in CLG_()
Dcommand.c269 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost ); in dump_state_of_thread()
271 ce->enter_cost, CLG_(current_state).cost ); in dump_state_of_thread()
272 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp ); in dump_state_of_thread()
Dbbcc.c538 CLG_(copy_cost)( CLG_(sets).full, call_entry_up->enter_cost, in handleUnderflow()
541 CLG_(zero_cost)( CLG_(sets).full, call_entry_up->enter_cost ); in handleUnderflow()
Dmain.c1285 CLG_(current_call_stack).entry[i].enter_cost, in zero_thread_cost()
1390 CLG_(copy_cost)( CLG_(sets).full, tmp, ce->enter_cost ); in dump_state_of_thread_togdb()
1392 ce->enter_cost, CLG_(current_state).cost ); in dump_state_of_thread_togdb()
1393 CLG_(copy_cost)( CLG_(sets).full, ce->enter_cost, tmp ); in dump_state_of_thread_togdb()
Dglobal.h485 FullCost enter_cost; /* cost event counters at entering frame */ member
Ddump.c1159 e->enter_cost, CLG_(current_state).cost); in cs_addCount()