ReactOS 0.4.16-dev-1163-gec5b142
_KPROFILE Struct Reference

#include <ketypes.h>

Collaboration diagram for _KPROFILE:

Public Attributes

CSHORT Type
 
CSHORT Size
 
LIST_ENTRY ProfileListEntry
 
struct _KPROCESSProcess
 
PVOID RangeBase
 
PVOID RangeLimit
 
ULONG BucketShift
 
PVOID Buffer
 
ULONG_PTR Segment
 
KAFFINITY Affinity
 
KPROFILE_SOURCE Source
 
BOOLEAN Started
 

Detailed Description

Definition at line 1077 of file ketypes.h.

Member Data Documentation

◆ Affinity

KAFFINITY _KPROFILE::Affinity

Definition at line 1088 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ BucketShift

ULONG _KPROFILE::BucketShift

Definition at line 1085 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Buffer

PVOID _KPROFILE::Buffer

Definition at line 1086 of file ketypes.h.

Referenced by KiParseProfileList().

◆ Process

struct _KPROCESS* _KPROFILE::Process

Definition at line 1082 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ ProfileListEntry

LIST_ENTRY _KPROFILE::ProfileListEntry

Definition at line 1081 of file ketypes.h.

◆ RangeBase

PVOID _KPROFILE::RangeBase

Definition at line 1083 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ RangeLimit

PVOID _KPROFILE::RangeLimit

Definition at line 1084 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Segment

ULONG_PTR _KPROFILE::Segment

Definition at line 1087 of file ketypes.h.

◆ Size

CSHORT _KPROFILE::Size

Definition at line 1080 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ Source

KPROFILE_SOURCE _KPROFILE::Source

Definition at line 1089 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Started

BOOLEAN _KPROFILE::Started

Definition at line 1090 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ Type

CSHORT _KPROFILE::Type

Definition at line 1079 of file ketypes.h.

Referenced by KeInitializeProfile().


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