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

/macosx-10.5.8/xnu-1228.15.4/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.h149 #define TRACEBUF struct qm_trace trace;
153 (head)->trace.prevline = (head)->trace.lastline; \
154 (head)->trace.prevfile = (head)->trace.lastfile; \
155 (head)->trace.lastline = __LINE__; \
156 (head)->trace.lastfile = __FILE__; \
160 (elem)->trace.prevline = (elem)->trace.lastline; \
161 (elem)->trace
[all...]
H A DMakefile47 timeb.h times.h tprintf.h trace.h tty.h ttychars.h ttycom.h \
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_bmap.c80 #include <sys/trace.h>
213 trace(TR_BREADHIT, pack(vp, mp->mnt_vfsstat.f_iosize), metalbn);
216 trace(TR_BREADMISS, pack(vp, mp->mnt_vfsstat.f_iosize), metalbn);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dlowmem_vectors.s396 * Note that this trace is available only to user state so we do not
883 ; Quickly cut a trace table entry for the CutTrace firmware call.
887 ; Note that this code cuts a trace table entry for the CutTrace call only.
911 lwz r23,traceMask(0) ; Get the trace mask
921 ; We select a trace entry using a compare and swap on the next entry field.
922 ; Since we do not lock the actual trace buffer, there is a potential that
926 li r23,trcWork ; Get the trace work area address
927 lwz r21,traceStart(0) ; Get the start of trace table
928 lwz r22,traceEnd(0) ; Get end of trace table
933 addi r24,r20,LTR_size ; Point to the next trace entr
[all...]
H A DEmulate.s241 crnot traceInst,cr0_eq ; Remember if trace is on
333 bt- traceInst,aaComExitrd ; We are tracing, go emulate trace...
1016 ; We go here to emulate a trace exception after we have handled alignment error
1025 li r11,T_TRACE ; Set trace interrupt
1028 b EXT(EmulExit) ; Exit and do trace interrupt...
H A DFirmware.s1767 ; Set the low level trace flags
1777 lwz r3,traceMask(0) ; Get the old trace flags to pass back
H A Dcswtch.s164 beq++ cswNoTrc ; No trace today, dude...
168 sc ; Cut trace entry of context switch
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_inode.c76 #include <sys/trace.h>
511 /* Braces must be here in case trace evaluates to nothing. */
512 trace(TR_BREADHIT, pack(vp, fs->fs_bsize), lbn);
514 trace(TR_BREADMISS, pack(vp, fs->fs_bsize), lbn);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c83 #include <sys/trace.h>
1612 trace(TR_BREADMISS, pack(vp, size), blkno);
1632 trace(TR_BREADHIT, pack(vp, size), blkno);
1754 trace(TR_BUFWRITE, pack(vp, bp->b_bcount), bp->b_lblkno);
1961 trace(TR_BRELSE, pack(bp->b_vp, bp->b_bufsize), bp->b_lblkno);
2907 trace(TR_BRELSE, pack(bp->b_vp, bp->b_bufsize), bp->b_lblkno);
H A Dvfs_cluster.c69 #include <sys/trace.h>
5537 /* emit stats into trace buffer */
5872 * emit stats into trace buffer and
5900 /* emit stats into trace buffer */
5921 * Emit a summary of the state of the clustermap into the trace buffer
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mman.c91 #include <sys/trace.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c68 #include <sys/trace.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c5323 * We don't trace anything if we're panicking.
13079 * Iterate until we can allocate a slot in the trace buffer.
13131 int i, trace = dtrace_helptrace_enabled;
13156 if (trace)
13167 if (trace)
13179 if (trace)
13184 if (trace)
13197 if (trace)
14924 * trace buffer and initialize the values.

Completed in 204 milliseconds