Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/tests/
Dcpumap.c207 static int __test__cpu_map_intersect(const char *lhs, const char *rhs, int nr, const char *expected) in __test__cpu_map_intersect() function
228 ret = __test__cpu_map_intersect("4,2,1", "4,5,7", 1, "4"); in test__cpu_map_intersect()
231 ret = __test__cpu_map_intersect("1-8", "6-9", 3, "6-8"); in test__cpu_map_intersect()
234 ret = __test__cpu_map_intersect("1-8,12-20", "6-9,15", 4, "6-8,15"); in test__cpu_map_intersect()
237 ret = __test__cpu_map_intersect("4,2,1", "1", 1, "1"); in test__cpu_map_intersect()
240 ret = __test__cpu_map_intersect("1", "4,2,1", 1, "1"); in test__cpu_map_intersect()
243 ret = __test__cpu_map_intersect("1", "1", 1, "1"); in test__cpu_map_intersect()