Home
last modified time | relevance | path

Searched refs:perfThreadObj_ (Results 1 - 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/hiperf/
H A Dperf_thread_table.cpp61 perfThreadObj_(dataCache->GetConstPerfThreadData()) in Cursor()
87 perfThreadObj_.Tids()); in Filter()
91 perfThreadObj_.Pids()); in Filter()
117 sqlite3_result_int64(context_, static_cast<int32_t>(perfThreadObj_.IdsData()[CurrentRow()])); in Column()
120 sqlite3_result_int64(context_, static_cast<int64_t>(perfThreadObj_.Tids()[CurrentRow()])); in Column()
123 sqlite3_result_int64(context_, static_cast<int64_t>(perfThreadObj_.Pids()[CurrentRow()])); in Column()
126 if (perfThreadObj_.ThreadNames()[CurrentRow()] != INVALID_UINT64) { in Column()
127 auto threadNameIndex = static_cast<size_t>(perfThreadObj_.ThreadNames()[CurrentRow()]); in Column()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/include/
H A Dperf_thread_table.h49 const PerfThread &perfThreadObj_; member in SysTuning::TraceStreamer::PerfThreadTable::Cursor

Completed in 2 milliseconds