Searched refs:clgs (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/callgrind/
H A Dmain.c378 static void flushEvents ( ClgState* clgs )
390 if (!clgs->seen_before) {
393 for(i=0; i<clgs->events_used; i++) {
394 ev = &clgs->events[i];
433 for(i = 0; i < clgs->events_used; i = inew) {
442 tl_assert(i >= 0 && i < clgs->events_used);
444 ev = &clgs->events[i];
445 ev2 = ( i < clgs->events_used-1 ? &clgs->events[i+1] : NULL );
446 ev3 = ( i < clgs
600 addEvent_Ir( ClgState* clgs, InstrInfo* inode ) argument
617 addEvent_Dr( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
638 addEvent_Dw( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
673 addEvent_D_guarded( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea, IRAtom* guard, Bool isWrite ) argument
717 addEvent_Bc( ClgState* clgs, InstrInfo* inode, IRAtom* guard ) argument
737 addEvent_Bi( ClgState* clgs, InstrInfo* inode, IRAtom* whereTo ) argument
757 addEvent_G( ClgState* clgs, InstrInfo* inode ) argument
779 next_InstrInfo( ClgState* clgs, UInt instr_size ) argument
938 addBBSetupCall(ClgState* clgs) argument
964 ClgState clgs; local
[all...]

Completed in 741 milliseconds