Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/filtering/
Dfilter_util.cc272 void FilterUtil::PrintAsText(std::optional<std::string> filter_bytecode) { in PrintAsText() argument
280 if (filter_bytecode) { in PrintAsText()
282 parser.Load(filter_bytecode->data(), filter_bytecode->size())); in PrintAsText()
301 if (filter_bytecode) { in PrintAsText()
320 !filter_bytecode); in PrintAsText()
322 !filter_bytecode); in PrintAsText()
Dfilter_util.h80 void PrintAsText(std::optional<std::string> filter_bytecode = {});