Commit 7625683a authored by Greg McGary's avatar Greg McGary Committed by Facebook Github Bot

Support disabling x86 static tracepoints

Summary: Support disabling x86 static tracepoints.

Reviewed By: yfeldblum

Differential Revision: D13293303

fbshipit-source-id: e8578ee1d855aaf33eeacbc1e804608ab65449d5
parent e39e166b
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
#pragma once #pragma once
#if defined(__ELF__) && (defined(__x86_64__) || defined(__i386__)) #if defined(__ELF__) && (defined(__x86_64__) || defined(__i386__)) && \
!FOLLY_DISABLE_SDT
#include <folly/tracing/StaticTracepoint-ELFx86.h> #include <folly/tracing/StaticTracepoint-ELFx86.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment