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

Function callstackContainsTestExe

internal/etw/source_test.go:784–786  ·  view source on GitHub ↗
(callstack string)

Source from the content-addressed store, hash-verified

782}
783
784func callstackContainsTestExe(callstack string) bool {
785 return strings.Contains(callstack, "etw.test.exe")
786}
787
788// NoopPsSnapshotter is the process noop snapshotter used in tests.
789// The main motivation for a noop snapshotter is to reduce the pressure

Callers 1

testCallstackEnrichmentFunction · 0.85

Calls 1

ContainsMethod · 0.80

Tested by

no test coverage detected