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 | compact_sched.cc | 78 (field.ftrace_type == kFtraceFixedCString && in ValidateSchedSwitchFormat() 137 comm_valid = (field.ftrace_type == kFtraceFixedCString && in ValidateSchedWakingFormat()
|
D | proto_translation_table_unittest.cc | 320 EXPECT_EQ(type, kFtraceFixedCString); in TEST() 329 EXPECT_EQ(type, kFtraceFixedCString); in TEST() 476 EXPECT_EQ(str_field.ftrace_type, kFtraceFixedCString); in TEST()
|
D | event_info_constants.cc | 89 } else if (ftrace == kFtraceFixedCString && in SetTranslationStrategy()
|
D | proto_translation_table.cc | 218 case kFtraceFixedCString: in SetProtoType() 265 *out = kFtraceFixedCString; in InferFtraceType()
|
D | cpu_reader_unittest.cc | 995 field->ftrace_type = kFtraceFixedCString; in TEST_F() 1353 {8, 16, FtraceFieldType::kFtraceFixedCString, "prev_comm", 1, in TEST() 1365 {40, 16, FtraceFieldType::kFtraceFixedCString, "next_comm", 5, in TEST()
|