hprof_monitor.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void monitor_init (void)
void monitor_list (void)
void monitor_cleanup (void)
void monitor_clear (void)
void monitor_write_contended_time (JNIEnv *env, double cutoff)
void monitor_contended_enter_event (JNIEnv *env_id, jthread thread, jobject object)
void monitor_contended_entered_event (JNIEnv *env_id, jthread thread, jobject object)
void monitor_wait_event (JNIEnv *env_id, jthread thread, jobject object, jlong timeout)
void monitor_waited_event (JNIEnv *env_id, jthread thread, jobject object, jboolean timed_out)

Function Documentation

void monitor_cleanup ( void   ) 

Definition at line 228 of file hprof_monitor.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void monitor_clear ( void   ) 

Definition at line 235 of file hprof_monitor.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void monitor_contended_enter_event ( JNIEnv *  env_id,
jthread  thread,
jobject  object 
)

Definition at line 331 of file hprof_monitor.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void monitor_contended_entered_event ( JNIEnv *  env_id,
jthread  thread,
jobject  object 
)

Definition at line 350 of file hprof_monitor.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void monitor_init ( void   ) 

Definition at line 211 of file hprof_monitor.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void monitor_list ( void   ) 

Definition at line 218 of file hprof_monitor.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void monitor_wait_event ( JNIEnv *  env_id,
jthread  thread,
jobject  object,
jlong  timeout 
)

Definition at line 371 of file hprof_monitor.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void monitor_waited_event ( JNIEnv *  env_id,
jthread  thread,
jobject  object,
jboolean  timed_out 
)

Definition at line 398 of file hprof_monitor.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void monitor_write_contended_time ( JNIEnv *  env,
double  cutoff 
)

Definition at line 242 of file hprof_monitor.c.

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on 19 Nov 2012 for hprof by  doxygen 1.6.1