Home
last modified time | relevance | path

Searched refs:ThreadSize (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/ftrace/include/
Dthread_table.h33 return dataCache_->ThreadSize(); in GetSize()
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache_base.h54 size_t ThreadSize() const in ThreadSize() function
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dthread_table.cpp68 : TableBase::Cursor(dataCache, table, dataCache->ThreadSize()) in Cursor()
/developtools/smartperf_host/trace_streamer/src/filter/
Dcpu_filter.cpp328 for (auto i = 0; i < traceDataCache_->ThreadSize(); i++) { in UpdateProcessData()