[Feature] add GA346 baseline version

Change-Id: Ic62933698569507dcf98240cdf5d9931ae34348f
diff --git a/src/kernel/linux/v4.19/tools/build/feature/test-sdt.c b/src/kernel/linux/v4.19/tools/build/feature/test-sdt.c
new file mode 100644
index 0000000..22737b0
--- /dev/null
+++ b/src/kernel/linux/v4.19/tools/build/feature/test-sdt.c
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
+#include <sys/sdt.h>
+
+int main(void)
+{
+	DTRACE_PROBE(provider, name);
+	return 0;
+}