pmcd - trace guards
Be consistent about guards ahead of pmcd_trace() calls. Guards are only an efficiency prop (there are second level guards inside pmcd_trace()), so only use the outer guards for the high frequency TR_XMIT_PDU and TR_RECV_PDU cases.
There is no functional change in this commit.
pmcd - trace guards
Be consistent about guards ahead of pmcd_trace() calls. Guards are
only an efficiency prop (there are second level guards inside
pmcd_trace()), so only use the outer guards for the high frequency
TR_XMIT_PDU and TR_RECV_PDU cases.
There is no functional change in this commit.