HP Caliper Ktrace Features Guide

Table 3-1 ktracedump options (continued)
DescriptionOption
Display which fields (columns) can be printed.
ktracedump-H displays a list of all printable fields, with column name,
description, column number, and an indicator of whether the column will be
shown by default. A sample -H output is shown here.
N Name Show_by_dflt : Description
__ _____ ____________________________
1 H ON : Awk Parse Info
2 SeqNum OFF : Sequence number
3 ZSeq ON : Zero-based Sequence number
4 Cpu ON : Processor Number
5 PID ON : PID (process ID)
6 TID OFF : TID (thread ID)
7 SpnD ON : Spinlock Depth
8 Caller OFF : Caller function
9 COff OFF : Offset into caller function, in
hex
10 Function ON : Traced function (callee)
11 AbsTime OFF : Interval Timer (ar44/cr16/cr_it)
12 AbsSec OFF : Absolute Time in Seconds.NanoSec
13 ElTime OFF : Elapsed time since prev trace,
in iticks
14 ElUSec ON : Elapsed Time in microseconds.ns
15 SP OFF : Stack pointer
16 PSR/PSW ON : Processor Status Register/Word
17 TPR/EIEM OFF : Task Priority Register
18 arg0 OFF : Function Argument Value
19 arg1 OFF : Function Argument Value
20 arg2 OFF : Function Argument Value
21 arg3 OFF : Function Argument Value
22 SymArg0 ON : Symbolic Name for Function
Argument
23 SymArg1 OFF : Symbolic Name for Function
Argument
24 SymArg2 OFF : Symbolic Name for Function
Argument
25 SymArg3 OFF : Symbolic Name for Function
Argument
26 global0 OFF : Your variable
27 global1 OFF : Your variable
28 global2 OFF : Your variable
29 global3 OFF : Your variable
By default, the columns H, ZSeq, Cpu, PID, SpnD, Function, ElUSec, PSR, and
SymArg0 are shown, and the other columns listed above are not shown. ktracer
and ktracedump behavior and defaults are subject to change without notice. The
output of ktracedump -H reflects the most up-to-date list.
H
28 ktracedump: Kernel Trace Reporter