SYNTAX

    btraceout [options] <category> <subcategory> [<arg_1>] [<arg_2>] [<arg_3>]


OPTIONS

-h (--help) bool

Display help.

-s (--stdin) bool

Read data from stdin.

-t (--truncate) bool

Write the data using BTraceN instead of BTraceBig, even if this means the data gets truncated. Can only be used with --stdin.

-f (--filter) uint

Specify a secondary filter UID on the btrace output.


ARGUMENTS

<category>

The btrace category to use. Must be 0-255. [uint]

<subcategory>

The btrace subcategory to use. Must be 0-255. [uint]

[<arg_1>]

The first btrace argument. [uint]

[<arg_2>]

The second btrace argument. [uint]

[<arg_3>]

The third btrace argument. [uint]


DESCRIPTION

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).


SEE ALSO

btrace, atrace


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.