mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 23:51:17 +07:00
8 lines
83 B
C
8 lines
83 B
C
|
#include <sys/sdt.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
DTRACE_PROBE(provider, name);
|
||
|
return 0;
|
||
|
}
|