Home
last modified time | relevance | path

Searched refs:kFtraceFixedCString (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Devent_info_constants.h40 kFtraceFixedCString, enumerator
110 case kFtraceFixedCString: in ToString()
Dproto_translation_table_unittest.cc325 EXPECT_EQ(type, kFtraceFixedCString); in TEST()
328 EXPECT_EQ(type, kFtraceFixedCString); in TEST()
331 EXPECT_EQ(type, kFtraceFixedCString); in TEST()
342 EXPECT_EQ(type, kFtraceFixedCString); in TEST()
495 EXPECT_EQ(str_field.ftrace_type, kFtraceFixedCString); in TEST()
Dcompact_sched.cc78 (field.ftrace_type == kFtraceFixedCString && in ValidateSchedSwitchFormat()
151 comm_valid = (field.ftrace_type == kFtraceFixedCString && in ValidateSchedWakingFormat()
Devent_info_constants.cc96 } else if (ftrace == kFtraceFixedCString && in SetTranslationStrategy()
Dproto_translation_table.cc218 case kFtraceFixedCString: in SetProtoType()
274 *out = kFtraceFixedCString; in InferFtraceType()