Searched refs:__test__cpu_map_intersect (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/
H A Dcpumap.c174 static int __test__cpu_map_intersect(const char *lhs, const char *rhs, int nr, const char *expected) function
195 ret = __test__cpu_map_intersect("4,2,1", "4,5,7", 1, "4");
198 ret = __test__cpu_map_intersect("1-8", "6-9", 3, "6-8");
201 ret = __test__cpu_map_intersect("1-8,12-20", "6-9,15", 4, "6-8,15");
204 ret = __test__cpu_map_intersect("4,2,1", "1", 1, "1");
207 ret = __test__cpu_map_intersect("1", "4,2,1", 1, "1");
210 ret = __test__cpu_map_intersect("1", "1", 1, "1");

Completed in 113 milliseconds