Searched refs:kFtraceFixedCString (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/ |
D | event_info_constants.h | 40 kFtraceFixedCString, enumerator 108 case kFtraceFixedCString: in ToString()
|
D | proto_translation_table_unittest.cc | 320 EXPECT_EQ(type, kFtraceFixedCString); in TEST() 323 EXPECT_EQ(type, kFtraceFixedCString); in TEST() 326 EXPECT_EQ(type, kFtraceFixedCString); in TEST() 337 EXPECT_EQ(type, kFtraceFixedCString); in TEST() 484 EXPECT_EQ(str_field.ftrace_type, kFtraceFixedCString); in TEST()
|
D | compact_sched.cc | 78 (field.ftrace_type == kFtraceFixedCString && in ValidateSchedSwitchFormat() 137 comm_valid = (field.ftrace_type == kFtraceFixedCString && in ValidateSchedWakingFormat()
|
D | event_info_constants.cc | 89 } else if (ftrace == kFtraceFixedCString && in SetTranslationStrategy()
|
D | proto_translation_table.cc | 218 case kFtraceFixedCString: in SetProtoType() 273 *out = kFtraceFixedCString; in InferFtraceType()
|
D | cpu_reader_unittest.cc | 1046 field->ftrace_type = kFtraceFixedCString; in TEST_F() 1489 {8, 16, FtraceFieldType::kFtraceFixedCString, "prev_comm", in TEST() 1501 {40, 16, FtraceFieldType::kFtraceFixedCString, "next_comm", in TEST()
|