From 8f34adb8ea24ea897b758eb04ef0bdf42f61e965 Mon Sep 17 00:00:00 2001 From: Bruce Dawson Date: Wed, 29 Mar 2023 21:58:39 -0700 Subject: [PATCH] Add option to record 'base' events from Chrome This matches the change to add this to Chrome, done in crrev.com/c/2647125. --- UIforETW/Settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/UIforETW/Settings.cpp b/UIforETW/Settings.cpp index 071c1ba2..72f6ffbb 100644 --- a/UIforETW/Settings.cpp +++ b/UIforETW/Settings.cpp @@ -60,6 +60,7 @@ const PCWSTR filtered_event_group_names[] = L"blink.user_timing", // 0x10000 L"media", // 0x20000 L"loading", // 0x40000 + L"base", // 0x80000 }; // 1ULL << 61 and 1ULL << 62 are special values that indicate to Chrome to