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