Ok, I finally have event tracing enabled in my driver and I am wonder if
it is possible to enable event tracing for the next boot? Iow can I
record events that happen at boot up without windbg attached?
Thanks,
Rob
Ok, I finally have event tracing enabled in my driver and I am wonder if
it is possible to enable event tracing for the next boot? Iow can I
record events that happen at boot up without windbg attached?
Thanks,
Rob
If you are asking about WPP Event Tracing the answer is there isn’t any way
at present to do this at boot time. I asked the same question and WinHEC
and they say they are looking into it.
Don Burn
Windows 2k/XP/2k3 Filesystem and Driver Consulting
----- Original Message -----
From: Rob Green
To: NT Developers Interest List
Sent: Monday, May 26, 2003 11:38 PM
Subject: [ntdev] event tracing
Ok, I finally have event tracing enabled in my driver and I am wonder if it
is possible to enable event tracing for the next boot? Iow can I record
events that happen at boot up without windbg attached?
Thanks,
Rob
You are currently subscribed to ntdev as: xxxxx@acm.org
To unsubscribe send a blank email to xxxxx@lists.osr.com
Or at interrupt level. Which makes the mechanism less than useful as a
general purpose kernel tracing facility. I think I’ll stick with DbgPrint,
thanks.
-----Original Message-----
From: Don Burn [mailto:xxxxx@acm.org]
Sent: Tuesday, May 27, 2003 7:39 AM
To: NT Developers Interest List
Subject: [ntdev] Re: event tracing
If you are asking about WPP Event Tracing the answer is there isn’t any way
at present to do this at boot time. I asked the same question and WinHEC
and they say they are looking into it.
Don Burn
Windows 2k/XP/2k3 Filesystem and Driver Consulting
----- Original Message -----
From: Rob Green
To: NT Developers Interest List
Sent: Monday, May 26, 2003 11:38 PM
Subject: [ntdev] event tracing
Ok, I finally have event tracing enabled in my driver and I am wonder if it
is possible to enable event tracing for the next boot? Iow can I record
events that happen at boot up without windbg attached?
Thanks,
Rob
You are currently subscribed to ntdev as: xxxxx@acm.org
To unsubscribe send a blank email to xxxxx@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@stratus.com To
unsubscribe send a blank email to xxxxx@lists.osr.com
What’s the problem with Interrupt level?
That should be fine.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Roddy, Mark
Sent: Tuesday, May 27, 2003 7:58 AM
To: NT Developers Interest List
Subject: [ntdev] Re: event tracing
Or at interrupt level. Which makes the mechanism less than useful as a
general purpose kernel tracing facility. I think I’ll stick with
DbgPrint,
thanks.
-----Original Message-----
From: Don Burn [mailto:xxxxx@acm.org]
Sent: Tuesday, May 27, 2003 7:39 AM
To: NT Developers Interest List
Subject: [ntdev] Re: event tracing
If you are asking about WPP Event Tracing the answer is there isn’t any
way
at present to do this at boot time. I asked the same question and
WinHEC
and they say they are looking into it.
Don Burn
Windows 2k/XP/2k3 Filesystem and Driver Consulting
----- Original Message -----
From: Rob Green
To: NT Developers Interest List
Sent: Monday, May 26, 2003 11:38 PM
Subject: [ntdev] event tracing
Ok, I finally have event tracing enabled in my driver and I am wonder if
it
is possible to enable event tracing for the next boot? Iow can I record
events that happen at boot up without windbg attached?
Thanks,
Rob
You are currently subscribed to ntdev as: xxxxx@acm.org
To unsubscribe send a blank email to xxxxx@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@stratus.com To
unsubscribe send a blank email to xxxxx@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Hmmm… Yes you seem to be correct. WmiTraceMessage avoids the issue by
queueing requests and not dumping the queue if the IRQL is too high.
-----Original Message-----
From: Ian Service [mailto:xxxxx@windows.microsoft.com]
Sent: Tuesday, June 03, 2003 11:17 AM
To: NT Developers Interest List
Subject: [ntdev] Re: event tracing
What’s the problem with Interrupt level?
That should be fine.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Roddy, Mark
Sent: Tuesday, May 27, 2003 7:58 AM
To: NT Developers Interest List
Subject: [ntdev] Re: event tracing
Or at interrupt level. Which makes the mechanism less than useful as a
general purpose kernel tracing facility. I think I’ll stick with DbgPrint,
thanks.
-----Original Message-----
From: Don Burn [mailto:xxxxx@acm.org]
Sent: Tuesday, May 27, 2003 7:39 AM
To: NT Developers Interest List
Subject: [ntdev] Re: event tracing
If you are asking about WPP Event Tracing the answer is there isn’t any way
at present to do this at boot time. I asked the same question and WinHEC
and they say they are looking into it.
Don Burn
Windows 2k/XP/2k3 Filesystem and Driver Consulting
----- Original Message -----
From: Rob Green
To: NT Developers Interest List
Sent: Monday, May 26, 2003 11:38 PM
Subject: [ntdev] event tracing
Ok, I finally have event tracing enabled in my driver and I am wonder if it
is possible to enable event tracing for the next boot? Iow can I record
events that happen at boot up without windbg attached?
Thanks,
Rob
You are currently subscribed to ntdev as: xxxxx@acm.org
To unsubscribe send a blank email to xxxxx@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@stratus.com To
unsubscribe send a blank email to xxxxx@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com To
unsubscribe send a blank email to xxxxx@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@stratus.com To
unsubscribe send a blank email to xxxxx@lists.osr.com