crash.types.vmstat module

class crash.types.vmstat.VmStat[source]

Bases: object

classmethod check_enum_type(gdbtype: Type) None[source]
classmethod get_event_names() List[str][source]
classmethod get_events() List[int][source]
classmethod get_stat_names() List[str][source]
nr_event_items = -1
nr_stat_items = -1
symbols = <crash.util.symbols.Symbols object>
types = <crash.util.symbols.Types object>
vm_event_names: List[str] = []
vm_stat_names: List[str] = []