Sign in
android-kvm
/
linux
/
70293240c5ce675a67bfc48f419b093023b862b3
/
.
/
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
;
}