Searched refs:ordinal (Results 1 – 10 of 10) 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
462 u64 ordinal) in auxtrace_heapify() argument468 if (heap_array[parent].ordinal <= ordinal) in auxtrace_heapify()474 heap_array[pos].ordinal = ordinal; in auxtrace_heapify()478 u64 ordinal) in auxtrace_heap__add() argument495 auxtrace_heapify(heap->heap_array, heap->heap_cnt++, queue_nr, ordinal); in auxtrace_heap__add()531 if (heap_array[left].ordinal < heap_array[right].ordinal) { in auxtrace_heap__pop()542 heap_array[last].ordinal); in auxtrace_heap__pop()
294 u64 ordinal; member533 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()
634 if (spe->heap.heap_array[0].ordinal >= timestamp) in arm_spe_process_queues()644 ts = spe->heap.heap_array[0].ordinal + 1; in arm_spe_process_queues()
564 if (bts->heap.heap_array[0].ordinal > timestamp) in intel_bts_process_queues()
2618 if (pt->heap.heap_array[0].ordinal >= timestamp) in intel_pt_process_queues()2626 queue_nr, pt->heap.heap_array[0].ordinal, in intel_pt_process_queues()2632 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.
1218 def __init__(self, key, title = "", ordinal = ""): argument1221 self.ordinal = ordinal1226 return data_region.ordinal1244 self.ordinal = str(pid).rjust(16) + str(exec_comm_id).rjust(8) + str(tid).rjust(16)
4414 def ordinal(value): function4491 testdesc = ordinal(data.testnumber+1)+' '+testdesc4514 testdesc = testdesc2 = ordinal(data.testnumber+1)