Searched refs:kShown (Results 1 – 8 of 8) sorted by relevance
151 if (opts.select.find(kShown[2]) != opts.select.end()) { in FormatNode()164 if (opts.select.find(kShown[3]) != opts.select.end()) { in FormatNode()173 if (opts.select.find(kShown[0]) != opts.select.end()) { in FormatNode()177 if (opts.select.find(kShown[11]) != opts.select.end()) { in FormatNode()181 if (opts.select.find(kShown[12]) != opts.select.end()) { in FormatNode()185 if (opts.select.find(kShown[13]) != opts.select.end()) { in FormatNode()189 if (opts.select.find(kShown[1]) != opts.select.end()) { in FormatNode()194 if (opts.select.find(kShown[9]) != opts.select.end() && in FormatNode()195 opts.select.find(kShown[1]) == opts.select.end()) { in FormatNode()198 if (opts.select.find(kShown[10]) != opts.select.end() && in FormatNode()[all …]
118 if (opts.select.find(kShown[0]) != opts.select.end()) { in FormatLegend()121 if (opts.select.find(kShown[11]) != opts.select.end()) { in FormatLegend()124 if (opts.select.find(kShown[12]) != opts.select.end()) { in FormatLegend()127 if (opts.select.find(kShown[13]) != opts.select.end()) { in FormatLegend()130 if (opts.select.find(kShown[1]) != opts.select.end()) { in FormatLegend()135 if (opts.select.find(kShown[9]) != opts.select.end() && in FormatLegend()136 opts.select.find(kShown[1]) == opts.select.end()) { in FormatLegend()139 if (opts.select.find(kShown[10]) != opts.select.end() && in FormatLegend()140 opts.select.find(kShown[1]) == opts.select.end()) { in FormatLegend()143 if (opts.select.find(kShown[2]) != opts.select.end()) { in FormatLegend()[all …]
209 if (type == kShown[1]) { in Add()211 } else if (type == kShown[9]) { in Add()214 } else if (type == kShown[10]) { in Add()217 } else if (type == kShown[0]) { in Add()220 } else if (type == kShown[11]) { in Add()222 } else if (type == kShown[12]) { in Add()225 } else if (type == kShown[13]) { in Add()227 } else if (type == kShown[2]) { in Add()229 } else if (type == kShown[3]) { in Add()330 if (type == kShown[1] || type == kShown[9] || type == kShown[10]) { in Build()[all …]
263 std::set<string> shown_set(kShown, in ParseCmdLine()264 kShown + sizeof(kShown) / sizeof(*kShown)); in ParseCmdLine()392 if (s == kShown[0]) { in QueryDoc()394 } else if (s == kShown[1]) { in QueryDoc()397 } else if (s == kShown[2]) { in QueryDoc()399 } else if (s == kShown[3]) { in QueryDoc()401 } else if (s == kShown[4]) { in QueryDoc()403 } else if (s == kShown[5]) { in QueryDoc()405 } else if (s == kShown[6]) { in QueryDoc()407 } else if (s == kShown[7]) { in QueryDoc()[all …]
225 if (opts.select.find(kShown[0]) != opts.select.end()) { in FormatNode()231 if (opts.select.find(kShown[11]) != opts.select.end()) { in FormatNode()237 if (opts.select.find(kShown[12]) != opts.select.end()) { in FormatNode()242 if (opts.select.find(kShown[13]) != opts.select.end()) { in FormatNode()248 if (opts.select.find(kShown[1]) != opts.select.end()) { in FormatNode()253 if (opts.select.find(kShown[9]) != opts.select.end() && in FormatNode()254 opts.select.find(kShown[1]) == opts.select.end()) { in FormatNode()257 if (opts.select.find(kShown[10]) != opts.select.end() && in FormatNode()258 opts.select.find(kShown[1]) == opts.select.end()) { in FormatNode()261 if (opts.select.find(kShown[2]) != opts.select.end()) { in FormatNode()[all …]
178 if (opts.select.find(kShown[4]) != opts.select.end()) { in PrintScope()
195 if (opts.select.find(kShown[4]) != opts.select.end()) { in PrintGraph()
62 static const char* const kShown[] = {"bytes", "micros", variable