Searched refs:HPROF_CPU_SAMPLES (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_b_spec.h287 * HPROF_CPU_SAMPLES a set of sample traces of running threads
315 HPROF_CPU_SAMPLES = 0x0D, enumerator in enum:HprofTag
H A Dhprof_check.c1051 CASE_TAG(HPROF_CPU_SAMPLES)
H A Dhprof_io.c1030 write_header(HPROF_CPU_SAMPLES, (n_items * (4 * 2)) + (4 * 2));
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/parser/
H A DHprofReader.java95 static final int HPROF_CPU_SAMPLES = 0x0d; field in class:HprofReader
337 case HPROF_CPU_SAMPLES:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java282 * HPROF_CPU_SAMPLES a set of sample traces of running threads
312 private static final int HPROF_CPU_SAMPLES = 0x0D; field in class:HeapHprofBinWriter
/openjdk7/hotspot/src/share/vm/services/
H A DheapDumper.cpp285 * HPROF_CPU_SAMPLES a set of sample traces of running threads
328 HPROF_CPU_SAMPLES = 0x0D, enumerator in enum:__anon461

Completed in 57 milliseconds