Searched refs:TableRowId (Results 1 – 16 of 16) sorted by relevance
/developtools/profiler/host/smartperf/trace_streamer/src/table/ |
D | index_map.cpp | 24 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()
|
D | index_map.h | 33 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;
|
D | thread_table.h | 50 std::vector<TableRowId> rowIndexBak_;
|
D | args_table.cpp | 201 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
|
D | ebpf_elf_symbol_table.cpp | 206 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
|
D | ebpf_process_maps_table.cpp | 226 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
|
D | ebpf_elf_table.cpp | 238 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
|
D | paged_memory_sample_table.cpp | 228 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
|
D | process_table.cpp | 317 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
|
D | table_base.cpp | 282 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
|
D | thread_table.cpp | 518 auto v = static_cast<TableRowId>(sqlite3_value_int64(argv)); in FilterId()
|
/developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
D | cpu_filter.cpp | 45 … 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/ |
D | ts_common.h | 118 using TableRowId = int32_t; variable
|
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
D | trace_stdtype.cpp | 25 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()
|
D | trace_stdtype.h | 121 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); 128 … TableRowId UpdateDuration(TableRowId index, InternalTime ts, InternalCpu cpu, TableRowId idState);
|
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/ |
D | table_test.cpp | 1447 TableRowId idState = 1; 1453 TableRowId idState1 = 2;
|