test_sort
KUNIT_CASE(test_sort),
ret = test_sort("{instructions,topdown-retiring,slots}", 3, 2);
ret = test_sort("instructions,topdown-retiring,slots", 2, 1);
ret = test_sort("{instructions,slots},topdown-retiring", 2, 1);
ret = test_sort("{instructions,slots},{topdown-retiring}", 2, 1);
ret = test_sort("{instructions,slots},cycles,topdown-retiring", 2, 1);
ret = test_sort("{instructions,topdown-retiring}", 3, 2);
ret = test_sort("instructions,topdown-retiring", 2, 1);
ret = test_sort("{instructions},topdown-retiring", 2, 1);
ret = test_sort("{instructions},{topdown-retiring}", 2, 1);
ret = test_sort("{instructions},cycles,topdown-retiring", 2, 1);