Home
last modified time | relevance | path

Searched refs:MAX_TEST_BREAKPOINTS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/events/
H A Dhw_breakpoint_test.c25 #define MAX_TEST_BREAKPOINTS 512 macro
27 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()