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

Function WithKeywords

internal/etw/trace.go:177–181  ·  view source on GitHub ↗

WithKeywords sets the bitmask of keywords that determine the categories of events for the provider to emit.

(keywords uint64)

Source from the content-addressed store, hash-verified

175// WithKeywords sets the bitmask of keywords that determine
176// the categories of events for the provider to emit.
177func WithKeywords(keywords uint64) Option {
178 return func(o *opts) {
179 o.keywords = keywords
180 }
181}
182
183// WithCaptureState indicates that the provider should
184// emit its state information.

Callers 1

OpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected