Searched refs:ordinal (Results 1 – 8 of 8) sorted by relevance
31 def post_suite(self, ordinal) # see "SKIPPING" below57 The post_suite method will receive the ordinal number of the last64 The pre_case method will receive the ordinal number of the test
425 u64 ordinal) in auxtrace_heapify() argument431 if (heap_array[parent].ordinal <= ordinal) in auxtrace_heapify()437 heap_array[pos].ordinal = ordinal; in auxtrace_heapify()441 u64 ordinal) in auxtrace_heap__add() argument458 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add()494 if (heap_array[left].ordinal < heap_array[right].ordinal) { in auxtrace_heap__pop()505 heap_array[last].ordinal); in auxtrace_heap__pop()
244 u64 ordinal; member476 u64 ordinal);
855 if (sf->heap.heap_array[0].ordinal >= timestamp) in s390_cpumsf_process_queues()864 ts = sf->heap.heap_array[0].ordinal + 1; in s390_cpumsf_process_queues()
564 if (bts->heap.heap_array[0].ordinal > timestamp) in intel_bts_process_queues()
2261 if (pt->heap.heap_array[0].ordinal >= timestamp) in intel_pt_process_queues()2269 queue_nr, pt->heap.heap_array[0].ordinal, in intel_pt_process_queues()2275 ts = pt->heap.heap_array[0].ordinal + 1; in intel_pt_process_queues()
207 The pre-case hook receives the ordinal number and test id of the current test.
4198 def ordinal(value): function4279 testdesc = ordinal(data.testnumber+1)+' '+testdesc4290 testdesc1 = testdesc2 = ordinal(data.testnumber+1)4310 testdesc = ordinal(data.testnumber+1)+' '+testdesc