ReactOS 0.4.15-dev-7953-g1f49173
_KI_SAMPLE_MAP Struct Reference

#include <ke.h>

Collaboration diagram for _KI_SAMPLE_MAP:

Public Attributes

LARGE_INTEGER PerfStart
 
LARGE_INTEGER PerfEnd
 
LONGLONG PerfDelta
 
LARGE_INTEGER PerfFreq
 
LONGLONG TSCStart
 
LONGLONG TSCEnd
 
LONGLONG TSCDelta
 
ULONG MHz
 

Detailed Description

Definition at line 57 of file ke.h.

Member Data Documentation

◆ MHz

ULONG _KI_SAMPLE_MAP::MHz

Definition at line 66 of file ke.h.

Referenced by KiCalculateCpuFrequency(), and KiInitMachineDependent().

◆ PerfDelta

LONGLONG _KI_SAMPLE_MAP::PerfDelta

Definition at line 61 of file ke.h.

Referenced by KiCalculateCpuFrequency(), and KiInitMachineDependent().

◆ PerfEnd

LARGE_INTEGER _KI_SAMPLE_MAP::PerfEnd

Definition at line 60 of file ke.h.

Referenced by KiCalculateCpuFrequency(), and KiInitMachineDependent().

◆ PerfFreq

LARGE_INTEGER _KI_SAMPLE_MAP::PerfFreq

Definition at line 62 of file ke.h.

Referenced by KiCalculateCpuFrequency(), and KiInitMachineDependent().

◆ PerfStart

LARGE_INTEGER _KI_SAMPLE_MAP::PerfStart

Definition at line 59 of file ke.h.

Referenced by KiCalculateCpuFrequency(), and KiInitMachineDependent().

◆ TSCDelta

LONGLONG _KI_SAMPLE_MAP::TSCDelta

Definition at line 65 of file ke.h.

Referenced by KiCalculateCpuFrequency(), and KiInitMachineDependent().

◆ TSCEnd

LONGLONG _KI_SAMPLE_MAP::TSCEnd

Definition at line 64 of file ke.h.

Referenced by KiCalculateCpuFrequency(), and KiInitMachineDependent().

◆ TSCStart

LONGLONG _KI_SAMPLE_MAP::TSCStart

Definition at line 63 of file ke.h.

Referenced by KiCalculateCpuFrequency(), and KiInitMachineDependent().


The documentation for this struct was generated from the following file: