Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_filter/
Dproto_filter.cc83 std::string schema_in; in Main() local
113 schema_in = optarg; in Main()
156 if (msg_in.empty() && filter_in.empty() && schema_in.empty()) { in Main()
171 if (!schema_in.empty()) { in Main()
172 PERFETTO_LOG("Loading proto schema from %s", schema_in.c_str()); in Main()
173 if (!filter.LoadMessageDefinition(schema_in, root_message_arg, in Main()
175 PERFETTO_ELOG("Failed to parse proto schema from %s", schema_in.c_str()); in Main()
192 } else if (!schema_in.empty()) { in Main()
193 PERFETTO_LOG("Generating filter bytecode from %s", schema_in.c_str()); in Main()
195 filter_data_src = schema_in; in Main()
[all …]