MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / WithCaptureState

Function WithCaptureState

internal/etw/trace.go:185–189  ·  view source on GitHub ↗

WithCaptureState indicates that the provider should emit its state information.

()

Source from the content-addressed store, hash-verified

183// WithCaptureState indicates that the provider should
184// emit its state information.
185func WithCaptureState() Option {
186 return func(o *opts) {
187 o.captureState = true
188 }
189}
190
191// WithEventFilterDescriptors assigns filters to be passed
192// to the provider's enable callback function.

Callers 1

OpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected