Home
last modified time | relevance | path

Searched defs:systrace_events (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_config.cc475 const Value::List* systrace_events = dict.FindList(kSystraceEventsParam); in InitializeFromConfigDict() local
731 base::Value::List systrace_events; in ToValue() local
H A Dtrace_config.h323 const std::unordered_set<std::string>& systrace_events() const { in systrace_events() function