Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
10674ca9ea02491fd3f8ffe303861b7a6837994b
/
.
/
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
;
}