]> Git Repo - J-linux.git/blob - tools/lib/perf/tests/tests.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / lib / perf / tests / tests.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef TESTS_H
3 #define TESTS_H
4
5 int test_cpumap(int argc, char **argv);
6 int test_threadmap(int argc, char **argv);
7 int test_evlist(int argc, char **argv);
8 int test_evsel(int argc, char **argv);
9
10 #endif /* TESTS_H */
This page took 0.027284 seconds and 4 git commands to generate.