blob: 59678d7551d929d33415f819b3e4822f7b115c56 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/base_switches.cc.orig 2022-02-28 16:54:41 UTC
+++ base/base_switches.cc
@@ -170,7 +170,7 @@ const char kForceFieldTrialParams[] = "force-fieldtria
#endif
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
// Controls whether or not retired instruction counts are surfaced for threads
// in trace events on Linux.
//
|