mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-08 12:18:31 +00:00
Fix some win32 definitions
You can now use psapi.dll and pdh.dll. Some TODOs for Windows have been cleared out. We might have a working load average for the platform that should help GNU Make work well.
This commit is contained in:
parent
e2e0b042c1
commit
c23b6ecc31
162 changed files with 847 additions and 153 deletions
2
libc/nt/pdh/CounterPathCallBack.s
Normal file
2
libc/nt/pdh/CounterPathCallBack.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_CounterPathCallBack,CounterPathCallBack,0
|
2
libc/nt/pdh/LoadPerfCounterTextStringsW.s
Normal file
2
libc/nt/pdh/LoadPerfCounterTextStringsW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_LoadPerfCounterTextStringsW,LoadPerfCounterTextStringsW,0
|
2
libc/nt/pdh/PdhAddCounterW.s
Normal file
2
libc/nt/pdh/PdhAddCounterW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhAddCounterW,PdhAddCounterW,0
|
12
libc/nt/pdh/PdhAddEnglishCounterW.s
Normal file
12
libc/nt/pdh/PdhAddEnglishCounterW.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhAddEnglishCounterW,PdhAddEnglishCounterW,0
|
||||
|
||||
.text.windows
|
||||
PdhAddEnglishCounter:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_PdhAddEnglishCounterW(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
.endfn PdhAddEnglishCounter,globl
|
||||
.previous
|
2
libc/nt/pdh/PdhBindInputDataSourceW.s
Normal file
2
libc/nt/pdh/PdhBindInputDataSourceW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhBindInputDataSourceW,PdhBindInputDataSourceW,0
|
2
libc/nt/pdh/PdhBrowseCountersHW.s
Normal file
2
libc/nt/pdh/PdhBrowseCountersHW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhBrowseCountersHW,PdhBrowseCountersHW,0
|
2
libc/nt/pdh/PdhBrowseCountersW.s
Normal file
2
libc/nt/pdh/PdhBrowseCountersW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhBrowseCountersW,PdhBrowseCountersW,0
|
2
libc/nt/pdh/PdhCalculateCounterFromRawValue.s
Normal file
2
libc/nt/pdh/PdhCalculateCounterFromRawValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhCalculateCounterFromRawValue,PdhCalculateCounterFromRawValue,0
|
2
libc/nt/pdh/PdhCloseLog.s
Normal file
2
libc/nt/pdh/PdhCloseLog.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhCloseLog,PdhCloseLog,0
|
2
libc/nt/pdh/PdhCloseQuery.s
Normal file
2
libc/nt/pdh/PdhCloseQuery.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhCloseQuery,PdhCloseQuery,0
|
2
libc/nt/pdh/PdhCollectQueryData.s
Normal file
2
libc/nt/pdh/PdhCollectQueryData.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhCollectQueryData,PdhCollectQueryData,0
|
12
libc/nt/pdh/PdhCollectQueryDataEx.s
Normal file
12
libc/nt/pdh/PdhCollectQueryDataEx.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhCollectQueryDataEx,PdhCollectQueryDataEx,0
|
||||
|
||||
.text.windows
|
||||
PdhCollectQueryDataEx:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_PdhCollectQueryDataEx(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
.endfn PdhCollectQueryDataEx,globl
|
||||
.previous
|
2
libc/nt/pdh/PdhCollectQueryDataWithTime.s
Normal file
2
libc/nt/pdh/PdhCollectQueryDataWithTime.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhCollectQueryDataWithTime,PdhCollectQueryDataWithTime,0
|
2
libc/nt/pdh/PdhComputeCounterStatistics.s
Normal file
2
libc/nt/pdh/PdhComputeCounterStatistics.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhComputeCounterStatistics,PdhComputeCounterStatistics,0
|
2
libc/nt/pdh/PdhConnectMachineW.s
Normal file
2
libc/nt/pdh/PdhConnectMachineW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhConnectMachineW,PdhConnectMachineW,0
|
2
libc/nt/pdh/PdhEnumLogSetNamesW.s
Normal file
2
libc/nt/pdh/PdhEnumLogSetNamesW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhEnumLogSetNamesW,PdhEnumLogSetNamesW,0
|
2
libc/nt/pdh/PdhEnumMachinesHW.s
Normal file
2
libc/nt/pdh/PdhEnumMachinesHW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhEnumMachinesHW,PdhEnumMachinesHW,0
|
2
libc/nt/pdh/PdhEnumMachinesW.s
Normal file
2
libc/nt/pdh/PdhEnumMachinesW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhEnumMachinesW,PdhEnumMachinesW,0
|
2
libc/nt/pdh/PdhEnumObjectItemsHW.s
Normal file
2
libc/nt/pdh/PdhEnumObjectItemsHW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhEnumObjectItemsHW,PdhEnumObjectItemsHW,0
|
2
libc/nt/pdh/PdhEnumObjectItemsW.s
Normal file
2
libc/nt/pdh/PdhEnumObjectItemsW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhEnumObjectItemsW,PdhEnumObjectItemsW,0
|
2
libc/nt/pdh/PdhEnumObjectsHW.s
Normal file
2
libc/nt/pdh/PdhEnumObjectsHW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhEnumObjectsHW,PdhEnumObjectsHW,0
|
2
libc/nt/pdh/PdhEnumObjectsW.s
Normal file
2
libc/nt/pdh/PdhEnumObjectsW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhEnumObjectsW,PdhEnumObjectsW,0
|
2
libc/nt/pdh/PdhExpandCounterPathW.s
Normal file
2
libc/nt/pdh/PdhExpandCounterPathW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhExpandCounterPathW,PdhExpandCounterPathW,0
|
2
libc/nt/pdh/PdhExpandWildCardPathHW.s
Normal file
2
libc/nt/pdh/PdhExpandWildCardPathHW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhExpandWildCardPathHW,PdhExpandWildCardPathHW,0
|
2
libc/nt/pdh/PdhExpandWildCardPathW.s
Normal file
2
libc/nt/pdh/PdhExpandWildCardPathW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhExpandWildCardPathW,PdhExpandWildCardPathW,0
|
2
libc/nt/pdh/PdhFormatFromRawValue.s
Normal file
2
libc/nt/pdh/PdhFormatFromRawValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhFormatFromRawValue,PdhFormatFromRawValue,0
|
2
libc/nt/pdh/PdhGetCounterInfoW.s
Normal file
2
libc/nt/pdh/PdhGetCounterInfoW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetCounterInfoW,PdhGetCounterInfoW,0
|
2
libc/nt/pdh/PdhGetCounterTimeBase.s
Normal file
2
libc/nt/pdh/PdhGetCounterTimeBase.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetCounterTimeBase,PdhGetCounterTimeBase,0
|
2
libc/nt/pdh/PdhGetDataSourceTimeRangeH.s
Normal file
2
libc/nt/pdh/PdhGetDataSourceTimeRangeH.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetDataSourceTimeRangeH,PdhGetDataSourceTimeRangeH,0
|
2
libc/nt/pdh/PdhGetDataSourceTimeRangeW.s
Normal file
2
libc/nt/pdh/PdhGetDataSourceTimeRangeW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetDataSourceTimeRangeW,PdhGetDataSourceTimeRangeW,0
|
2
libc/nt/pdh/PdhGetDefaultPerfCounterHW.s
Normal file
2
libc/nt/pdh/PdhGetDefaultPerfCounterHW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetDefaultPerfCounterHW,PdhGetDefaultPerfCounterHW,0
|
2
libc/nt/pdh/PdhGetDefaultPerfCounterW.s
Normal file
2
libc/nt/pdh/PdhGetDefaultPerfCounterW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetDefaultPerfCounterW,PdhGetDefaultPerfCounterW,0
|
2
libc/nt/pdh/PdhGetDefaultPerfObjectHW.s
Normal file
2
libc/nt/pdh/PdhGetDefaultPerfObjectHW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetDefaultPerfObjectHW,PdhGetDefaultPerfObjectHW,0
|
2
libc/nt/pdh/PdhGetDefaultPerfObjectW.s
Normal file
2
libc/nt/pdh/PdhGetDefaultPerfObjectW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetDefaultPerfObjectW,PdhGetDefaultPerfObjectW,0
|
2
libc/nt/pdh/PdhGetDllVersion.s
Normal file
2
libc/nt/pdh/PdhGetDllVersion.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetDllVersion,PdhGetDllVersion,0
|
2
libc/nt/pdh/PdhGetFormattedCounterArrayW.s
Normal file
2
libc/nt/pdh/PdhGetFormattedCounterArrayW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetFormattedCounterArrayW,PdhGetFormattedCounterArrayW,0
|
12
libc/nt/pdh/PdhGetFormattedCounterValue.s
Normal file
12
libc/nt/pdh/PdhGetFormattedCounterValue.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetFormattedCounterValue,PdhGetFormattedCounterValue,0
|
||||
|
||||
.text.windows
|
||||
PdhGetFormattedCounterValue:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_PdhGetFormattedCounterValue(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
.endfn PdhGetFormattedCounterValue,globl
|
||||
.previous
|
2
libc/nt/pdh/PdhGetLogFileSize.s
Normal file
2
libc/nt/pdh/PdhGetLogFileSize.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetLogFileSize,PdhGetLogFileSize,0
|
2
libc/nt/pdh/PdhGetRawCounterArrayW.s
Normal file
2
libc/nt/pdh/PdhGetRawCounterArrayW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetRawCounterArrayW,PdhGetRawCounterArrayW,0
|
2
libc/nt/pdh/PdhGetRawCounterValue.s
Normal file
2
libc/nt/pdh/PdhGetRawCounterValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhGetRawCounterValue,PdhGetRawCounterValue,0
|
2
libc/nt/pdh/PdhIsRealTimeQuery.s
Normal file
2
libc/nt/pdh/PdhIsRealTimeQuery.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhIsRealTimeQuery,PdhIsRealTimeQuery,0
|
2
libc/nt/pdh/PdhLookupPerfIndexByNameW.s
Normal file
2
libc/nt/pdh/PdhLookupPerfIndexByNameW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhLookupPerfIndexByNameW,PdhLookupPerfIndexByNameW,0
|
2
libc/nt/pdh/PdhLookupPerfNameByIndexW.s
Normal file
2
libc/nt/pdh/PdhLookupPerfNameByIndexW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhLookupPerfNameByIndexW,PdhLookupPerfNameByIndexW,0
|
2
libc/nt/pdh/PdhMakeCounterPathW.s
Normal file
2
libc/nt/pdh/PdhMakeCounterPathW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhMakeCounterPathW,PdhMakeCounterPathW,0
|
2
libc/nt/pdh/PdhOpenLogW.s
Normal file
2
libc/nt/pdh/PdhOpenLogW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhOpenLogW,PdhOpenLogW,0
|
2
libc/nt/pdh/PdhOpenQueryH.s
Normal file
2
libc/nt/pdh/PdhOpenQueryH.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhOpenQueryH,PdhOpenQueryH,0
|
12
libc/nt/pdh/PdhOpenQueryW.s
Normal file
12
libc/nt/pdh/PdhOpenQueryW.s
Normal file
|
@ -0,0 +1,12 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhOpenQueryW,PdhOpenQueryW,0
|
||||
|
||||
.text.windows
|
||||
PdhOpenQuery:
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable
|
||||
mov __imp_PdhOpenQueryW(%rip),%rax
|
||||
jmp __sysv2nt
|
||||
.endfn PdhOpenQuery,globl
|
||||
.previous
|
2
libc/nt/pdh/PdhParseCounterPathW.s
Normal file
2
libc/nt/pdh/PdhParseCounterPathW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhParseCounterPathW,PdhParseCounterPathW,0
|
2
libc/nt/pdh/PdhParseInstanceNameW.s
Normal file
2
libc/nt/pdh/PdhParseInstanceNameW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhParseInstanceNameW,PdhParseInstanceNameW,0
|
2
libc/nt/pdh/PdhReadRawLogRecord.s
Normal file
2
libc/nt/pdh/PdhReadRawLogRecord.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhReadRawLogRecord,PdhReadRawLogRecord,0
|
2
libc/nt/pdh/PdhRemoveCounter.s
Normal file
2
libc/nt/pdh/PdhRemoveCounter.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhRemoveCounter,PdhRemoveCounter,0
|
2
libc/nt/pdh/PdhSelectDataSourceW.s
Normal file
2
libc/nt/pdh/PdhSelectDataSourceW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhSelectDataSourceW,PdhSelectDataSourceW,0
|
2
libc/nt/pdh/PdhSetCounterScaleFactor.s
Normal file
2
libc/nt/pdh/PdhSetCounterScaleFactor.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhSetCounterScaleFactor,PdhSetCounterScaleFactor,0
|
2
libc/nt/pdh/PdhSetDefaultRealTimeDataSource.s
Normal file
2
libc/nt/pdh/PdhSetDefaultRealTimeDataSource.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhSetDefaultRealTimeDataSource,PdhSetDefaultRealTimeDataSource,0
|
2
libc/nt/pdh/PdhSetQueryTimeRange.s
Normal file
2
libc/nt/pdh/PdhSetQueryTimeRange.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhSetQueryTimeRange,PdhSetQueryTimeRange,0
|
2
libc/nt/pdh/PdhUpdateLogFileCatalog.s
Normal file
2
libc/nt/pdh/PdhUpdateLogFileCatalog.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhUpdateLogFileCatalog,PdhUpdateLogFileCatalog,0
|
2
libc/nt/pdh/PdhUpdateLogW.s
Normal file
2
libc/nt/pdh/PdhUpdateLogW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhUpdateLogW,PdhUpdateLogW,0
|
2
libc/nt/pdh/PdhValidatePathExW.s
Normal file
2
libc/nt/pdh/PdhValidatePathExW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhValidatePathExW,PdhValidatePathExW,0
|
2
libc/nt/pdh/PdhValidatePathW.s
Normal file
2
libc/nt/pdh/PdhValidatePathW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PdhValidatePathW,PdhValidatePathW,0
|
2
libc/nt/pdh/PerfAddCounters.s
Normal file
2
libc/nt/pdh/PerfAddCounters.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfAddCounters,PerfAddCounters,0
|
2
libc/nt/pdh/PerfCloseQueryHandle.s
Normal file
2
libc/nt/pdh/PerfCloseQueryHandle.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfCloseQueryHandle,PerfCloseQueryHandle,0
|
2
libc/nt/pdh/PerfCreateInstance.s
Normal file
2
libc/nt/pdh/PerfCreateInstance.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfCreateInstance,PerfCreateInstance,0
|
2
libc/nt/pdh/PerfDecrementULongCounterValue.s
Normal file
2
libc/nt/pdh/PerfDecrementULongCounterValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfDecrementULongCounterValue,PerfDecrementULongCounterValue,0
|
2
libc/nt/pdh/PerfDecrementULongLongCounterValue.s
Normal file
2
libc/nt/pdh/PerfDecrementULongLongCounterValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfDecrementULongLongCounterValue,PerfDecrementULongLongCounterValue,0
|
2
libc/nt/pdh/PerfDeleteCounters.s
Normal file
2
libc/nt/pdh/PerfDeleteCounters.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfDeleteCounters,PerfDeleteCounters,0
|
2
libc/nt/pdh/PerfDeleteInstance.s
Normal file
2
libc/nt/pdh/PerfDeleteInstance.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfDeleteInstance,PerfDeleteInstance,0
|
2
libc/nt/pdh/PerfEnumerateCounterSet.s
Normal file
2
libc/nt/pdh/PerfEnumerateCounterSet.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfEnumerateCounterSet,PerfEnumerateCounterSet,0
|
2
libc/nt/pdh/PerfEnumerateCounterSetInstances.s
Normal file
2
libc/nt/pdh/PerfEnumerateCounterSetInstances.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfEnumerateCounterSetInstances,PerfEnumerateCounterSetInstances,0
|
2
libc/nt/pdh/PerfIncrementULongCounterValue.s
Normal file
2
libc/nt/pdh/PerfIncrementULongCounterValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfIncrementULongCounterValue,PerfIncrementULongCounterValue,0
|
2
libc/nt/pdh/PerfIncrementULongLongCounterValue.s
Normal file
2
libc/nt/pdh/PerfIncrementULongLongCounterValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfIncrementULongLongCounterValue,PerfIncrementULongLongCounterValue,0
|
2
libc/nt/pdh/PerfOpenQueryHandle.s
Normal file
2
libc/nt/pdh/PerfOpenQueryHandle.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfOpenQueryHandle,PerfOpenQueryHandle,0
|
2
libc/nt/pdh/PerfQueryCounterData.s
Normal file
2
libc/nt/pdh/PerfQueryCounterData.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfQueryCounterData,PerfQueryCounterData,0
|
2
libc/nt/pdh/PerfQueryCounterInfo.s
Normal file
2
libc/nt/pdh/PerfQueryCounterInfo.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfQueryCounterInfo,PerfQueryCounterInfo,0
|
2
libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.s
Normal file
2
libc/nt/pdh/PerfQueryCounterSetRegistrationInfo.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfQueryCounterSetRegistrationInfo,PerfQueryCounterSetRegistrationInfo,0
|
2
libc/nt/pdh/PerfQueryInstance.s
Normal file
2
libc/nt/pdh/PerfQueryInstance.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfQueryInstance,PerfQueryInstance,0
|
2
libc/nt/pdh/PerfSetCounterRefValue.s
Normal file
2
libc/nt/pdh/PerfSetCounterRefValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfSetCounterRefValue,PerfSetCounterRefValue,0
|
2
libc/nt/pdh/PerfSetCounterSetInfo.s
Normal file
2
libc/nt/pdh/PerfSetCounterSetInfo.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfSetCounterSetInfo,PerfSetCounterSetInfo,0
|
2
libc/nt/pdh/PerfSetULongCounterValue.s
Normal file
2
libc/nt/pdh/PerfSetULongCounterValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfSetULongCounterValue,PerfSetULongCounterValue,0
|
2
libc/nt/pdh/PerfSetULongLongCounterValue.s
Normal file
2
libc/nt/pdh/PerfSetULongLongCounterValue.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfSetULongLongCounterValue,PerfSetULongLongCounterValue,0
|
2
libc/nt/pdh/PerfStartProvider.s
Normal file
2
libc/nt/pdh/PerfStartProvider.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfStartProvider,PerfStartProvider,0
|
2
libc/nt/pdh/PerfStartProviderEx.s
Normal file
2
libc/nt/pdh/PerfStartProviderEx.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfStartProviderEx,PerfStartProviderEx,0
|
2
libc/nt/pdh/PerfStopProvider.s
Normal file
2
libc/nt/pdh/PerfStopProvider.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_PerfStopProvider,PerfStopProvider,0
|
2
libc/nt/pdh/UnloadPerfCounterTextStringsW.s
Normal file
2
libc/nt/pdh/UnloadPerfCounterTextStringsW.s
Normal file
|
@ -0,0 +1,2 @@
|
|||
.include "o/libc/nt/codegen.inc"
|
||||
.imp pdh,__imp_UnloadPerfCounterTextStringsW,UnloadPerfCounterTextStringsW,0
|
Loading…
Add table
Add a link
Reference in a new issue