#include "hprof.h"
Go to the source code of this file.
Functions | |
| static void JNICALL | cpu_loop_function (jvmtiEnv *jvmti, JNIEnv *env, void *p) |
| void | cpu_sample_init (JNIEnv *env) |
| void | cpu_sample_off (JNIEnv *env, ObjectIndex object_index) |
| void | cpu_sample_on (JNIEnv *env, ObjectIndex object_index) |
| void | cpu_sample_term (JNIEnv *env) |
| static void JNICALL cpu_loop_function | ( | jvmtiEnv * | jvmti, | |
| JNIEnv * | env, | |||
| void * | p | |||
| ) | [static] |
Definition at line 63 of file hprof_cpu.c.


| void cpu_sample_init | ( | JNIEnv * | env | ) |
Definition at line 159 of file hprof_cpu.c.


| void cpu_sample_off | ( | JNIEnv * | env, | |
| ObjectIndex | object_index | |||
| ) |
Definition at line 176 of file hprof_cpu.c.


| void cpu_sample_on | ( | JNIEnv * | env, | |
| ObjectIndex | object_index | |||
| ) |
Definition at line 193 of file hprof_cpu.c.


| void cpu_sample_term | ( | JNIEnv * | env | ) |
Definition at line 220 of file hprof_cpu.c.


1.6.1