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