Undocumented
Class | Match |
Represents a slice of memory that matches a specific pattern during some portion of the trace. |
Class | Event |
An event encountered during a search in memory, obtained by iterating on Search.events() . |
Class | NewEvent |
Event that occurs when a slice starts matching a pattern. |
Class | FirstSeenEvent |
Event that occurs when a slice matching a pattern is discovered for the first time in the trace, and this slice was not created by a NewEvent . |
Class | AccessEvent |
Event that occurs when an existing slice that matches the pattern is read in the trace. |
Class | DelEvent |
Event that occurs when an existing slice that matches the pattern is overwritten in the trace. |
Class | Search |
Search which slices of memory match a specified pattern. |
Class | _SearchState |
Undocumented |