]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm-project/compiler-rt/lib/xray/xray_never_instrument.txt
Fix a memory leak in if_delgroups() introduced in r334118.
[FreeBSD/FreeBSD.git] / contrib / llvm-project / compiler-rt / lib / xray / xray_never_instrument.txt
1 # List of function matchers common to C/C++ applications that make sense to
2 # never instrument. You can use this as an argument to
3 # -fxray-never-instrument=<path> along with your project-specific lists.
4
5 # Never instrument any function whose symbol starts with __xray.
6 fun:__xray*