trace [options] [<debug_mask>] [<index>]
Display help.
Enable general file server traces.
Enable general multi-threaded file server traces.
Enable loader traces.
Enable FAT traces.
Enable LFFS traces.
Enable ISO9660 traces.
Enable NTFS traces.
Enable ROFS traces.
Enable COMPFS traces.
Enable the given trace flag. Eg trace --enable kusb
. Can be specified more than once.
Disable the given trace flag. Eg trace --disable kusb
. Can be specified more than once.
The kernel debug mask value (prefix hex with "0x"). [uint]
The kernel debug mask index. [uint]
Edit the flags that control kernel and file server tracing.
If no debug_mask (and no fileserver options) is specified, the current values of all the trace flags are displayed.
Fileserver trace flags can be specified by name, using the --f32
and related options. A subsequent call to the trace command will overwrite what was previously specified. For example see the following sequence of calls:
trace --f32 # General fileserver traces enabled trace --fat # FAT traces enabled, but general traces NO LONGER enabled trace --f32 --fat # Both sets of traces are enabled trace # This will turn off all fileserver tracing
Copyright (c) 2006-2010 Accenture. All rights reserved.