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

Method ProcessEvent

internal/etw/processors/fs_windows.go:105–111  ·  view source on GitHub ↗
(e *event.Event)

Source from the content-addressed store, hash-verified

103}
104
105func (f *fsProcessor) ProcessEvent(e *event.Event) (*event.Event, bool, error) {
106 if e.Category == event.File || e.IsStackWalk() {
107 evt, err := f.processEvent(e)
108 return evt, false, err
109 }
110 return e, true, nil
111}
112
113func (*fsProcessor) Name() ProcessorType { return Fs }
114func (f *fsProcessor) Close() { f.quit <- struct{}{} }

Callers

nothing calls this directly

Calls 2

processEventMethod · 0.95
IsStackWalkMethod · 0.80

Tested by

no test coverage detected