Searched refs:__test__cpu_map_intersect (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | cpumap.c | 174 static int __test__cpu_map_intersect(const char *lhs, const char *rhs, int nr, const char *expected) in __test__cpu_map_intersect() function 195 ret = __test__cpu_map_intersect("4,2,1", "4,5,7", 1, "4"); in test__cpu_map_intersect() 198 ret = __test__cpu_map_intersect("1-8", "6-9", 3, "6-8"); in test__cpu_map_intersect() 201 ret = __test__cpu_map_intersect("1-8,12-20", "6-9,15", 4, "6-8,15"); in test__cpu_map_intersect() 204 ret = __test__cpu_map_intersect("4,2,1", "1", 1, "1"); in test__cpu_map_intersect() 207 ret = __test__cpu_map_intersect("1", "4,2,1", 1, "1"); in test__cpu_map_intersect() 210 ret = __test__cpu_map_intersect("1", "1", 1, "1"); in test__cpu_map_intersect()
|