Home
last modified time | relevance | path

Searched refs:post_clo_init (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/main/coregrind/
Dm_tooliface.c42 void(*post_clo_init)(void), in VG_()
48 VG_(tdict).tool_post_clo_init = post_clo_init; in VG_()
/external/valgrind/main/drd/
Ddrd_main.c709 static void DRD_(post_clo_init)(void) in DRD_() argument
804 VG_(basic_tool_funcs) (DRD_(post_clo_init), in drd_pre_clo_init()
/external/valgrind/main/include/
Dpub_tool_tooliface.h76 void (*post_clo_init)(void),
/external/valgrind/main/callgrind/
Dmain.c1890 void CLG_(post_clo_init)(void) in CLG_() argument
1906 (*CLG_(cachesim).post_clo_init)(); in CLG_()
1939 VG_(basic_tool_funcs) (CLG_(post_clo_init), in CLG_()
Dglobal.h661 void (*post_clo_init)(void); member
Dsim.c1766 .post_clo_init = cachesim_post_clo_init,