Searched refs:WP_TEST_ASSERT_VAL (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/tests/ |
D | wp.c | 14 #define WP_TEST_ASSERT_VAL(fd, text, val) \ macro 75 WP_TEST_ASSERT_VAL(fd, "RO watchpoint", 1); in wp_ro_test() 78 WP_TEST_ASSERT_VAL(fd, "RO watchpoint", 1); in wp_ro_test() 94 WP_TEST_ASSERT_VAL(fd, "WO watchpoint", 0); in wp_wo_test() 97 WP_TEST_ASSERT_VAL(fd, "WO watchpoint", 1); in wp_wo_test() 114 WP_TEST_ASSERT_VAL(fd, "RW watchpoint", 1); in wp_rw_test() 117 WP_TEST_ASSERT_VAL(fd, "RW watchpoint", 2); in wp_rw_test() 134 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in wp_modify_test() 148 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in wp_modify_test() 159 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 2); in wp_modify_test() [all …]
|