Searched refs:test_bitmap (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | bitmap.c | 29 static int test_bitmap(const char *str) in test_bitmap() function 45 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1")); in test__bitmap_print() 46 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,5")); in test__bitmap_print() 47 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3,5,7,9,11,13,15,17,19,21-40")); in test__bitmap_print() 48 TEST_ASSERT_VAL("failed to convert map", test_bitmap("2-5")); in test__bitmap_print() 49 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3-6,8-10,24,35-37")); in test__bitmap_print() 50 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3-6,8-10,24,35-37")); in test__bitmap_print() 51 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1-10,12-20,22-30,32-40")); in test__bitmap_print()
|
/openbmc/linux/tools/testing/selftests/lib/ |
H A D | bitmap.sh | 3 $(dirname $0)/../kselftest/module.sh "bitmap" test_bitmap
|
/openbmc/linux/lib/ |
H A D | Makefile | 87 obj-$(CONFIG_TEST_BITMAP) += test_bitmap.o
|
H A D | test_bitmap.c | 1254 KSTM_MODULE_LOADERS(test_bitmap);
|
/openbmc/linux/ |
H A D | MAINTAINERS | 3559 F: lib/test_bitmap.c
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |