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

Method Events

pkg/source/source.go:50–50  ·  view source on GitHub ↗

Events return the channel where event source pushes all captured events. At this point, the event has the full state associated with it. For example, the full process state or the event call stack.

()

Source from the content-addressed store, hash-verified

48 // At this point, the event has the full state associated with it. For example,
49 // the full process state or the event call stack.
50 Events() <-chan *event.Event
51 // SetFilter attaches the filter to the event source. Only events that match
52 // the filter are forwarded to the event source output channel.
53 SetFilter(f filter.Filter)

Callers 4

TestLiveCaptureFunction · 0.95
EventsMethod · 0.65
RunMethod · 0.65
WriteCaptureMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestLiveCaptureFunction · 0.76