Skip to content

Commit

Permalink
Another exclusion due to volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Gaynor committed Sep 8, 2017
1 parent 35a623e commit 445298b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions win32k-tracing.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ const EXCLUDED_WIN32K_SYSCALLS = [
// We're already aware that they're an issue, so don't log them for now.
"NtUserPeekMessage",
"NtUserValidateHandleSecure",
"NtUserPostMessage"
"NtUserPostMessage",

// Called on every vsync tick.
"NtGdiDdDDIGetDeviceState"
];

const WIN32K_SYSCALLS = [
Expand Down Expand Up @@ -1145,7 +1148,7 @@ const WIN32K_SYSCALLS = [
"NtUserWindowFromPoint",
"NtUserYieldTask",
"NtValidateCompositionSurfaceHandle",
"NtVisualCaptureBits",
"NtVisualCaptureBits"
];

function _executeCommand(cmd) {
Expand Down

0 comments on commit 445298b

Please sign in to comment.