btraceout [options] <category> <subcategory> [<arg_1>] [<arg_2>] [<arg_3>]
Display help.
Read data from stdin.
Write the data using BTraceN instead of BTraceBig, even if this means the data gets truncated. Can only be used with --stdin.
Specify a secondary filter UID on the btrace output.
The btrace category to use. Must be 0-255. [uint]
The btrace subcategory to use. Must be 0-255. [uint]
The first btrace argument. [uint]
The second btrace argument. [uint]
The third btrace argument. [uint]
Create btrace output either from command-line arguments, or optionally from data read from stdin.
Chooses an appropriate BTraceXxx macro based on the supplied arguments and options. When reading data from stdin, uses BTraceBig (which will generate a multipart frame if the data is too large for one frame) unless --truncate is specified (in which case BTraceN is used even if it causes truncation).
btrace, atrace
Copyright (c) 2009-2010 Accenture. All rights reserved.