aboutsummaryrefslogtreecommitdiff
path: root/lib/xray/xray_never_instrument.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xray/xray_never_instrument.txt')
-rw-r--r--lib/xray/xray_never_instrument.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/xray/xray_never_instrument.txt b/lib/xray/xray_never_instrument.txt
new file mode 100644
index 000000000000..7fa48dda7e16
--- /dev/null
+++ b/lib/xray/xray_never_instrument.txt
@@ -0,0 +1,6 @@
+# List of function matchers common to C/C++ applications that make sense to
+# never instrument. You can use this as an argument to
+# -fxray-never-instrument=<path> along with your project-specific lists.
+
+# Never instrument any function whose symbol starts with __xray.
+fun:__xray*