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

Method EnableFileCallstack

internal/etw/stackext.go:79–85  ·  view source on GitHub ↗

EnableFileCallstack populates the stack identifiers with event types eligible for publishing call stack return addresses for file system activity.

()

Source from the content-addressed store, hash-verified

77// with event types eligible for publishing call stack
78// return addresses for file system activity.
79func (s *StackExtensions) EnableFileCallstack() {
80 if s.config.EnableFileIOEvents {
81 s.AddStackTracing(event.CreateFile)
82 s.AddStackTracing(event.DeleteFile)
83 s.AddStackTracing(event.RenameFile)
84 }
85}
86
87// EnableRegistryCallstack populates the stack identifiers
88// with event types eligible for publishing call stack

Callers 2

TestStackExtensionsFunction · 0.95
enableCallstacksMethod · 0.80

Calls 1

AddStackTracingMethod · 0.95

Tested by 1

TestStackExtensionsFunction · 0.76