Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
4df0b51fe88b5a322114304ccc36f1b5d6f3df06
/
.
/
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
}