Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/systrace/
Dsystrace_trace_parser.cc74 state_ = partial_buf_[0] == '<' ? ParseState::kHtmlBeforeSystrace in Parse()
91 if (state_ == ParseState::kHtmlBeforeSystrace) { in Parse()
103 state_ = ParseState::kHtmlBeforeSystrace; in Parse()
121 state_ = ParseState::kHtmlBeforeSystrace; in Parse()
176 state_ = ParseState::kHtmlBeforeSystrace; in Parse()
Dsystrace_trace_parser.h44 kHtmlBeforeSystrace, enumerator