blob: d2ec736f7932d46a72fc010377ffbb0c5b924360 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$OpenBSD: patch-base_base_switches_cc,v 1.12 2021/09/01 16:54:37 robert Exp $
Index: base/base_switches.cc
--- base/base_switches.cc.orig
+++ base/base_switches.cc
@@ -161,7 +161,7 @@ const char kForceFieldTrialParams[] = "force-fieldtria
#endif
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
// Controls whether or not retired instruction counts are surfaced for threads
// in trace events on Linux.
//
|