Home
last modified time | relevance | path

Searched refs:init_exec_state (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/callgrind/
Dthreads.c216 CLG_(init_exec_state)( &CLG_(current_state) ); in CLG_()
312 void CLG_(init_exec_state)(exec_state* es) in CLG_() argument
332 CLG_(init_exec_state)(es); in new_exec_state() local
Dglobal.h805 void CLG_(init_exec_state)(exec_state* es);
Dmain.c1366 CLG_(init_exec_state)( &CLG_(current_state) ); in unwind_thread()