Searched refs:max_trace_depth (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_tls.c713 setup_trace_buffers(&info, gdata->max_trace_depth);
793 setup_trace_buffers(info, gdata->max_trace_depth);
795 gdata->max_trace_depth, skip_init,
865 setup_trace_buffers(info, gdata->max_trace_depth);
867 gdata->max_trace_depth, JNI_FALSE,
907 gdata->max_trace_depth, JNI_FALSE);
1022 if ( gdata->max_trace_depth == 0 ) {
1054 gdata->max_trace_depth, JNI_FALSE,
H A Dhprof_init.c161 data.max_trace_depth = DEFAULT_TRACE_DEPTH;
584 gdata->max_trace_depth = (int)strtol(suboption, &endptr, 10);
585 if ((endptr != NULL && *endptr != 0) || gdata->max_trace_depth < 0) {
588 gdata->prof_trace_depth = gdata->max_trace_depth;
1195 gdata->max_trace_depth, JNI_FALSE);
1201 gdata->max_trace_depth, JNI_FALSE);
H A Dhprof.h226 int max_trace_depth; /* depth=max_trace_depth */ member in struct:__anon533
227 int prof_trace_depth; /* max_trace_depth or 2 (old) */
H A Dhprof_listener.c329 gdata->max_trace_depth = recv_u2();
H A Dhprof_event.c56 trace_index = tls_get_trace(tls_index, env, gdata->max_trace_depth, skip_init);
H A Dhprof_monitor.c208 trace_index = tls_get_trace(tls_index, env, gdata->max_trace_depth, JNI_FALSE);
H A Dhprof_io.c726 write_u2((unsigned short)gdata->max_trace_depth);

Completed in 50 milliseconds