HomeSort by relevance Sort by last modified time
    Searched defs:proto_field_id (Results 1 - 2 of 2) sorted by null

  /external/perfetto/tools/ftrace_proto_gen/
main.cc 102 std::string proto_field_id = match[1].str().c_str(); local
103 if (proto_field_id == "") {
105 "Could not find proto_field_id for %s in ftrace_event.proto. "
115 perfetto::SingleEventInfo(format, proto, group, proto_field_id));
  /external/perfetto/src/ftrace_reader/
event_info_constants.h 186 uint32_t proto_field_id; member in struct:perfetto::Field
204 uint32_t proto_field_id; member in struct:perfetto::Event

Completed in 67 milliseconds