1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef TESTS_H 2 #ifndef TESTS_H 3 #define TESTS_H 3 #define TESTS_H 4 4 5 int test_cpumap(int argc, char **argv); 5 int test_cpumap(int argc, char **argv); 6 int test_threadmap(int argc, char **argv); 6 int test_threadmap(int argc, char **argv); 7 int test_evlist(int argc, char **argv); 7 int test_evlist(int argc, char **argv); 8 int test_evsel(int argc, char **argv); 8 int test_evsel(int argc, char **argv); 9 9 10 #endif /* TESTS_H */ 10 #endif /* TESTS_H */ 11 11
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.