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

Method Events

internal/etw/source.go:342–344  ·  view source on GitHub ↗

Events returns the buffered event channel.

()

Source from the content-addressed store, hash-verified

340
341// Events returns the buffered event channel.
342func (e *EventSource) Events() <-chan *event.Event {
343 return e.evts
344}
345
346// SetFilter assigns the filter to each consumer. The filter is applied
347// to every event captured by the consumer. If the filter expression

Callers 4

TestEventSourceAllEventsFunction · 0.95
testCallstackEnrichmentFunction · 0.95
TestEvasionScannerFunction · 0.95

Implementers 2

EventSourceinternal/etw/source.go
EventSourceControlinternal/bootstrap/source.go

Calls

no outgoing calls

Tested by 4

TestEventSourceAllEventsFunction · 0.76
testCallstackEnrichmentFunction · 0.76
TestEvasionScannerFunction · 0.76