Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef TESTS_H
0003 #define TESTS_H
0004 
0005 int test_cpumap(int argc, char **argv);
0006 int test_threadmap(int argc, char **argv);
0007 int test_evlist(int argc, char **argv);
0008 int test_evsel(int argc, char **argv);
0009 
0010 #endif /* TESTS_H */