Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 8f34adb

Browse files
committed
Add option to record 'base' events from Chrome
This matches the change to add this to Chrome, done in crrev.com/c/2647125.
1 parent a448dbd commit 8f34adb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UIforETW/Settings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const PCWSTR filtered_event_group_names[] =
6060
L"blink.user_timing", // 0x10000
6161
L"media", // 0x20000
6262
L"loading", // 0x40000
63+
L"base", // 0x80000
6364
};
6465

6566
// 1ULL << 61 and 1ULL << 62 are special values that indicate to Chrome to

0 commit comments

Comments
 (0)