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

Method Empty

internal/etw/stackext.go:58–58  ·  view source on GitHub ↗

Empty determines if this stack extensions has registered event identifiers.

()

Source from the content-addressed store, hash-verified

56
57// Empty determines if this stack extensions has registered event identifiers.
58func (s *StackExtensions) Empty() bool { return len(s.ids) == 0 }
59
60// EnableProcessCallstack populates the stack identifiers
61// with event types eligible for emitting stack walk events

Callers 7

TestNewFromYamlFileFunction · 0.80
TestNewFromJsonFileFunction · 0.80
TestEventToEventInfoFunction · 0.80
HasStackExtensionsMethod · 0.80
TestRegistryProcessorFunction · 0.80
TestFsProcessorFunction · 0.80

Calls

no outgoing calls

Tested by 6

TestNewFromYamlFileFunction · 0.64
TestNewFromJsonFileFunction · 0.64
TestEventToEventInfoFunction · 0.64
TestRegistryProcessorFunction · 0.64
TestFsProcessorFunction · 0.64