EventTraceKernelSession overview
Public Constructors
EventTraceKernelSession |
Creates a kernel event tracing session object which is not setup. Requires specific properties to be set to be able to manage a valid session. |
EventTraceKernelSession(String& loggingFile, EventTraceLoggingModes flags) |
Creates a kernel event tracing session setup with the file it will log to and the logging flags. |
Public Properties
TraceOptions |
Manages the KernelTraceOptions for the NT Kernel Logger's session. Indicates the traced events by the kernel. |
Public Methods
SetAllKernelTraces |
Sets all the kernel options flags so that the kernel traces everything. |
Start |
Starts this event tracing session using the values set in the various properties. |
Stop |
Stops this event tracing session. |
Update |
Updates an event tracing session using the values set in the various properties. |
Query |
Query an event tracing session for it's current statistics which results in all the properties of this object to be updated. |
See Also
EventTraceSessionCollection Class |
EventTraceSession Class |
EventTraceRegisteredProvider Class |
EventTraceProviderCollection Class |
EventTraceProvider Class |
EventTraceKernelSession Class