brintos

brintos / linux-shallow public Read only

0
0
Text · 137 B · af49b25 Raw
10 lines · c
1// SPDX-License-Identifier: GPL-2.02#include <sys/types.h>3#include <perfmon/pfmlib.h>4 5int main(void)6{7	pfm_initialize();8	return 0;9}10