Home
last modified time | relevance | path

Searched refs:schedrowCount (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dsched_slice_table.cpp42 size_t schedrowCount, in FilterByConstraint() argument
50 if (CanFilterId(schedc.op, schedrowCount)) { in FilterByConstraint()
54 schedfilterCost += schedrowCount; // scan all rows in FilterByConstraint()
59 auto schedoldRowCount = schedrowCount; in FilterByConstraint()
60 if (CanFilterSorted(schedc.op, schedrowCount)) { in FilterByConstraint()
69 schedfilterCost += schedrowCount; // scan all rows in FilterByConstraint()
/developtools/smartperf_host/trace_streamer/src/table/ftrace/include/
Dsched_slice_table.h38 size_t schedrowCount,