Sign in
android-kvm
/
linux
/
a26979377bf34534ce5ee2712d2a46157ec61498
/
.
/
tools
/
build
/
feature
/
test-libpfm4.c
blob: af49b259459e1341f11b2b69cf32e2588da413e8 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<sys/types.h>
#include
<perfmon/pfmlib.h>
int
main
(
void
)
{
pfm_initialize
();
return
0
;
}