ReactOS 0.4.15-dev-6056-gb29b268
_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 854 of file ketypes.h.

Member Data Documentation

◆ Affinity

KAFFINITY _KPROFILE::Affinity

Definition at line 865 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ BucketShift

ULONG _KPROFILE::BucketShift

Definition at line 862 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Buffer

PVOID _KPROFILE::Buffer

Definition at line 863 of file ketypes.h.

Referenced by KiParseProfileList().

◆ Process

struct _KPROCESS* _KPROFILE::Process

Definition at line 859 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ ProfileListEntry

LIST_ENTRY _KPROFILE::ProfileListEntry

Definition at line 858 of file ketypes.h.

◆ RangeBase

PVOID _KPROFILE::RangeBase

Definition at line 860 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ RangeLimit

PVOID _KPROFILE::RangeLimit

Definition at line 861 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Segment

ULONG_PTR _KPROFILE::Segment

Definition at line 864 of file ketypes.h.

◆ Size

CSHORT _KPROFILE::Size

Definition at line 857 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ Source

KPROFILE_SOURCE _KPROFILE::Source

Definition at line 866 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Started

BOOLEAN _KPROFILE::Started

Definition at line 867 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ Type

CSHORT _KPROFILE::Type

Definition at line 856 of file ketypes.h.

Referenced by KeInitializeProfile().


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