Searched refs:TraceIndex (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.h50 jboolean skip_init, TraceIndex *traces,
53 TraceIndex trace_get_current(jthread thread,
60 TraceIndex trace_find_or_create(SerialNumber thread_serial_num,
63 SerialNumber trace_get_serial_number(TraceIndex index);
64 void trace_increment_cost(TraceIndex index,
H A Dhprof_site.h45 SiteIndex site_find_or_create(ClassIndex cnum, TraceIndex trace_index);
46 TraceIndex site_get_trace_index(SiteIndex index);
H A Dhprof_tls.h64 TraceIndex *ptrace_index);
80 TraceIndex tls_get_trace(TlsIndex index, JNIEnv *env,
H A Dhprof_trace.c82 TraceIndex* traces;
90 get_pkey(TraceIndex index)
105 get_info(TraceIndex index)
113 static TraceIndex
120 TraceIndex index;
329 output_list(JNIEnv *env, TraceIndex *list, jint count)
335 TraceIndex index;
367 TraceIndex trace1;
368 TraceIndex trace2;
374 trace1 = *(TraceIndex *)p_trace
[all...]
H A Dhprof_event.c50 /* Return a TraceIndex for the given thread. */
51 static TraceIndex
54 TraceIndex trace_index;
110 TraceIndex trace_index, jobject object)
144 TraceIndex trace_index;
169 TraceIndex trace_index;
303 TraceIndex trace_index;
312 /* Get the TlsIndex and a TraceIndex for this location */
363 TraceIndex trace_index;
H A Dhprof_monitor.c60 TraceIndex trace_index;
101 find_or_create_entry(JNIEnv *env, TraceIndex trace_index, jobject object)
203 static TraceIndex
206 TraceIndex trace_index;
339 TraceIndex trace_index;
380 TraceIndex trace_index;
H A Dhprof.h119 typedef TableIndex TraceIndex; typedef
375 TraceIndex system_trace_index;
378 TraceIndex hprof_trace_index;
H A Dhprof_tls.c96 FrameIndex *frames_buffer; /* Buffer used to create TraceIndex */
97 jvmtiFrameInfo *jframes_buffer; /* Buffer used to create TraceIndex */
99 TraceIndex last_trace; /* Last trace for this thread */
328 static TraceIndex
333 TraceIndex trace_index;
398 adjust_stats(jlong total_time, jlong self_time, TraceIndex trace_index,
496 TraceIndex trace_index;
773 SerialNumber *pthread_serial_num, TraceIndex *ptrace_index)
1020 TraceIndex *traces;
1051 nbytes = (int)sizeof(TraceIndex)*max_coun
[all...]
H A Dhprof_site.c64 TraceIndex trace_index; /* Trace number */
104 TraceIndex
249 make_new_tag(jlong class_tag, jlong size, TraceIndex trace_index,
293 site_find_or_create(ClassIndex cnum, TraceIndex trace_index)
713 TraceIndex trace_index;
789 TraceIndex trace_index;
H A Dhprof_reference.c331 TraceIndex trace_index;
522 TraceIndex trace_index;

Completed in 48 milliseconds