Home
last modified time | relevance | path

Searched refs:IndexMap (Results 1 – 25 of 38) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/src/base/
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::CovertToIndexMap() in CovertToIndexMap()
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::Next() in Next()
102 void IndexMap::FilterId(unsigned char op, sqlite3_value* argv) in FilterId()
[all …]
Dindex_map.h28 class IndexMap {
30 IndexMap() {} in IndexMap() function
31 ~IndexMap() {} in ~IndexMap()
33 IndexMap(TableRowId start, TableRowId end);
38 bool Merge(IndexMap* other);
218 bool MergeIndexTypeId(IndexMap* other);
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
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/
Dthread_state_table.cpp112 IndexMap* indexMapBack = indexMap_.get(); in Filter()
114 indexMapBack = std::make_unique<IndexMap>(0, rowCount_).get(); in Filter()
137 …ble::Cursor::HandleIndex(const FilterConstraints& fc, sqlite3_value** argv, IndexMap* indexMapBack) in HandleIndex()
Dfilter_table.cpp72 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dgpu_slice_table.cpp71 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dframe_maps_table.cpp71 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dprocess_measure_filter_table.cpp92 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dsystem_event_filter_table.cpp90 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dmeasure_table.cpp105 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dcpu_measure_filter_table.cpp95 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Draw_table.cpp85 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
/developtools/smartperf_host/trace_streamer/src/table/ftrace/include/
Dthread_state_table.h49 void HandleIndex(const FilterConstraints& fc, sqlite3_value** argv, IndexMap* indexMapBack);
Dthread_table.h119 IndexMap* indexMapBack_ = nullptr;
/developtools/smartperf_host/trace_streamer/src/table/base/include/
Dtable_base.h55 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Reset()
138 std::unique_ptr<IndexMap> indexMap_;
/developtools/smartperf_host/trace_streamer/src/table/base/
Ddata_type_table.cpp48 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Ddata_dict_table.cpp70 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dsymbols_table.cpp71 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dargs_table.cpp73 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp81 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_files_table.cpp73 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dperf_thread_table.cpp70 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dperf_call_chain_table.cpp76 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
/developtools/smartperf_host/trace_streamer/src/table/native_hook/
Dnative_hook_statistic_table.cpp93 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
Dnative_hook_frame_table.cpp75 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()

12