Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
trace
/
linux-trace
/
aa44f41470450f3f4fc74526c1f7369771545205
/
.
/
tools
/
build
/
feature
/
test-libtracefs.c
blob: 29a757a7d8482f9ab43e290b9166bb8ae733d674 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<tracefs.h>
int
main
(
void
)
{
struct
tracefs_instance
*
inst
=
tracefs_instance_create
(
"dummy"
);
tracefs_instance_destroy
(
inst
);
return
0
;
}