blob: 908cfce3ce9ea8fc474babe9ffe1a9278fc65524 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- third_party/perfetto/src/base/clock_snapshots.cc.orig 2025-03-24 20:50:14 UTC
+++ third_party/perfetto/src/base/clock_snapshots.cc
@@ -27,6 +27,7 @@ ClockSnapshotVector CaptureClockSnapshots() {
#if !PERFETTO_BUILDFLAG(PERFETTO_OS_APPLE) && \
!PERFETTO_BUILDFLAG(PERFETTO_OS_WIN) && \
!PERFETTO_BUILDFLAG(PERFETTO_OS_NACL) && \
+ !PERFETTO_BUILDFLAG(PERFETTO_OS_BSD) && \
!PERFETTO_BUILDFLAG(PERFETTO_OS_QNX)
struct {
clockid_t id;
|