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

  /external/perfetto/src/ftrace_reader/
event_info.cc 38 event->fields.push_back(MakeField("old_prio", 3, kProtoUint32));
39 event->fields.push_back(MakeField("new_prio", 4, kProtoUint32));
40 event->fields.push_back(MakeField("desired_prio", 5, kProtoUint32));
54 event->fields.push_back(MakeField("code", 6, kProtoUint32));
55 event->fields.push_back(MakeField("flags", 7, kProtoUint32));
84 event->fields.push_back(MakeField("nr_sector", 3, kProtoUint32));
97 event->fields.push_back(MakeField("nr_sector", 3, kProtoUint32));
110 event->fields.push_back(MakeField("nr_sector", 3, kProtoUint32));
123 event->fields.push_back(MakeField("nr_sector", 3, kProtoUint32));
136 event->fields.push_back(MakeField("nr_sector", 3, kProtoUint32));
    [all...]
event_info_constants.cc 52 } else if (ftrace == kFtraceUint8 && proto == kProtoUint32) {
54 } else if (ftrace == kFtraceUint16 && proto == kProtoUint32) {
56 } else if (ftrace == kFtraceUint32 && proto == kProtoUint32) {
78 } else if (ftrace == kFtraceBool && proto == kProtoUint32) {
event_info_constants.h 34 kProtoUint32,
104 case kProtoUint32:
220 // The proto field type for this field (e.g. kProtoString or kProtoUint32)
cpu_reader_unittest.cc 698 field->proto_field_type = kProtoUint32;
732 field->proto_field_type = kProtoUint32;
    [all...]

Completed in 159 milliseconds