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

Method HasStackExtensions

internal/etw/trace.go:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (p *ProviderInfo) HasStackExtensions() bool {
104 return p.stackExtensions != nil && !p.stackExtensions.Empty()
105}
106
107func (p *ProviderInfo) HasEventFilterDescriptors() bool {
108 return len(p.eventFilterDescriptors) > 0

Callers 1

StartMethod · 0.80

Calls 1

EmptyMethod · 0.80

Tested by

no test coverage detected