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