Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/monitor/
H A Dlog_table.cpp43 logInfoObj_(dataCache->GetConstHilogData()) in Cursor()
53 sqlite3_result_int64(context_, static_cast<int64_t>(logInfoObj_.HilogLineSeqs()[CurrentRow()])); in Column()
56 sqlite3_result_int64(context_, static_cast<int64_t>(logInfoObj_.TimeStampData()[CurrentRow()])); in Column()
59 sqlite3_result_int64(context_, static_cast<int64_t>(logInfoObj_.Pids()[CurrentRow()])); in Column()
63 sqlite3_result_int64(context_, static_cast<int64_t>(logInfoObj_.Tids()[CurrentRow()])); in Column()
66 if (logInfoObj_.Levels()[CurrentRow()] != INVALID_UINT64) { in Column()
67 auto levelDataIndex = static_cast<size_t>(logInfoObj_.Levels()[CurrentRow()]); in Column()
74 if (logInfoObj_.Tags()[CurrentRow()] != INVALID_UINT64) { in Column()
75 auto tagDataIndex = static_cast<size_t>(logInfoObj_.Tags()[CurrentRow()]); in Column()
82 if (logInfoObj_ in Column()
[all...]
/developtools/smartperf_host/trace_streamer/src/table/monitor/include/
H A Dlog_table.h38 const LogInfo &logInfoObj_; member in SysTuning::TraceStreamer::LogTable::Cursor

Completed in 1 milliseconds