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

Function WithStackExts

internal/etw/trace.go:169–173  ·  view source on GitHub ↗

WithStackExts sets the stack extensions.

(stackexts *StackExtensions)

Source from the content-addressed store, hash-verified

167
168// WithStackExts sets the stack extensions.
169func WithStackExts(stackexts *StackExtensions) Option {
170 return func(o *opts) {
171 o.stackexts = stackexts
172 }
173}
174
175// WithKeywords sets the bitmask of keywords that determine
176// the categories of events for the provider to emit.

Callers 1

OpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected