mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-08 18:42:53 +00:00
8 lines
83 B
C
8 lines
83 B
C
|
#include <sys/sdt.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
DTRACE_PROBE(provider, name);
|
||
|
return 0;
|
||
|
}
|