Searched refs:cfg_blob (Results 1 – 1 of 1) sorted by relevance
458 const auto& cfg_blob = kStressTestConfigs[i]; in StressTestMain() local461 if (has_filter && !std::regex_search(cfg_blob.name, ignored, filter)) { in StressTestMain()464 PERFETTO_CHECK(cfg.ParseFromArray(cfg_blob.data, cfg_blob.size)); in StressTestMain()465 th.RunConfig(cfg_blob.name, cfg, verbose); in StressTestMain()