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

  /external/valgrind/main/callgrind/
debug.c 175 void CLG_(print_cost)(int s, EventSet* es, ULong* c) function
259 CLG_(print_cost)(s+9, CLG_(sets).full, jcc->cost);
361 CLG_(print_cost)(s+5, ii->eventset, bbcc->cost + ii->cost_offset);
451 void CLG_(print_cost)(int s, EventSet* es, ULong* cost) {} function
threads.c 426 CLG_(print_cost)(-9, CLG_(sets).full, es->cost);
453 CLG_(print_cost)(-9, CLG_(sets).full, es->cost);
callstack.c 376 CLG_(print_cost)(10, CLG_(sets).full, jcc->cost);
global.h 872 void CLG_(print_cost)(int s, EventSet*, ULong* cost);
dump.c 638 CLG_(print_cost)(-5, CLG_(sets).full, c->cost);
    [all...]

Completed in 777 milliseconds