Home
last modified time | relevance | path

Searched refs:IndexMap (Results 1 - 25 of 40) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/src/base/
H A Dindex_map.cpp24 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 Dindex_map.h28 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 Dthread_state_table.h47 void HandleIndex(const FilterConstraints &fc, sqlite3_value **argv, IndexMap *indexMapBack);
H A Dthread_table.h52 IndexMap *indexMapBack_ = nullptr;
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
H A Ddemo_table_base.h56 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 Dthread_state_table.cpp93 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 Dgpu_slice_table.cpp71 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dframe_maps_table.cpp71 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dfilter_table.cpp72 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dprocess_measure_filter_table.cpp73 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dcpu_measure_filter_table.cpp74 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Ddma_fence_table.cpp74 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dinstants_table.cpp90 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dsystem_event_filter_table.cpp72 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Draw_table.cpp84 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
/developtools/smartperf_host/trace_streamer/src/table/base/include/
H A Dtable_base.h56 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 Ddata_type_table.cpp48 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dargs_table.cpp73 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Ddata_dict_table.cpp70 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dsymbols_table.cpp71 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
H A Dperf_files_table.cpp73 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dperf_call_chain_table.cpp76 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Dperf_thread_table.cpp70 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
H A Dbio_latency_sample_table.cpp95 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
H A Debpf_callstack_table.cpp81 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()

Completed in 17 milliseconds

12