Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/ebpf/
H A Debpf_callstack_table.cpp72 ebpfCallStackObj_(dataCache->GetConstEbpfCallStackData()) in Cursor()
118 sqlite3_result_int64(context_, static_cast<int32_t>(ebpfCallStackObj_.IdsData()[CurrentRow()])); in Column()
121 sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.CallChainIds()[CurrentRow()])); in Column()
124 sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.Depths()[CurrentRow()])); in Column()
127 if (ebpfCallStackObj_.Ips()[CurrentRow()] != INVALID_UINT64) { in Column()
128 auto returnValueIndex = ebpfCallStackObj_.Ips()[CurrentRow()]; in Column()
135 if (ebpfCallStackObj_.SymbolIds()[CurrentRow()] != INVALID_UINT64) { in Column()
136 sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_.SymbolIds()[CurrentRow()])); in Column()
141 if (ebpfCallStackObj_.FilePathIds()[CurrentRow()] != INVALID_UINT64) { in Column()
142 sqlite3_result_int64(context_, static_cast<int64_t>(ebpfCallStackObj_ in Column()
[all...]
/developtools/smartperf_host/trace_streamer/src/table/ebpf/include/
H A Debpf_callstack_table.h49 const EbpfCallStackData &ebpfCallStackObj_; member in SysTuning::TraceStreamer::EbpfCallStackTable::Cursor

Completed in 1 milliseconds