Home
last modified time | relevance | path

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

/src/contrib/processor-trace/libipt/internal/include/
H A Dpt_event_queue.h43 evb_max enumerator
54 struct pt_event queue[evb_max][evq_max];
57 uint8_t begin[evb_max];
58 uint8_t end[evb_max];
/src/contrib/processor-trace/libipt/src/
H A Dpt_event_queue.c74 if (evb_max <= evb) in pt_evq_enqueue()
106 if (evb_max <= evb) in pt_evq_dequeue()
131 if (evb_max <= evb) in pt_evq_clear()
147 if (evb_max <= evb) in pt_evq_empty()
182 if (evb_max <= evb) in pt_evq_find()
/src/contrib/processor-trace/libipt/test/src/
H A Dptunit-event_queue.c59 for (evb = 0; evb < evb_max; ++evb) { in efix_init_pending()
153 for (other = 0; other < evb_max; ++other) { in evq_others_empty()
310 for (other = 0; other < evb_max; ++other) { in find_none_evb()
422 ptu_run_fp(suite, enqueue_one_dequeue, efix, evb_psbend, evb_max * 2); in main()
423 ptu_run_fp(suite, enqueue_one_dequeue, efix, evb_tip, evb_max * 2); in main()
424 ptu_run_fp(suite, enqueue_one_dequeue, efix, evb_fup, evb_max * 2); in main()