1135252Sseanc# List of function matchers common to C/C++ applications that make sense to
2135252Sseanc# always instrument. You can use this as an argument to
3135252Sseanc# -fxray-always-instrument=<path> along with your project-specific lists.
4135252Sseanc
5135252Sseanc# Always instrument the main function.
6135252Sseancfun:main
7258121Sglebius