Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a1a745ef980a1b48299ead4ea7990e62c0516f6e
/
.
/
tools
/
build
/
feature
/
test-sdt.c
blob: e4531a6e80eaf98c929734cb74b42a3142c11a61 [
file
] [
log
] [
blame
]
Masami Hiramatsu
e26e63b
2016-07-12 19:05:56 +0900
[
diff
] [
blame
]
1
#include
<sys/sdt.h>
2
3
int
main
(
void
)
4
{
5
DTRACE_PROBE
(
provider
,
name
);
6
return
0
;
7
}