ReactOS 0.4.15-dev-7942-gd23573b
_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 914 of file ketypes.h.

Member Data Documentation

◆ Affinity

KAFFINITY _KPROFILE::Affinity

Definition at line 925 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ BucketShift

ULONG _KPROFILE::BucketShift

Definition at line 922 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Buffer

PVOID _KPROFILE::Buffer

Definition at line 923 of file ketypes.h.

Referenced by KiParseProfileList().

◆ Process

struct _KPROCESS* _KPROFILE::Process

Definition at line 919 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ ProfileListEntry

LIST_ENTRY _KPROFILE::ProfileListEntry

Definition at line 918 of file ketypes.h.

◆ RangeBase

PVOID _KPROFILE::RangeBase

Definition at line 920 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ RangeLimit

PVOID _KPROFILE::RangeLimit

Definition at line 921 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Segment

ULONG_PTR _KPROFILE::Segment

Definition at line 924 of file ketypes.h.

◆ Size

CSHORT _KPROFILE::Size

Definition at line 917 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ Source

KPROFILE_SOURCE _KPROFILE::Source

Definition at line 926 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Started

BOOLEAN _KPROFILE::Started

Definition at line 927 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ Type

CSHORT _KPROFILE::Type

Definition at line 916 of file ketypes.h.

Referenced by KeInitializeProfile().


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