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

  /external/perfetto/src/ftrace_reader/
event_info.cc 17 event->proto_field_id = 53;
26 event->proto_field_id = 54;
35 event->proto_field_id = 52;
48 event->proto_field_id = 50;
63 event->proto_field_id = 51;
72 event->proto_field_id = 55;
81 event->proto_field_id = 115;
94 event->proto_field_id = 116;
107 event->proto_field_id = 117;
120 event->proto_field_id = 118
    [all...]
event_info_unittest.cc 33 ASSERT_TRUE(event.proto_field_id);
42 ASSERT_TRUE(field.proto_field_id);
59 ASSERT_TRUE(field.proto_field_id);
proto_translation_table_unittest.cc 75 EXPECT_TRUE(event.proto_field_id);
77 EXPECT_TRUE(field.proto_field_id);
85 EXPECT_EQ(pid_field.proto_field_id, 2u);
107 EXPECT_EQ(pid_field.proto_field_id, 2u);
176 event->proto_field_id = 21;
182 field->proto_field_id = 501;
191 field->proto_field_id = 502;
200 field->proto_field_id = 503;
209 field->proto_field_id = 504;
220 event->proto_field_id = 22
    [all...]
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
event_info_constants.cc 24 field.proto_field_id = id;
proto_translation_table.cc 56 PERFETTO_DCHECK(field->proto_field_id);
263 PERFETTO_DCHECK(event.proto_field_id);
289 return event.proto_field_id == 0 ||
cpu_reader.cc 422 message->BeginNestedMessage<protozero::Message>(info.proto_field_id);
445 uint32_t field_id = field.proto_field_id;
480 return ReadIntoString(field_start, end, field.proto_field_id, message);
cpu_reader_unittest.cc 697 field->proto_field_id = 1;
709 field->proto_field_id = 2;
721 event->proto_field_id = 42;
731 field->proto_field_id = 1;
742 field->proto_field_id = 2;
753 field->proto_field_id = 3;
764 field->proto_field_id = 4;
775 field->proto_field_id = 5;
786 field->proto_field_id = 6;
797 field->proto_field_id = 500
    [all...]
  /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));
ftrace_proto_gen.h 54 const std::string& proto_field_id);
ftrace_proto_gen.cc 195 const std::string& proto_field_id) {
199 s += " event->proto_field_id = " + proto_field_id + ";\n";

Completed in 262 milliseconds