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