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