Home
last modified time | relevance | path

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

/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt31 def post_suite(self, ordinal) # see "SKIPPING" below
57 The post_suite method will receive the ordinal number of the last
64 The pre_case method will receive the ordinal number of the test
/tools/perf/util/
Dauxtrace.c462 u64 ordinal) in auxtrace_heapify() argument
468 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() argument
495 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()
Dauxtrace.h294 u64 ordinal; member
533 u64 ordinal);
Ds390-cpumsf.c855 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()
Darm-spe.c634 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()
Dintel-bts.c564 if (bts->heap.heap_array[0].ordinal > timestamp) in intel_bts_process_queues()
Dintel-pt.c2618 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()
/tools/testing/selftests/tc-testing/
DREADME207 The pre-case hook receives the ordinal number and test id of the current test.
/tools/perf/scripts/python/
Dexported-sql-viewer.py1218 def __init__(self, key, title = "", ordinal = ""): argument
1221 self.ordinal = ordinal
1226 return data_region.ordinal
1244 self.ordinal = str(pid).rjust(16) + str(exec_comm_id).rjust(8) + str(tid).rjust(16)
/tools/power/pm-graph/
Dsleepgraph.py4414 def ordinal(value): function
4491 testdesc = ordinal(data.testnumber+1)+' '+testdesc
4514 testdesc = testdesc2 = ordinal(data.testnumber+1)