Persistent WPP Trace Session

Hi!

I added WPP support to my driver and can collect messages through logman.
The problem I’m having is I want to be able to configure a trace session
that persists across reboots. AFAIK, neither logman, Tracelog, or TraceView
support that.

I know netsh trace sessions can be configured to persist (“persistent =
yes”) but I’m unable to collect messages for my driver’s provider GUID
through netsh traces. Does anyone know what I need to do to this? Do I need
to register my driver as an ETW provider for this?

Thanks!

I’m really not sure what you’re asking for, specifically… but if you want to enable boot-time tracing of your code you can use the autologger for this:

http:

(didn’t I answer this exact same question a few weeks ago?)

Peter
OSR
@OSRDrivers</http:>

Sorry to be unclear, but what I want to do is start a trace session that
persists over system reboots, including system crashes. Will using the
autologger allow me to do this?

Thanks!

wrote in message news:xxxxx@ntdev…

I’m really not sure what you’re asking for, specifically… but if you want
to enable boot-time tracing of your code you can use the autologger for
this:

http:

(didn’t I answer this exact same question a few weeks ago?)

Peter
OSR
@OSRDrivers</http:>

I gave you a URL with info about the autologger. Did you read it before asking this question?

Peter
OSR
@OSRDrivers