Sign in
android
/
kernel
/
common
/
220890882465d2e6ed353fbe5a2d4a2b99c4c980
/
.
/
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
;
}