Home
last modified time | relevance | path

Searched refs:rowCount_ (Results 1 – 25 of 79) sorted by relevance

1234

/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dprocess_table.cpp160 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
162 if (rowCount_ <= 0) { in Filter()
315 indexMap_->Intersect(v, rowCount_); in FilterId()
319 indexMap_->Intersect(v, rowCount_); in FilterId()
Dfilter_table.cpp112 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
114 if (rowCount_ <= 0) { in Filter()
Dgpu_slice_table.cpp111 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
113 if (rowCount_ <= 0) { in Filter()
Dframe_maps_table.cpp111 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
113 if (rowCount_ <= 0) { in Filter()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/
Dprocess_table.cpp160 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
162 if (rowCount_ <= 0) { in Filter()
317 indexMap_->Intersect(v, rowCount_); in FilterId()
321 indexMap_->Intersect(v, rowCount_); in FilterId()
Dfilter_table.cpp112 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
114 if (rowCount_ <= 0) { in Filter()
Dframe_maps_table.cpp111 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
113 if (rowCount_ <= 0) { in Filter()
Dgpu_slice_table.cpp111 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
113 if (rowCount_ <= 0) { in Filter()
/developtools/smartperf_host/trace_streamer/src/table/base/
Ddata_type_table.cpp112 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
114 if (rowCount_ <= 0) { in Filter()
Ddata_dict_table.cpp110 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
112 if (rowCount_ <= 0) { in Filter()
Dsymbols_table.cpp111 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
113 if (rowCount_ <= 0) { in Filter()
Dtable_base.h59 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Reset()
87 uint32_t rowCount_; variable
Dargs_table.cpp113 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
115 if (rowCount_ <= 0) { in Filter()
/developtools/profiler/host/smartperf/trace_streamer/src/table/base/
Ddata_dict_table.cpp110 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
112 if (rowCount_ <= 0) { in Filter()
Ddata_type_table.cpp112 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
114 if (rowCount_ <= 0) { in Filter()
Dtable_base.h59 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Reset()
82 uint32_t rowCount_; variable
Dsymbols_table.cpp111 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
113 if (rowCount_ <= 0) { in Filter()
Dargs_table.cpp113 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
115 if (rowCount_ <= 0) { in Filter()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dtable_base.h59 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Reset()
96 uint32_t rowCount_; variable
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/
Dtable_base.h59 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Reset()
96 uint32_t rowCount_; variable
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Debpf_elf_symbol_table.cpp118 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
120 if (rowCount_ <= 0) { in Filter()
Debpf_callstack_table.cpp121 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
123 if (rowCount_ <= 0) { in Filter()
/developtools/profiler/host/smartperf/trace_streamer/src/table/monitor/
Dhidump_table.cpp111 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
113 if (rowCount_ <= 0) { in Filter()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Debpf_callstack_table.cpp121 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
123 if (rowCount_ <= 0) { in Filter()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_files_table.cpp113 indexMap_ = std::make_unique<IndexMap>(0, rowCount_); in Filter()
115 if (rowCount_ <= 0) { in Filter()

1234