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

Function newModuleProcessor

internal/etw/processors/module_windows.go:31–35  ·  view source on GitHub ↗
(psnap ps.Snapshotter)

Source from the content-addressed store, hash-verified

29}
30
31func newModuleProcessor(psnap ps.Snapshotter) Processor {
32 m := &moduleProcessor{psnap: psnap}
33
34 return m
35}
36
37func (*moduleProcessor) Name() ProcessorType { return Module }
38

Callers 2

TestModuleProcessorFunction · 0.85
NewChainFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestModuleProcessorFunction · 0.68