Home
last modified time | relevance | path

Searched refs:kUint64 (Results 1 – 17 of 17) sorted by relevance

/external/perfetto/src/trace_processor/
Dftrace_descriptors.cc20 {"ip", ProtoSchemaType::kUint64},
78 {"state", ProtoSchemaType::kUint64},
79 {"cpu_id", ProtoSchemaType::kUint64},
88 {"state", ProtoSchemaType::kUint64},
89 {"cpu_id", ProtoSchemaType::kUint64},
98 {"state", ProtoSchemaType::kUint64},
99 {"cpu_id", ProtoSchemaType::kUint64},
120 {"caller", ProtoSchemaType::kUint64},
359 {"dev", ProtoSchemaType::kUint64},
360 {"ino", ProtoSchemaType::kUint64},
[all …]
Dproto_trace_parser.cc1017 case ProtoSchemaType::kUint64: in ParseTypedFtraceToRaw()
/external/perfetto/src/traced/probes/ftrace/
Devent_info.cc88 MakeField("data_size", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
91 MakeField("offsets_size", 3, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
100 event->fields.push_back(MakeField("dev", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
101 event->fields.push_back(MakeField("sector", 2, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
116 event->fields.push_back(MakeField("dev", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
117 event->fields.push_back(MakeField("sector", 2, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
130 event->fields.push_back(MakeField("dev", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
131 event->fields.push_back(MakeField("sector", 2, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
144 event->fields.push_back(MakeField("dev", 1, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
145 event->fields.push_back(MakeField("sector", 2, ProtoSchemaType::kUint64)); in GetStaticEventInfo()
[all …]
Devent_info_constants.cc45 } else if (ftrace == kFtraceInode32 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
47 } else if (ftrace == kFtraceInode64 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
53 } else if (ftrace == kFtraceDevId32 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
55 } else if (ftrace == kFtraceDevId64 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
59 } else if (ftrace == kFtraceUint8 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
63 } else if (ftrace == kFtraceUint16 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
67 } else if (ftrace == kFtraceUint32 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
69 } else if (ftrace == kFtraceUint64 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
94 } else if (ftrace == kFtraceBool && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
Devent_info_unittest.cc74 ASSERT_FALSE(SetTranslationStrategy(kFtraceCString, ProtoSchemaType::kUint64, in TEST()
83 ASSERT_TRUE(SetTranslationStrategy(kFtraceInode32, ProtoSchemaType::kUint64, in TEST()
86 ASSERT_TRUE(SetTranslationStrategy(kFtraceInode64, ProtoSchemaType::kUint64, in TEST()
89 ASSERT_TRUE(SetTranslationStrategy(kFtraceDevId32, ProtoSchemaType::kUint64, in TEST()
92 ASSERT_TRUE(SetTranslationStrategy(kFtraceDevId64, ProtoSchemaType::kUint64, in TEST()
Dproto_translation_table_unittest.cc219 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_P()
429 EXPECT_EQ(bool_field.proto_field_type, ProtoSchemaType::kUint64); in TEST()
449 EXPECT_EQ(uint_field.proto_field_type, ProtoSchemaType::kUint64); in TEST()
Dcpu_reader_unittest.cc763 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_F()
774 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_F()
785 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_F()
796 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_F()
Dproto_translation_table.cc241 *proto_type = ProtoSchemaType::kUint64; in SetProtoType()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantization_util.cc66 case ArrayDataType::kUint64: in GetQuantizedDataType()
116 case ArrayDataType::kUint64: in ChooseQuantizationParamsForArrayAndQuantizedDataType()
118 ArrayDataType::kUint64>(array, quantization_params); in ChooseQuantizationParamsForArrayAndQuantizedDataType()
Dresolve_constant_reshape.cc92 case ArrayDataType::kUint64: in Run()
93 CopyArrayBuffer<ArrayDataType::kUint64>(input_array, &output_array); in Run()
Dresolve_constant_fake_quant.cc53 case ArrayDataType::kUint64: in GetBoundsForQuantizedDataType()
54 return GetBoundsForQuantizedDataType<ArrayDataType::kUint64>(min, max); in GetBoundsForQuantizedDataType()
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h48 kUint64, enumerator
75 case ProtoSchemaType::kUint64: in ProtoSchemaToString()
/external/v8/src/
Dmachine-type.h48 kUint64, enumerator
90 semantic() == MachineSemantic::kUint64; in IsUnsigned()
132 MachineSemantic::kUint64); in Uint64()
Dmachine-type.cc69 case MachineSemantic::kUint64: in operator <<()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc84 case ArrayDataType::kUint64: in ArrayDataTypeName()
818 case ArrayDataType::kUint64: in CompareConstantArrays()
819 return CompareArrayBuffers<ArrayDataType::kUint64>(lhs_array, rhs_array); in CompareConstantArrays()
1429 case ArrayDataType::kUint64: in CloneArray()
1430 CopyArrayBuffer<ArrayDataType::kUint64>(source_array, &target_array); in CloneArray()
1749 case ArrayDataType::kUint64: in ElementSize()
Dmodel.h220 kUint64, // 10 enumerator
269 struct DataTypeImpl<ArrayDataType::kUint64> {
/external/v8/src/compiler/
Dwasm-compiler.cc1587 case MachineSemantic::kUint64: in Min()
1602 case MachineSemantic::kUint64: in Max()