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

Method EventIds

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

EventIds returns all event types eligible for stack tracing.

()

Source from the content-addressed store, hash-verified

53
54// EventIds returns all event types eligible for stack tracing.
55func (s *StackExtensions) EventIds() []etw.ClassicEventID { return s.ids }
56
57// Empty determines if this stack extensions has registered event identifiers.
58func (s *StackExtensions) Empty() bool { return len(s.ids) == 0 }

Callers 2

TestStackExtensionsFunction · 0.95
StartMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestStackExtensionsFunction · 0.76