xref: /linux/tools/build/feature/test-sdt.c (revision 2e2d4cb450e951b90629b3f988c48ed01c69c1ac)
1 #include <sys/sdt.h>
2 
3 int main(void)
4 {
5 	DTRACE_PROBE(provider, name);
6 	return 0;
7 }
8