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

  /external/perfetto/src/traced/probes/ftrace/
event_info_constants.h 31 kFtraceUint8 = 1,
88 case kFtraceUint8:
event_info_constants.cc 57 } else if (ftrace == kFtraceUint8 && proto == ProtoSchemaType::kUint32) {
59 } else if (ftrace == kFtraceUint8 && proto == ProtoSchemaType::kUint64) {
proto_translation_table.cc 232 case kFtraceUint8:
335 *out = kFtraceUint8;

Completed in 3064 milliseconds