Searched defs:TraceInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_trace.c73 typedef struct TraceInfo { struct
79 } TraceInfo; typedef in typeref:struct:TraceInfo
104 static TraceInfo *
107 TraceInfo * info;
109 info = (TraceInfo*)table_get_info(gdata->trace_table, index);
117 TraceInfo * info;
152 TraceInfo *info;
160 info = (TraceInfo *)info_ptr;
184 TraceInfo *info;
189 info = (TraceInfo *)info_pt
[all...]
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c127 typedef struct TraceInfo { struct
138 /* The next TraceInfo in the hash bucket chain */
139 struct TraceInfo *next;
140 } TraceInfo; typedef in typeref:struct:TraceInfo
157 /* Hash table to lookup TraceInfo's via Trace's */
161 TraceInfo *hashBuckets[HASH_BUCKET_COUNT];
162 /* Count of TraceInfo's allocated */
165 TraceInfo *emptyTrace[TRACE_LAST+1];
190 /* Update stats on a TraceInfo */
191 static TraceInfo *
[all...]

Completed in 52 milliseconds