Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dthreads.c219 CLG_(init_exec_state)( &CLG_(current_state) ); in CLG_()
315 void CLG_(init_exec_state)(exec_state* es) in CLG_() argument
335 CLG_(init_exec_state)(es); in new_exec_state() local
Dglobal.h765 void CLG_(init_exec_state)(exec_state* es);
Dmain.c1442 CLG_(init_exec_state)( &CLG_(current_state) ); in unwind_thread()