test-sdt.c 119 B

12345678
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <sys/sdt.h>
  3. int main(void)
  4. {
  5. DTRACE_PROBE(provider, name);
  6. return 0;
  7. }