Searched refs:te_cfg (Results 1 – 1 of 1) sorted by relevance
436 perfetto::protos::gen::TrackEventConfig te_cfg; in NewTraceWithCategories() local437 te_cfg.add_disabled_categories("*"); in NewTraceWithCategories()439 te_cfg.add_enabled_categories(category); in NewTraceWithCategories()440 ds_cfg->set_track_event_config_raw(te_cfg.SerializeAsString()); in NewTraceWithCategories()790 perfetto::protos::gen::TrackEventConfig te_cfg; in TEST_P() local791 te_cfg.add_disabled_categories("*"); in TEST_P()792 te_cfg.add_enabled_categories("foo"); in TEST_P()793 ds_cfg->set_track_event_config_raw(te_cfg.SerializeAsString()); in TEST_P()2420 auto check_config = [&](perfetto::protos::gen::TrackEventConfig te_cfg) { in TEST_P() argument2426 ds_cfg->set_track_event_config_raw(te_cfg.SerializeAsString()); in TEST_P()[all …]