Home
last modified time | relevance | path

Searched refs:ordinal (Results 1 – 8 of 8) 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.c425 u64 ordinal) in auxtrace_heapify() argument
431 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() argument
458 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()
Dauxtrace.h244 u64 ordinal; member
476 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()
Dintel-bts.c564 if (bts->heap.heap_array[0].ordinal > timestamp) in intel_bts_process_queues()
Dintel-pt.c2261 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()
/tools/testing/selftests/tc-testing/
DREADME207 The pre-case hook receives the ordinal number and test id of the current test.
/tools/power/pm-graph/
Dsleepgraph.py4198 def ordinal(value): function
4279 testdesc = ordinal(data.testnumber+1)+' '+testdesc
4290 testdesc1 = testdesc2 = ordinal(data.testnumber+1)
4310 testdesc = ordinal(data.testnumber+1)+' '+testdesc