Generates a kernel name list.
The trcnm command generates a kernel name list used by the trcrpt command. A kernel name list is composed of a symbol table and a loader symbol table of an object file. The trcrpt command uses the kernel name list file to interpret addresses when formatting a report from a trace log file. For more information, see the trcrpt -n command.
If the FileName parameter is not specified, the default FileName is /unix.
Item | Description |
---|---|
-a | Writes all loader symbols to standard output. The default is to write loader symbols only for system calls. |
-KSymbol... | Obtains the value of all command line symbols through the knlist command system call. |
trcnm -K environ errno
This
command sequence displays the following: environ 2FF7FFF8
errno 2FF7FFFC
trcnm
A
list similar to the following is generated: pin_obj_start 00000000
header_offset 00000008
ram_disk_start 0000000C
ram_disk_end 00000010
dbg_avail 00000014
base_conf_start 00000018
base_conf_end 0000001C
base_conf_disk 00000020
pin_com_start 00000024
start 00000028
ipl_cb 00000028
...
Item | Description |
---|---|
/var/adm/ras/trcfile | Contains the default log file. |
/tlo-tvl2/trcnam | Contains the trcnm command. |
/etc/trcfmt | Contains the trace format file. |