Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
phreedom2600net
/
linux-libre
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
0d5005ec5c
Branches
Tags
4.9.117
audiocape
hexdriver
master
linux-libre
/
tools
/
build
/
feature
/
test-sdt.c
test-sdt.c
83 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
#include <sys/sdt.h>
int main(void)
{
DTRACE_PROBE(provider, name);
return 0;
}