Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
func
newModuleProcessor(psnap ps.Snapshotter) Processor {
32
m := &moduleProcessor{psnap: psnap}
33
34
return
m
35
}
36
37
func
(*moduleProcessor) Name() ProcessorType {
return
Module }
38
Callers
2
TestModuleProcessor
Function · 0.85
NewChain
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestModuleProcessor
Function · 0.68