Searched refs:prof_trace_depth (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h227 int prof_trace_depth; /* max_trace_depth or 2 (old) */ member in struct:__anon533
H A Dhprof_init.c162 data.prof_trace_depth = DEFAULT_TRACE_DEPTH;
588 gdata->prof_trace_depth = gdata->max_trace_depth;
728 gdata->prof_trace_depth = 2;
H A Dhprof_tls.c515 if (gdata->prof_trace_depth > depth) {
518 trace_depth = gdata->prof_trace_depth;

Completed in 40 milliseconds