kernel_samsung_a53x/tools/build/feature/test-sdt.c
2024-06-15 16:02:09 -03:00

8 lines
119 B
C
Executable file

// SPDX-License-Identifier: GPL-2.0
#include <sys/sdt.h>
int main(void)
{
DTRACE_PROBE(provider, name);
return 0;
}