Home
last modified time | relevance | path

Searched refs:TableRowId (Results 1 – 16 of 16) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dindex_map.cpp24 IndexMap::IndexMap(TableRowId start, TableRowId end) in IndexMap()
63 void IndexMap::Intersect(TableRowId start, TableRowId end) in Intersect()
119 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
181 const std::vector<TableRowId> b = other->rowIndex_; in Merge()
192 std::vector<TableRowId> c = other->rowIndex_; in Merge()
205 const std::vector<TableRowId> b = other->rowIndex_; in Merge()
206 const std::vector<TableRowId>& a = rowIndex_; in Merge()
207 std::vector<TableRowId> c; in Merge()
253 TableRowId IndexMap::CurrentRow() const in CurrentRow()
Dindex_map.h33 IndexMap(TableRowId start, TableRowId end);
260 void Remove(TableRowId row) in Remove()
264 void Set(TableRowId start, TableRowId end) in Set()
278 TableRowId CurrentRow() const;
281 void Intersect(TableRowId start, TableRowId end);
345 std::vector<TableRowId> rowIndex_ = {};
346 std::vector<TableRowId> rowIndexBak_ = {};
348 TableRowId end_ = INVALID_INT32;
349 TableRowId current_ = 0;
350 TableRowId start_ = 0;
Dthread_table.h50 std::vector<TableRowId> rowIndexBak_;
Dargs_table.cpp201 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
Debpf_elf_symbol_table.cpp206 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
Debpf_process_maps_table.cpp226 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
Debpf_elf_table.cpp238 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
Dpaged_memory_sample_table.cpp228 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
Dprocess_table.cpp317 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
Dtable_base.cpp282 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
Dthread_table.cpp518 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dcpu_filter.cpp45 … traceDataCache_->GetThreadStateData()->UpdateDuration(static_cast<TableRowId>(lastRow), ts); in InsertSwitchEvent()
61 … traceDataCache_->GetThreadStateData()->UpdateDuration(static_cast<TableRowId>(lastRow), ts); in InsertSwitchEvent()
151 traceDataCache_->GetThreadStateData()->UpdateDuration(static_cast<TableRowId>(lastrow), ts); in InsertWakeupEvent()
/developtools/profiler/host/smartperf/trace_streamer/src/base/
Dts_common.h118 using TableRowId = int32_t; variable
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp25 TableRowId ThreadState::AppendThreadState(InternalTime ts, in AppendThreadState()
29 TableRowId idState) in AppendThreadState()
41 void ThreadState::SetDuration(TableRowId index, InternalTime dur) in SetDuration()
61 TableRowId ThreadState::UpdateDuration(TableRowId index, InternalTime ts) in UpdateDuration()
69 void ThreadState::UpdateState(TableRowId index, TableRowId idState) in UpdateState()
74 void ThreadState::UpdateDuration(TableRowId index, InternalTime ts, TableRowId idState) in UpdateDuration()
80 void ThreadState::UpdateTidAndPid(TableRowId index, InternalTid tid, InternalTid pid) in UpdateTidAndPid()
86 TableRowId ThreadState::UpdateDuration(TableRowId index, InternalTime ts, InternalCpu cpu, TableRow… in UpdateDuration()
Dtrace_stdtype.h121 TableRowId
122 …eadState(InternalTime ts, InternalTime dur, InternalCpu cpu, InternalTid itid, TableRowId idState);
123 void SetDuration(TableRowId index, InternalTime dur);
124 TableRowId UpdateDuration(TableRowId index, InternalTime ts);
125 void UpdateState(TableRowId index, TableRowId idState);
126 void UpdateDuration(TableRowId index, InternalTime ts, TableRowId idState);
127 void UpdateTidAndPid(TableRowId index, InternalTid tid, InternalTid pid);
128TableRowId UpdateDuration(TableRowId index, InternalTime ts, InternalCpu cpu, TableRowId idState);
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dtable_test.cpp1447 TableRowId idState = 1;
1453 TableRowId idState1 = 2;