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

  /external/valgrind/main/callgrind/
main.c 114 CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BUS))>0 );
121 cost_Bus = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BUS];
145 CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BC))>0 );
150 cost_Bc = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BC];
175 CLG_ASSERT( (ii->eventset->mask & (1u<<EG_BI))>0 );
180 cost_Bi = CLG_(cost_base) + ii->cost_offset + ii->eventset->offset[EG_BI];
393 CLG_ASSERT(ev->inode->eventset == 0);
394 ev->inode->eventset = CLG_(sets).base;
398 ev->inode->eventset = CLG_(add_event_group)(ev->inode->eventset,
    [all...]
sim.c     [all...]
debug.c 138 void CLG_(print_eventset)(int s, EventSet* es)
150 VG_(printf)("(EventSet not set)\n");
154 VG_(printf)("EventSet %d (%d groups, size %d):",
175 void CLG_(print_cost)(int s, EventSet* es, ULong* c)
187 VG_(printf)("Cost (Nothing, EventSet not set)\n");
191 VG_(printf)("Cost (Null, EventSet %d)\n", es->mask);
196 VG_(printf)("Cost (Nothing, EventSet with len 0)\n");
361 CLG_(print_cost)(s+5, ii->eventset, bbcc->cost + ii->cost_offset);
451 void CLG_(print_cost)(int s, EventSet* es, ULong* cost) {}
global.h 278 EventSet* eventset; member in struct:_InstrInfo
693 EventSet *base, *full;
871 void CLG_(print_eventset)(int s, EventSet* es);
872 void CLG_(print_cost)(int s, EventSet*, ULong* cost);

Completed in 2973 milliseconds