Sign in
cos
/
third_party
/
kernel
/
6ff435b8f1fa494c3daba3754053d06740affdee
/
.
/
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
;
}