Searched refs:histogram_names (Results 1 – 9 of 9) sorted by relevance
/external/perfetto/test/trace_processor/diff_tests/track_event/ |
D | track_event_chrome_histogram_sample.textproto | 17 histogram_names { 39 histogram_names { 63 histogram_names { 85 histogram_names { 106 histogram_names {
|
/external/cronet/base/trace_event/ |
D | trace_config.cc | 358 histogram_names_.insert(config.histogram_names().begin(), in Merge() 359 config.histogram_names().end()); in Merge() 417 const Value::List* histogram_names = dict.FindList(kHistogramNamesParam); in InitializeFromConfigDict() local 418 if (histogram_names) in InitializeFromConfigDict() 419 SetHistogramNamesFromConfigList(*histogram_names); in InitializeFromConfigDict() 587 const Value::List& histogram_names) { in SetHistogramNamesFromConfigList() argument 589 for (const Value& value : histogram_names) { in SetHistogramNamesFromConfigList() 682 base::Value::List histogram_names; in ToValue() local 684 histogram_names.Append(histogram_name); in ToValue() 685 dict.Set(kHistogramNamesParam, std::move(histogram_names)); in ToValue()
|
D | trace_config.h | 315 const std::unordered_set<std::string>& histogram_names() const { in histogram_names() function 343 void SetHistogramNamesFromConfigList(const Value::List& histogram_names);
|
/external/libchrome/base/metrics/ |
D | sparse_histogram_unittest.cc | 290 std::vector<std::string> histogram_names; in TEST_P() local 292 histogram_names.push_back( in TEST_P() 299 SparseHistogram::FactoryGet(histogram_names[i], HistogramBase::kNoFlags); in TEST_P() 317 SparseHistogram::FactoryGet(histogram_names[index], in TEST_P() 330 SparseHistogram::FactoryGet(histogram_names[0], HistogramBase::kNoFlags); in TEST_P()
|
D | histogram_unittest.cc | 688 std::vector<std::string> histogram_names; in TEST_P() local 690 histogram_names.push_back( in TEST_P() 697 Histogram::FactoryGet(histogram_names[i], 1, 100, 10, in TEST_P() 717 Histogram::FactoryGet(histogram_names[index], 1, 100, 10, in TEST_P() 730 histogram_names[0], 1, 100, 10, HistogramBase::kNoFlags); in TEST_P()
|
/external/cronet/base/metrics/ |
D | sparse_histogram_unittest.cc | 357 std::vector<std::string> histogram_names; in TEST_P() local 359 histogram_names.push_back( in TEST_P() 366 SparseHistogram::FactoryGet(histogram_names[i], HistogramBase::kNoFlags); in TEST_P() 383 SparseHistogram::FactoryGet(histogram_names[index], in TEST_P() 395 SparseHistogram::FactoryGet(histogram_names[0], HistogramBase::kNoFlags); in TEST_P()
|
D | histogram_unittest.cc | 784 std::vector<std::string> histogram_names; in TEST_P() local 786 histogram_names.push_back( in TEST_P() 793 Histogram::FactoryGet(histogram_names[i], 1, 100, 10, in TEST_P() 812 Histogram::FactoryGet(histogram_names[index], 1, 100, 10, in TEST_P() 823 HistogramBase* histogram = Histogram::FactoryGet(histogram_names[0], 1, 100, in TEST_P()
|
/external/perfetto/protos/perfetto/trace/interned_data/ |
D | interned_data.proto | 76 repeated HistogramName histogram_names = 25; field
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 10319 repeated HistogramName histogram_names = 25; field
|