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

Function WithEventFilterDescriptors

internal/etw/trace.go:193–197  ·  view source on GitHub ↗

WithEventFilterDescriptors assigns filters to be passed to the provider's enable callback function.

(descriptors ...etw.EventFilterDescriptor)

Source from the content-addressed store, hash-verified

191// WithEventFilterDescriptors assigns filters to be passed
192// to the provider's enable callback function.
193func WithEventFilterDescriptors(descriptors ...etw.EventFilterDescriptor) Option {
194 return func(o *opts) {
195 o.eventFilterDescriptors = descriptors
196 }
197}
198
199// NewKernelTrace creates a new NT Kernel Logger trace.
200func NewKernelTrace(config *config.Config) *Trace {

Callers 1

OpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected