repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-16' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libpfm4.c
blob
af49b259459e1341f11b2b69cf32e2588da413e8
1
// SPDX-License-Identifier: GPL-2.0
2
#include <sys/types.h>
3
#include <perfmon/pfmlib.h>
4
5
int
main
(
void
)
6
{
7
pfm_initialize
();
8
return
0
;
9
}