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

  /external/perfetto/src/ftrace_reader/
event_info_constants.h 56 kFtraceFixedCString,
150 case kFtraceFixedCString:
event_info_constants.cc 72 } else if (ftrace == kFtraceFixedCString && proto == kProtoString) {
proto_translation_table_unittest.cc 252 EXPECT_EQ(type, kFtraceFixedCString);
264 EXPECT_EQ(type, kFtraceFixedCString);
proto_translation_table.cc 163 *out = kFtraceFixedCString;
cpu_reader_unittest.cc 796 field->ftrace_type = kFtraceFixedCString;
    [all...]

Completed in 495 milliseconds