Exemplo n.º 1
0
static void
__coreblas_init (void)
{
#ifdef EZTRACE_AUTOSTART
    eztrace_start ();
#endif
}
Exemplo n.º 2
0
/* Initialize the current library */
static void
__herbert_init (void)
{
  DYNAMIC_INTERCEPT_ALL();

  /* start event recording */
#ifdef EZTRACE_AUTOSTART
  eztrace_start ();
#endif
}
Exemplo n.º 3
0
static void
__memory_init (void)
{

 DYNAMIC_INTERCEPT_ALL();
#ifdef EZTRACE_AUTOSTART
  eztrace_start ();
#endif
  __memory_initialized = 1;
}