()
| 225 | func (e *Event) IsProcessRundown() bool { return e.Type == ProcessRundown } |
| 226 | func (e *Event) IsProcessRundownInternal() bool { return e.Type == ProcessRundownInternal } |
| 227 | func (e *Event) IsVirtualAlloc() bool { return e.Type == VirtualAlloc } |
| 228 | func (e *Event) IsMapViewFile() bool { return e.Type == MapViewFile } |
| 229 | func (e *Event) IsUnmapViewFile() bool { return e.Type == UnmapViewFile } |
| 230 | func (e *Event) IsStackWalk() bool { return e.Type == StackWalk } |
no outgoing calls