Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
ae7cf9c1566c697c2ba616a120c7ff3e90d20dfd
/
.
/
src
/
kernel
/
linux
/
v4.19
/
tools
/
build
/
feature
/
test-sdt.c
blob: 22737b0dadc870948aad03234500b591fc9b8e4a [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
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
}