ReactOS 0.4.15-dev-7127-g2dd0c6c
_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 821 of file ketypes.h.

Member Data Documentation

◆ Affinity

KAFFINITY _KPROFILE::Affinity

Definition at line 832 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ BucketShift

ULONG _KPROFILE::BucketShift

Definition at line 829 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Buffer

PVOID _KPROFILE::Buffer

Definition at line 830 of file ketypes.h.

Referenced by KiParseProfileList().

◆ Process

struct _KPROCESS* _KPROFILE::Process

Definition at line 826 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ ProfileListEntry

LIST_ENTRY _KPROFILE::ProfileListEntry

Definition at line 825 of file ketypes.h.

◆ RangeBase

PVOID _KPROFILE::RangeBase

Definition at line 827 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ RangeLimit

PVOID _KPROFILE::RangeLimit

Definition at line 828 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Segment

ULONG_PTR _KPROFILE::Segment

Definition at line 831 of file ketypes.h.

◆ Size

CSHORT _KPROFILE::Size

Definition at line 824 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ Source

KPROFILE_SOURCE _KPROFILE::Source

Definition at line 833 of file ketypes.h.

Referenced by KeInitializeProfile(), and KiParseProfileList().

◆ Started

BOOLEAN _KPROFILE::Started

Definition at line 834 of file ketypes.h.

Referenced by KeInitializeProfile().

◆ Type

CSHORT _KPROFILE::Type

Definition at line 823 of file ketypes.h.

Referenced by KeInitializeProfile().


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