Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H A Dthread_table.cpp102 auto orderbys = fc.GetOrderBys(); in Filter() local
103 for (auto i = orderbys.size(); i > 0;) { in Filter()
105 switch (static_cast<Index>(orderbys[i].iColumn)) { in Filter()
108 indexMap_->SortBy(orderbys[i].desc); in Filter()
209 auto orderbys = fc.GetOrderBys(); in GetOrbyes() local
210 for (auto i = 0; i < orderbys.size(); i++) { in GetOrbyes()
211 switch (static_cast<Index>(orderbys[i].iColumn)) { in GetOrbyes()
H A Dmeasure_table.cpp112 auto orderbys = fc.GetOrderBys(); in Filter() local
113 for (auto i = orderbys.size(); i > 0;) { in Filter()
115 switch (static_cast<Index>(orderbys[i].iColumn)) { in Filter()
117 indexMap_->SortBy(orderbys[i].desc); in Filter()
120 indexMap_->SortBy(orderbys[i].desc); in Filter()
H A Dinstants_table.cpp74 auto orderbys = fc.GetOrderBys(); in SortOfIndexMap() local
75 for (auto i = orderbys.size(); i > 0;) { in SortOfIndexMap()
77 switch (static_cast<Index>(orderbys[i].iColumn)) { in SortOfIndexMap()
79 indexMap_->SortBy(orderbys[i].desc); in SortOfIndexMap()
H A Dcallstack_table.cpp225 auto orderbys = callfc.GetOrderBys(); in GetOrbyes() local
226 for (auto i = 0; i < orderbys.size(); i++) { in GetOrbyes()
227 switch (static_cast<Index>(orderbys[i].iColumn)) { in GetOrbyes()

Completed in 3 milliseconds