/developtools/smartperf_host/trace_streamer/src/base/ |
H A D | index_map.cpp | 24 IndexMap::IndexMap(TableRowId start, TableRowId end) : end_(end), current_(start), start_(start) {} in IndexMap() function in SysTuning::TraceStreamer::IndexMap 26 void IndexMap::ConvertToIndexMap() in ConvertToIndexMap() 44 void IndexMap::Print() in Print() 51 void IndexMap::Sort() {} in Sort() 53 void IndexMap::Init() in Init() 57 bool IndexMap::HasData() const in HasData() 61 void IndexMap::Intersect(TableRowId start, TableRowId end) in Intersect() 85 size_t IndexMap::Size() const in Size() 90 void IndexMap [all...] |
H A D | index_map.h | 28 class IndexMap { class 30 IndexMap() {} in IndexMap() function in SysTuning::TraceStreamer::IndexMap 31 ~IndexMap() {} in ~IndexMap() 33 IndexMap(TableRowId start, TableRowId end); 38 bool Merge(IndexMap *other); 226 bool MergeIndexTypeId(IndexMap *other);
|
/developtools/smartperf_host/trace_streamer/src/table/ftrace/include/ |
H A D | thread_state_table.h | 47 void HandleIndex(const FilterConstraints &fc, sqlite3_value **argv, IndexMap *indexMapBack);
|
H A D | thread_table.h | 52 IndexMap *indexMapBack_ = nullptr;
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
H A D | demo_table_base.h | 56 demoIndexMap_ = std::make_unique<IndexMap>(0, demoRowCount_); in Reset() 92 std::unique_ptr<IndexMap> demoIndexMap_;
|
/developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
H A D | thread_state_table.cpp | 93 IndexMap *indexMapBack = indexMap_.get(); in Filter() 95 indexMapBack = std::make_unique<IndexMap>(0, rowCount_).get(); in Filter() 118 void ThreadStateTable::Cursor::HandleIndex(const FilterConstraints &fc, sqlite3_value **argv, IndexMap *indexMapBack) in HandleIndex()
|
H A D | gpu_slice_table.cpp | 71 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | frame_maps_table.cpp | 71 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | filter_table.cpp | 72 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | process_measure_filter_table.cpp | 73 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | cpu_measure_filter_table.cpp | 74 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | dma_fence_table.cpp | 74 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | instants_table.cpp | 90 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | system_event_filter_table.cpp | 72 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | raw_table.cpp | 84 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
/developtools/smartperf_host/trace_streamer/src/table/base/include/ |
H A D | table_base.h | 56 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Reset() 139 std::unique_ptr<IndexMap> indexMap_;
|
/developtools/smartperf_host/trace_streamer/src/table/base/ |
H A D | data_type_table.cpp | 48 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | args_table.cpp | 73 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | data_dict_table.cpp | 70 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | symbols_table.cpp | 71 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
/developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
H A D | perf_files_table.cpp | 73 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | perf_call_chain_table.cpp | 76 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | perf_thread_table.cpp | 70 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
/developtools/smartperf_host/trace_streamer/src/table/ebpf/ |
H A D | bio_latency_sample_table.cpp | 95 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|
H A D | ebpf_callstack_table.cpp | 81 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
|