Home
last modified time | relevance | path

Searched refs:category_set (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_trace_events.cc79 NodeCategorySet* category_set; in Enable() local
80 ASSIGN_OR_RETURN_UNWRAP(&category_set, args.Holder()); in Enable()
81 CHECK_NOT_NULL(category_set); in Enable()
82 const auto& categories = category_set->GetCategories(); in Enable()
83 if (!category_set->enabled_ && !categories.empty()) { in Enable()
88 category_set->enabled_ = true; in Enable()
93 NodeCategorySet* category_set; in Disable() local
94 ASSIGN_OR_RETURN_UNWRAP(&category_set, args.Holder()); in Disable()
95 CHECK_NOT_NULL(category_set); in Disable()
96 const auto& categories = category_set->GetCategories(); in Disable()
[all …]