Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
be73cb70
Commit
be73cb70
authored
Mar 29, 2010
by
Henri Verbeet
Committed by
Alexandre Julliard
Mar 29, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Specify some fields of the SYSTEM_PERFORMANCE_INFORMATION structure.
parent
eab89da8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
74 additions
and
1 deletion
+74
-1
winternl.h
include/winternl.h
+74
-1
No files found.
include/winternl.h
View file @
be73cb70
...
...
@@ -1124,8 +1124,81 @@ typedef struct _SYSTEM_CPU_INFORMATION {
/* System Information Class 0x02 */
/* Documented in "Windows NT/2000 Native API Reference" by Gary Nebbett. */
typedef
struct
_SYSTEM_PERFORMANCE_INFORMATION
{
BYTE
Reserved1
[
312
];
LARGE_INTEGER
IdleTime
;
LARGE_INTEGER
ReadTransferCount
;
LARGE_INTEGER
WriteTransferCount
;
LARGE_INTEGER
OtherTransferCount
;
ULONG
ReadOperationCount
;
ULONG
WriteOperationCount
;
ULONG
OtherOperationCount
;
ULONG
AvailablePages
;
ULONG
TotalCommittedPages
;
ULONG
TotalCommitLimit
;
ULONG
PeakCommitment
;
ULONG
PageFaults
;
ULONG
WriteCopyFaults
;
ULONG
TransitionFaults
;
ULONG
Reserved1
;
ULONG
DemandZeroFaults
;
ULONG
PagesRead
;
ULONG
PageReadIos
;
ULONG
Reserved2
[
2
];
ULONG
PagefilePagesWritten
;
ULONG
PagefilePageWriteIos
;
ULONG
MappedFilePagesWritten
;
ULONG
MappedFilePageWriteIos
;
ULONG
PagedPoolUsage
;
ULONG
NonPagedPoolUsage
;
ULONG
PagedPoolAllocs
;
ULONG
PagedPoolFrees
;
ULONG
NonPagedPoolAllocs
;
ULONG
NonPagedPoolFrees
;
ULONG
TotalFreeSystemPtes
;
ULONG
SystemCodePage
;
ULONG
TotalSystemDriverPages
;
ULONG
TotalSystemCodePages
;
ULONG
SmallNonPagedLookasideListAllocateHits
;
ULONG
SmallPagedLookasideListAllocateHits
;
ULONG
Reserved3
;
ULONG
MmSystemCachePage
;
ULONG
PagedPoolPage
;
ULONG
SystemDriverPage
;
ULONG
FastReadNoWait
;
ULONG
FastReadWait
;
ULONG
FastReadResourceMiss
;
ULONG
FastReadNotPossible
;
ULONG
FastMdlReadNoWait
;
ULONG
FastMdlReadWait
;
ULONG
FastMdlReadResourceMiss
;
ULONG
FastMdlReadNotPossible
;
ULONG
MapDataNoWait
;
ULONG
MapDataWait
;
ULONG
MapDataNoWaitMiss
;
ULONG
MapDataWaitMiss
;
ULONG
PinMappedDataCount
;
ULONG
PinReadNoWait
;
ULONG
PinReadWait
;
ULONG
PinReadNoWaitMiss
;
ULONG
PinReadWaitMiss
;
ULONG
CopyReadNoWait
;
ULONG
CopyReadWait
;
ULONG
CopyReadNoWaitMiss
;
ULONG
CopyReadWaitMiss
;
ULONG
MdlReadNoWait
;
ULONG
MdlReadWait
;
ULONG
MdlReadNoWaitMiss
;
ULONG
MdlReadWaitMiss
;
ULONG
ReadAheadIos
;
ULONG
LazyWriteIos
;
ULONG
LazyWritePages
;
ULONG
DataFlushes
;
ULONG
DataPages
;
ULONG
ContextSwitches
;
ULONG
FirstLevelTbFills
;
ULONG
SecondLevelTbFills
;
ULONG
SystemCalls
;
}
SYSTEM_PERFORMANCE_INFORMATION
,
*
PSYSTEM_PERFORMANCE_INFORMATION
;
/* System Information Class 0x03 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment