Searched refs:trace (Results 1 - 17 of 17) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOFilterInterruptEventSource.cpp127 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; local
132 if (trace)
137 if (trace)
156 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; local
158 if (trace)
165 if (trace)
177 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; local
179 if (trace)
186 if (trace)
H A DIOInterruptEventSource.cpp206 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; local
212 if (trace)
219 if (trace)
230 if (trace)
237 if (trace)
252 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; local
257 if (trace)
262 if (trace)
269 bool trace = (gIOKitTrace & kIOTraceIntEventSource) ? true : false; local
276 if (trace)
[all...]
H A DIOCommandGate.cpp181 bool trace = ( gIOKitTrace & kIOTraceCommandGates ) ? true : false; local
183 if (trace)
192 if (trace)
219 bool trace = ( gIOKitTrace & kIOTraceCommandGates ) ? true : false; local
221 if (trace)
229 if (trace)
H A DIOCommandQueue.cpp150 bool trace = ( gIOKitTrace & kIOTraceCommandGates ) ? true : false; local
167 if (trace)
174 if (trace)
H A DIOTimerEventSource.cpp117 bool trace = (gIOKitTrace & kIOTraceTimers) ? true : false; local
119 if (trace)
128 if (trace)
159 bool trace = (gIOKitTrace & kIOTraceTimers) ? true : false; local
161 if (trace)
170 if (trace)
H A DIOInterruptController.cpp681 bool trace = (gIOKitTrace & kIOTraceInterrupts) ? true : false; local
683 if (trace)
690 if (trace)
/darwin-on-arm/xnu/bsd/sys/
H A Dtrace.h61 * @(#)trace.h 8.1 (Berkeley) 6/2/93
71 * File system buffer tracing points; all trace <pack(dev, size), bn>
84 * Memory allocator trace points; all trace the amount of memory involved
89 * Paging trace points: all are <vaddr, pid>
108 * System call trace points.
118 * This defines the size of the trace flags array.
129 #define VTR_DISABLE 0 /* set a trace flag to 0 */
130 #define VTR_ENABLE 1 /* set a trace flag to 1 */
131 #define VTR_VALUE 2 /* return value of a trace fla
143 #define trace macro
148 #define trace macro
[all...]
H A Dqueue.h152 #define TRACEBUF struct qm_trace trace;
156 (head)->trace.prevline = (head)->trace.lastline; \
157 (head)->trace.prevfile = (head)->trace.lastfile; \
158 (head)->trace.lastline = __LINE__; \
159 (head)->trace.lastfile = __FILE__; \
163 (elem)->trace.prevline = (elem)->trace.lastline; \
164 (elem)->trace
[all...]
H A DMakefile31 timeb.h times.h tprintf.h trace.h tty.h ttychars.h ttycom.h \
/darwin-on-arm/xnu/bsd/kern/
H A DMakefile10 trace.codes
H A Duipc_mbuf.c490 * Sample factor for how often to record a trace. This is overwritable
505 trace [1] trace [2] trace [3] trace [4] trace [5] \n\
510 trace [1] trace [2] trace [3] \
511 trace [
6519 struct mtrace *trace; local
6610 struct mtrace *trace; local
[all...]
H A Dkern_mman.c91 #include <sys/trace.h>
/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.c471 * the records to be ordered chronologically, and a small array to hold the pc's from the stack trace. A
481 void *z_pc[MAX_ZTRACE_DEPTH]; /* stack trace of caller */
592 /* Times a new alloc or trace is put into the hash table */
680 printf("Zone leak trace buckets override:%u\n", zleak_trace_buckets);
808 * (or just increments the refcount if the trace is already recorded)
810 * the associated trace's refcount is decremented.
811 * If the trace slot is in use, it returns.
830 struct ztrace* trace = &ztraces[trace_index]; local
833 trace->zt_hit_count++;
837 * has the same trace a
930 struct ztrace *trace; local
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c83 #include <sys/trace.h>
2084 trace(TR_BREADMISS, pack(vp, size), blkno);
2104 trace(TR_BREADHIT, pack(vp, size), blkno);
2226 trace(TR_BUFWRITE, pack(vp, bp->b_bcount), bp->b_lblkno);
2554 trace(TR_BRELSE, pack(bp->b_vp, bp->b_bufsize), bp->b_lblkno);
3557 trace(TR_BRELSE, pack(bp->b_vp, bp->b_bufsize), bp->b_lblkno);
4357 trace(TR_BRELSE, pack(bp->b_vp, bp->b_bufsize), bp->b_lblkno);
H A Dvfs_cluster.c69 #include <sys/trace.h>
6168 /* emit stats into trace buffer */
6503 * emit stats into trace buffer and
6531 /* emit stats into trace buffer */
6552 * Emit a summary of the state of the clustermap into the trace buffer
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c69 #include <sys/trace.h>
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c6480 * We don't trace anything if we're panicking.
14665 * Iterate until we can allocate a slot in the trace buffer.
14717 int i, trace = dtrace_helptrace_enabled;
14742 if (trace)
14753 if (trace)
14765 if (trace)
14770 if (trace)
14783 if (trace)
16980 * trace buffer and initialize the values.

Completed in 115 milliseconds