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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtrace.h124 ** PRTraceEntry -- A trace entry in the in-memory trace buffer
128 typedef struct PRTraceEntry struct
134 } PRTraceEntry; typedef in typeref:struct:PRTraceEntry
268 ** PRTraceEntry is used; when the next trace entry would overflow
279 ** that is copied into the PRTraceEntry
282 ** A PRTraceEntry is (conditionally) formatted in the in-memory
684 PRTraceEntry *buffer, /* where to write output */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtrace.c108 static PRTraceEntry *tBuf; /* pointer to buffer */
109 static PRInt32 bufSize; /* size of buffer, in bytes, rounded up to sizeof(PRTraceEntry) */
110 static volatile PRInt32 next; /* index to next PRTraceEntry */
165 logEntries = size / sizeof(PRTraceEntry);
168 bufSize = logEntries * sizeof(PRTraceEntry);
169 logSegSize = logEntriesPerSegment * sizeof(PRTraceEntry);
381 PRTraceEntry *tep;
869 PRTraceEntry *buffer, /* where to write output */
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dinstrumt.c313 PRTraceEntry *foundEntries;
316 foundEntries = (PRTraceEntry *)PR_Malloc( NUM_TRACE_RECORDS * sizeof(PRTraceEntry));

Completed in 51 milliseconds