Documentation ¶
Rendered for windows/amd64
Overview ¶
Package etwtracerimpl provides a component for the .Net tracer application
Index ¶
Constants ¶
View Source
const ( //revive:disable:var-naming Name is intended to match the Windows API name // ERROR_BROKEN_PIPE The pipe has been ended. ERROR_BROKEN_PIPE = 109 // ERROR_NO_DATA The pipe is being closed. ERROR_NO_DATA = 232 // MAX_EVENT_FILTER_PID_COUNT The maximum number of PIDs that can be used for filtering // see https://github.com/tpn/winsdk-10/blob/master/Include/10.0.16299.0/shared/evntprov.h#L96 MAX_EVENT_FILTER_PID_COUNT = 8 )
Variables ¶
View Source
var Module = fxutil.Component( fx.Provide(newEtwTracerImpl), )
Module defines the fx options for this component.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.