Pseudo components
A dump pseudo component is a service routine that is used to dump data that is not associated with a component. Such pseudo components are strictly used within a dump.
The following pseudo components are provided.
Item | Description |
---|---|
dmp_eaddr | Dumps memory by effective addresses. |
dmp_context | Dumps the kernel context. |
dmp_tid | Dumps a thread. |
dmp_pid | Dumps a process. |
dmp_errbuf | Dumps the error logging buffer of the kernel. |
dmp_mtrc | Dumps entries from the lightweight memory trace buffers. |
dmp_systrace | Dumps entries from the system trace buffers. |
dmp_ct | Dumps component trace entries. |