Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_config.cc464 void TraceConfig::AddCategoryToDict(base::DictionaryValue& dict, in AddCategoryToDict() function in base::trace_event::TraceConfig
554 AddCategoryToDict(dict, kIncludedCategoriesParam, categories); in ToDict()
555 AddCategoryToDict(dict, kExcludedCategoriesParam, excluded_categories_); in ToDict()
556 AddCategoryToDict(dict, kSyntheticDelaysParam, synthetic_delays_); in ToDict()
Dtrace_config.h203 void AddCategoryToDict(base::DictionaryValue& dict,