Home
last modified time | relevance | path

Searched refs:WP_TEST_ASSERT_VAL (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dwp.c14 #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(f in wp_modify_test()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dwp.c16 #define WP_TEST_ASSERT_VAL(fd, text, val) \ macro
85 WP_TEST_ASSERT_VAL(fd, "RO watchpoint", 1); in test__wp_ro()
88 WP_TEST_ASSERT_VAL(fd, "RO watchpoint", 1); in test__wp_ro()
109 WP_TEST_ASSERT_VAL(fd, "WO watchpoint", 0); in test__wp_wo()
112 WP_TEST_ASSERT_VAL(fd, "WO watchpoint", 1); in test__wp_wo()
134 WP_TEST_ASSERT_VAL(fd, "RW watchpoint", 1); in test__wp_rw()
137 WP_TEST_ASSERT_VAL(fd, "RW watchpoint", 2); in test__wp_rw()
158 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in test__wp_modify()
177 WP_TEST_ASSERT_VAL(fd, "Modify watchpoint", 1); in test__wp_modify()
188 WP_TEST_ASSERT_VAL(f in test__wp_modify()
[all...]

Completed in 2 milliseconds