Is there a Microsoft (built-in) ETW Provider for tracing ETW lifecycle events?

烂漫一生 提交于 2021-02-08 10:24:43

问题


I can't seem to find an ETW provider for tracing ETW lifecycle events, such as:

  • when is a trace event session created (name, options)
  • when is a trace event session disposed
  • when is a provider enabled for a trace event session (provider name, guid, options)
  • when is a provider disabled for a trace event session (provider name, guid, options)

This is self-tracing - using ETW to trace itself. I can't just make such an ETW provider, it has to have been made already by Microsoft, as the events must originate from within the Windows kernel.


回答1:


Microsoft-Windows-Kernel-EventTracing is the provider for ETW lifecycle events



来源:https://stackoverflow.com/questions/54105897/is-there-a-microsoft-built-in-etw-provider-for-tracing-etw-lifecycle-events

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!