Moin,
I use WPP software tracing in my driver. For each trace line the first item
shown is the CPU number in brackets.
I'm wondering if there is a output sequence for those trace messages for the
same time stamp.
I'm currently analyzing a problem within my driver. The driver has a queue
of messages with numbers in sequence.
For any reason I see the messages fetched in a different order:
[3]08EC.16B0::01/30/2007-13:05:25.839 [driver]CAPI(173): PutMsgToIrpBuffer:
IRP=89528008 READ cmd=0x82ff nr=0x4fcf
[3]08EC.16B0::01/30/2007-13:05:25.839 [driver]CAPI(173): PutMsgToIrpBuffer:
IRP=89528008 READ cmd=0x82ff nr=0x4fd1
[1]08EC.16B0::01/30/2007-13:05:25.839 [driver]CAPI(173): PutMsgToIrpBuffer:
IRP=89337E68 READ cmd=0x82ff nr=0x4fce
[2]08EC.16B0::01/30/2007-13:05:25.839 [driver]CAPI(173): PutMsgToIrpBuffer:
IRP=8987D8F8 READ cmd=0x82ff nr=0x4fd0
I would expect the following order:
[1]08EC.16B0::01/30/2007-13:05:25.839 [driver]CAPI(173): PutMsgToIrpBuffer:
IRP=89337E68 READ cmd=0x82ff nr=0x4fce
[3]08EC.16B0::01/30/2007-13:05:25.839 [driver]CAPI(173): PutMsgToIrpBuffer:
IRP=89528008 READ cmd=0x82ff nr=0x4fcf
[2]08EC.16B0::01/30/2007-13:05:25.839 [driver]CAPI(173): PutMsgToIrpBuffer:
IRP=8987D8F8 READ cmd=0x82ff nr=0x4fd0
[3]08EC.16B0::01/30/2007-13:05:25.839 [driver]CAPI(173): PutMsgToIrpBuffer:
IRP=89528008 READ cmd=0x82ff nr=0x4fd1
Is it simply a sequence issue caused by WPP ?
Bis gleich ...
Stefan