Query: trace
OS: osx
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TRACE(1) BSD General Commands Manual TRACE(1)NAMEtrace -- configure and record kernel trace eventsSYNOPSIStrace -h trace -i [-b numbufs] trace -g trace -d [-a pid | -x pid] trace -r trace -n trace -e [-c class [-p class] [-s subclass]] [-a pid | -x pid] [-k code | -k code | -k code | -k code] trace -E [-c class [-p class] [-s subclass]] [-a pid | -x pid] [-k code | -k code | -k code | -k code] executable_path [optional args to executable] trace -t [-R rawfile] [-o OutputFilename] [-N] [ExtraCodeFilename1 ExtraCodeFilename2 ...]DESCRIPTIONThe trace command allows developers to initialize and configure the kernel trace subsystem. Trace events can be recorded to an in-memory buf- fer, or logged directly to a file. Raw data files can later be decoded to a plaintext format.SEE ALSOfs_usage(1), sc_usage(1), latency(1), top(1) Mac OS X October 28, 2010 Mac OS X
Related Man Pages |
---|
trace-cmd-list(1) - centos |
trace-cmd-options(1) - centos |
trace-cmd-stack(1) - centos |
trace-cmd-start(1) - centos |
trace(1) - osx |
Similar Topics in the Unix Linux Community |
---|
How to find a hanging pid |
Debugging Pro C Programs |
How to check if a pid is alive? |
Making a trace for a script |
Some trace file to track timings of a process |