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

  /external/perfetto/src/traced/probes/ftrace/
event_info_unittest.cc 74 ASSERT_FALSE(SetTranslationStrategy(kFtraceCString, ProtoSchemaType::kUint64,
77 ASSERT_TRUE(SetTranslationStrategy(kFtraceCString, ProtoSchemaType::kString,
81 SetTranslationStrategy(kFtracePid32, ProtoSchemaType::kInt32, &strategy));
83 ASSERT_TRUE(SetTranslationStrategy(kFtraceInode32, ProtoSchemaType::kUint64,
86 ASSERT_TRUE(SetTranslationStrategy(kFtraceInode64, ProtoSchemaType::kUint64,
89 ASSERT_TRUE(SetTranslationStrategy(kFtraceDevId32, ProtoSchemaType::kUint64,
92 ASSERT_TRUE(SetTranslationStrategy(kFtraceDevId64, ProtoSchemaType::kUint64,
95 ASSERT_TRUE(SetTranslationStrategy(kFtraceCommonPid32,
event_info_constants.h 172 bool SetTranslationStrategy(FtraceFieldType ftrace,
event_info_constants.cc 38 bool SetTranslationStrategy(FtraceFieldType ftrace,
proto_translation_table.cc 139 if (!SetTranslationStrategy(field->ftrace_type, field->proto_field_type,
551 bool success = SetTranslationStrategy(
cpu_reader_unittest.cc 708 SetTranslationStrategy(field->ftrace_type, field->proto_field_type,
720 SetTranslationStrategy(field->ftrace_type, field->proto_field_type,
833 SetTranslationStrategy(field.ftrace_type, field.proto_field_type,
    [all...]

Completed in 194 milliseconds