xref
: /
linux
/
tools
/
build
/
feature
/
test-sdt.c
(revision e5c86679d5e864947a52fb31e45a425dea3e7fa9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
sys
/
sdt.h
>
2
3
int
main
(
void
)
4
{
5
DTRACE_PROBE
(
provider
,
name
);
6
return
0;
7
}
8