Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_config.cc169 synthetic_delays_(tc.synthetic_delays_) {} in TraceConfig()
186 synthetic_delays_ = rhs.synthetic_delays_; in operator =()
191 return synthetic_delays_; in GetSyntheticDelayValues()
211 WriteCategoryFilterString(synthetic_delays_, &filter_string); in ToCategoryFilterString()
302 synthetic_delays_.insert(synthetic_delays_.end(), in Merge()
303 config.synthetic_delays_.begin(), in Merge()
304 config.synthetic_delays_.end()); in Merge()
315 synthetic_delays_.clear(); in Clear()
393 synthetic_delays_.push_back(synthetic_category); in InitializeFromStrings()
466 synthetic_delays_.clear(); in SetSyntheticDelaysFromList()
[all …]
Dtrace_config.h283 StringList synthetic_delays_; variable