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

Method IsStackWalk

pkg/event/event_windows.go:230–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228func (e *Event) IsMapViewFile() bool { return e.Type == MapViewFile }
229func (e *Event) IsUnmapViewFile() bool { return e.Type == UnmapViewFile }
230func (e *Event) IsStackWalk() bool { return e.Type == StackWalk }
231func (e *Event) IsOpenThread() bool { return e.Type == OpenThread }
232func (e *Event) IsOpenProcess() bool { return e.Type == OpenProcess }
233

Callers 3

PushMethod · 0.80
ProcessEventMethod · 0.80
ProcessEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected