Home
last modified time | relevance | path

Searched refs:cols (Results 1 - 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/table/base/
H A Dspan_join.cpp71 void SpanJoin::CreateCols(TableDesc &tableDesc, std::vector<TableBase::ColumnInfo> &cols) in CreateCols() argument
73 for (int32_t i = 0; i < tableDesc.cols.size(); i++) { in CreateCols()
74 auto &n = tableDesc.cols.at(i).name_; in CreateCols()
78 auto columnInfo = &mTableColumnInfo_[cols.size()]; in CreateCols()
81 if (!DeduplicationForColumn(n, cols)) { in CreateCols()
84 cols.emplace_back(n, tableDesc.cols.at(i).type_); in CreateCols()
88 bool SpanJoin::DeduplicationForColumn(const std::string &name, std::vector<ColumnInfo> &cols) in DeduplicationForColumn() argument
90 for (size_t i = 0; i < cols.size(); i++) { in DeduplicationForColumn()
91 if (name == cols in DeduplicationForColumn()
123 std::vector<TableBase::ColumnInfo> cols; GetTableField() local
[all...]
/developtools/smartperf_host/trace_streamer/src/table/base/include/
H A Dspan_join.h30 std::vector<TableBase::ColumnInfo> cols; member
57 void CreateCols(TableDesc &tableDesc, std::vector<ColumnInfo> &cols);
59 bool DeduplicationForColumn(const std::string &name, std::vector<ColumnInfo> &cols);
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_parser.cpp215 auto cols = StringUtils::Split(StringUtils::Strip(part), ":"); in ParseFieldFormat() local
216 if (cols.size() < COL_IDX_VALUE) { in ParseFieldFormat()
219 const auto& key = cols[COL_IDX_NAME]; in ParseFieldFormat()
221 typeName = cols[COL_IDX_VALUE]; in ParseFieldFormat()
223 offsetStr = cols[COL_IDX_VALUE]; in ParseFieldFormat()
225 sizeStr = cols[COL_IDX_VALUE]; in ParseFieldFormat()
227 signedStr = cols[COL_IDX_VALUE]; in ParseFieldFormat()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h114227 __virtio16 cols; global() member
118758 unsigned int cols; global() member
[all...]

Completed in 405 milliseconds