Searched defs:traces (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c47 * threads in traces, which will cause many more traces to be created.
48 * Without it all threads share the traces.
57 * The cpu=times and cpu=samples dumps rely heavily on traces, the trace
60 * traces that are dumped.
69 jvmtiPhase phase : 8; /* Makes some traces unique */
82 TraceIndex* traces; member in struct:IterateInfo
327 /* Output a specific list of traces. */
360 iterate->traces[iterate->count++] = index;
562 /* Get traces fo
564 trace_get_all_current(jint thread_count, jthread *threads, SerialNumber *thread_serial_nums, int depth, jboolean skip_init, TraceIndex *traces, jboolean always_care) argument
637 TraceIndex *traces; local
[all...]
H A Dhprof_tls.c905 /* Increment the cost on the traces for these threads */
1020 TraceIndex *traces; local
1052 traces = (TraceIndex*)HPROF_MALLOC(nbytes);
1055 traces, JNI_TRUE);
1057 /* Loop over traces and update last_trace's */
1062 infos[i]->last_trace = traces[i];
1071 HPROF_FREE(traces);
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp596 connected, // edge used to connect two traces together
718 Trace **traces; member in class:PhaseBlockLayout
725 return traces[uf->Find_compress(b->_pre_order)];

Completed in 45 milliseconds