Searched refs:MAX_TEST_BREAKPOINTS (Results 1 – 1 of 1) sorted by relevance
25 #define MAX_TEST_BREAKPOINTS 512 macro27 static char break_vars[MAX_TEST_BREAKPOINTS];28 static struct perf_event *test_bps[MAX_TEST_BREAKPOINTS];35 if (WARN_ON(idx < 0 || idx >= MAX_TEST_BREAKPOINTS)) in register_test_bp()85 return *id + get_test_bp_slots() <= MAX_TEST_BREAKPOINTS; in fill_bp_slots()309 for (int i = 0; i < MAX_TEST_BREAKPOINTS; ++i) { in test_exit()