Merge tag 'pnp-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[deliverable/linux.git] / tools / build / feature / test-sdt.c
CommitLineData
e26e63be
MH
1#include <sys/sdt.h>
2
3int main(void)
4{
5 DTRACE_PROBE(provider, name);
6 return 0;
7}
This page took 0.030567 seconds and 5 git commands to generate.