Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions krabs/krabs/perfinfo_groupmask.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ typedef struct _EVENT_TRACE_GROUPMASK_INFORMATION {
#ifndef _WINTERNL_

typedef enum _SYSTEM_INFORMATION_CLASS {
SystemPerformanceTraceInformation = 0x1f,
} SYSTEM_INFORMATION_CLASS;

typedef LONG NTSTATUS;
Expand All @@ -205,6 +206,4 @@ extern "C" NTSTATUS NTAPI NtSetSystemInformation(
_In_ ULONG SystemInformationLength
);

constexpr auto SystemPerformanceTraceInformation{ static_cast<SYSTEM_INFORMATION_CLASS>(0x1f) };

#endif // PERFINFO_GROUPMASK_HPP
Loading