]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/build/feature/test-sdt.c
Merge remote-tracking branch 'asoc/topic/qcom' into asoc-next
[mirror_ubuntu-focal-kernel.git] / tools / build / feature / test-sdt.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include <sys/sdt.h>
3
4 int main(void)
5 {
6 DTRACE_PROBE(provider, name);
7 return 0;
8 }