hprof_event.h File Reference

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

Go to the source code of this file.

Functions

void event_object_init (JNIEnv *env, jthread thread, jobject obj)
void event_newarray (JNIEnv *env, jthread thread, jobject obj)
void event_call (JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum)
void event_return (JNIEnv *env, jthread thread, ClassIndex cnum, MethodIndex mnum)
void event_class_load (JNIEnv *env, jthread thread, jclass klass, jobject loader)
void event_class_prepare (JNIEnv *env, jthread thread, jclass klass, jobject loader)
void event_thread_start (JNIEnv *env_id, jthread thread)
void event_thread_end (JNIEnv *env_id, jthread thread)
void event_exception_catch (JNIEnv *env, jthread thread, jmethodID method, jlocation location, jobject exception)

Function Documentation

void event_call ( JNIEnv *  env,
jthread  thread,
ClassIndex  cnum,
MethodIndex  mnum 
)

Definition at line 183 of file hprof_event.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void event_class_load ( JNIEnv *  env,
jthread  thread,
jclass  klass,
jobject  loader 
)

Definition at line 282 of file hprof_event.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void event_class_prepare ( JNIEnv *  env,
jthread  thread,
jclass  klass,
jobject  loader 
)

Definition at line 264 of file hprof_event.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void event_exception_catch ( JNIEnv *  env,
jthread  thread,
jmethodID  method,
jlocation  location,
jobject  exception 
)

Definition at line 211 of file hprof_event.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void event_newarray ( JNIEnv *  env,
jthread  thread,
jobject  obj 
)

Definition at line 158 of file hprof_event.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void event_object_init ( JNIEnv *  env,
jthread  thread,
jobject  obj 
)

Definition at line 133 of file hprof_event.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void event_return ( JNIEnv *  env,
jthread  thread,
ClassIndex  cnum,
MethodIndex  mnum 
)

Definition at line 236 of file hprof_event.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void event_thread_end ( JNIEnv *  env_id,
jthread  thread 
)

Definition at line 417 of file hprof_event.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void event_thread_start ( JNIEnv *  env_id,
jthread  thread 
)

Definition at line 353 of file hprof_event.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