Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 #include <sys/types.h>
0003 #include <perfmon/pfmlib.h>
0004 
0005 int main(void)
0006 {
0007     pfm_initialize();
0008     return 0;
0009 }