Start of change

PDMX trace entries

A PDMX trace represents a PCIE adapter interruption de-multiplexing event.

PR ASID TCB-ADDR IDENT CD/D PSW----- ADDRESS- UNIQUE-1 UNIQUE-2 UNIQUE-3  PSACLHS-  PSALOCAL PASD SASD TIMESTAMP-RECORD  CP
                                              UNIQUE-4 UNIQUE-5 UNIQUE-6  PSACLHSE-

pr home tcb-addr PDMX  pfid pdmxaddr          devtype  cback@   cbparm1   psaclhs-  psalocal            timestamp------- CP
                                              cbparm2                     psaclhse-
PR
pr: Identifier of the processor that produced the TTE.
ASID
home: Home address space identifier (ASID) associated with the TTE.
TCB-ADDR
tcb-addr: Address of the task control block (TCB) for the current task for which the TTE was produced.
IDENT
The TTE identifier, as follows:
PDMX
PCIE adapter interruption de-multiplexing event.
CD/D
pfid: PCIE function identifier for the PCIE device.
PSW----- ADDRESS-
pdmxaddr: Address of the program that is performing the de-multiplexing.
UNIQUE-1/UNIQUE-2/UNIQUE-3
UNIQUE-4/UNIQUE-5/UNIQUE-6
  • devtype: PCIE device type.
  • cback@: Callback routine address.
  • cbparm1: First word of callback routine parameters.
  • cbparm2: Second word of callback routine parameters.
PSACLHS-
psaclhs-: String for the current lock held, from the PSACLHS field of the PSA.
PSACLHSE-
psaclhse-: Extended string for the current lock held, from the PSACLHSE field of the PSA.
PSALOCAL
psalocal: Locally locked address space indicator, from the PSALOCAL field of the PSA.
PASD
pasd: Primary ASID (PASID) at trace entry.
SASD
sasd: Secondary ASID (SASID) at trace entry.
TIMESTAMP-RECORD
timestamp-------: Time-of-day (TOD) clock value when system trace created the trace entry. The value is in the same format as the time stamp on logrec data set records.
CP
The CP column contains 2 hex digits of the processor model dependent information, which is intended to identify the physical CP that made the trace entry. CP is only provided when formatting SYSTRACE under IPCS. CP is not provided for SYSUDUMP, SYSABEND, or SNAP.
End of change