1320537Sdim# List of function matchers common to C/C++ applications that make sense to
2320537Sdim# never instrument. You can use this as an argument to
3320537Sdim# -fxray-never-instrument=<path> along with your project-specific lists.
4320537Sdim
5320537Sdim# Never instrument any function whose symbol starts with __xray.
6320537Sdimfun:__xray*
7