Home
last modified time | relevance | path

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

12

/external/perfetto/src/trace_processor/importers/ftrace/
Dftrace_descriptors.cc36 {"ip", ProtoSchemaType::kUint64},
94 {"state", ProtoSchemaType::kUint64},
95 {"cpu_id", ProtoSchemaType::kUint64},
104 {"state", ProtoSchemaType::kUint64},
105 {"cpu_id", ProtoSchemaType::kUint64},
114 {"state", ProtoSchemaType::kUint64},
115 {"cpu_id", ProtoSchemaType::kUint64},
136 {"caller", ProtoSchemaType::kUint64},
375 {"dev", ProtoSchemaType::kUint64},
376 {"ino", ProtoSchemaType::kUint64},
[all …]
/external/perfetto/src/traced/probes/ftrace/
Devent_info.cc127 "data_size", 1, ProtoSchemaType::kUint64, in GetStaticEventInfo()
133 "offsets_size", 3, ProtoSchemaType::kUint64, in GetStaticEventInfo()
143 "dev", 1, ProtoSchemaType::kUint64, in GetStaticEventInfo()
146 "sector", 2, ProtoSchemaType::kUint64, in GetStaticEventInfo()
171 "dev", 1, ProtoSchemaType::kUint64, in GetStaticEventInfo()
174 "sector", 2, ProtoSchemaType::kUint64, in GetStaticEventInfo()
193 "dev", 1, ProtoSchemaType::kUint64, in GetStaticEventInfo()
196 "sector", 2, ProtoSchemaType::kUint64, in GetStaticEventInfo()
215 "dev", 1, ProtoSchemaType::kUint64, in GetStaticEventInfo()
218 "sector", 2, ProtoSchemaType::kUint64, in GetStaticEventInfo()
[all …]
Devent_info_constants.cc49 } else if (ftrace == kFtraceInode32 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
51 } else if (ftrace == kFtraceInode64 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
57 } else if (ftrace == kFtraceDevId32 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
59 } else if (ftrace == kFtraceDevId64 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
63 } else if (ftrace == kFtraceUint8 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
67 } else if (ftrace == kFtraceUint16 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
71 } else if (ftrace == kFtraceUint32 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
73 } else if (ftrace == kFtraceUint64 && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
98 } else if (ftrace == kFtraceBool && proto == ProtoSchemaType::kUint64) { in SetTranslationStrategy()
102 } else if (ftrace == kFtraceSymAddr64 && 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.cc221 field->proto_field_type = ProtoSchemaType::kUint64; in TEST_P()
485 EXPECT_EQ(bool_field.proto_field_type, ProtoSchemaType::kUint64); in TEST()
505 EXPECT_EQ(uint_field.proto_field_type, ProtoSchemaType::kUint64); in TEST()
/external/libchrome/base/trace_event/
Dmemory_allocator_dump.cc72 case Entry::kUint64: in AsValueInto()
97 if (entry.entry_type == Entry::kUint64 && entry.units == kUnitsBytes && in GetSizeInternal()
114 : name(name), units(units), entry_type(kUint64), value_uint64(value) {} in Entry()
124 case EntryType::kUint64: in operator ==()
135 case MemoryAllocatorDump::Entry::EntryType::kUint64: in PrintTo()
Dmemory_allocator_dump.h46 kUint64, enumerator
/external/perfetto/src/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.cc32 : name(n), units(u), entry_type(kUint64), value_uint64(v) {} in MemoryNodeEntry()
44 case EntryType::kUint64: in operator ==()
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h54 kUint64, enumerator
92 v.type_ = ArgType::kUint64; in Uint64()
150 PERFETTO_DCHECK(type_ == ArgType::kUint64); in Uint64()
Dfuchsia_trace_parser.cc51 constexpr uint32_t kUint64 = 4; variable
191 case kUint64: { in ParseTracePacket()
304 case fuchsia_trace_utils::ArgValue::kUint64: in ParseTracePacket()
Dfuchsia_trace_utils.cc76 case ArgType::kUint64: in ToStorageVariadic()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_reshape.cc92 case ArrayDataType::kUint64: in Run()
93 CopyArrayBuffer<ArrayDataType::kUint64>(input_array, &output_array); in Run()
Dquantization_util.cc66 case ArrayDataType::kUint64: in GetQuantizedDataType()
116 case ArrayDataType::kUint64: in ChooseQuantizationParamsForArrayAndQuantizedDataType()
118 ArrayDataType::kUint64>(array, quantization_params); in ChooseQuantizationParamsForArrayAndQuantizedDataType()
Dresolve_constant_fake_quant.cc53 case ArrayDataType::kUint64: in GetBoundsForQuantizedDataType()
54 return GetBoundsForQuantizedDataType<ArrayDataType::kUint64>(min, max); in GetBoundsForQuantizedDataType()
/external/libbrillo/brillo/dbus/
Ddata_serialization_fuzzer.cc27 kUint64, enumerator
128 case kUint64: in LLVMFuzzerTestOneInput()
251 case kUint64: { in LLVMFuzzerTestOneInput()
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h47 kUint64, enumerator
74 case ProtoSchemaType::kUint64: in ProtoSchemaToString()
Dfield_writer.h81 struct FieldWriter<proto_utils::ProtoSchemaType::kUint64> {
/external/openscreen/tools/cddl/
Dcodegen.cc54 case CppType::Which::kUint64: in CppTypeToString()
187 case CppType::Which::kUint64: in WriteDiscriminatedUnionEqualityOperator()
282 case CppType::Which::kUint64: in WriteStructMembers()
300 case CppType::Which::kUint64: in WriteStructMembers()
563 case CppType::Which::kUint64: in WriteEncoder()
633 case CppType::Which::kUint64: in WriteEncoder()
921 case CppType::Which::kUint64: { in WriteEncoders()
1038 case CppType::Which::kUint64: { in WriteDecoder()
1194 case CppType::Which::kUint64: in WriteDecoder()
Dsema.h208 kUint64, enumerator
321 case CppType::Which::kUint64:
Dsema.cc82 case CppType::Which::kUint64: in ~CppType()
651 cpp_type->which = CppType::Which::kUint64; in MakeCppType()
747 default_types.emplace_back("uint", CppType::Which::kUint64); in PrePopulateCppTypes()
/external/pigweed/pw_protobuf/
Dencoder_fuzzer.cc34 kUint64, enumerator
167 case kUint64: in LLVMFuzzerTestOneInput()
/external/perfetto/include/perfetto/ext/trace_processor/importers/memory_tracker/
Draw_memory_graph_node.h72 kUint64, enumerator
/external/webrtc/sdk/android/src/jni/pc/
Drtc_stats_collector_callback_wrapper.cc57 case RTCStatsMemberInterface::kUint64: in MemberToJava()
/external/webrtc/stats/
Drtc_stats.cc183 kUint64,
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc84 case ArrayDataType::kUint64: in ArrayDataTypeName()
846 case ArrayDataType::kUint64: in CompareConstantArrays()
847 return CompareArrayBuffers<ArrayDataType::kUint64>(lhs_array, rhs_array); in CompareConstantArrays()
1448 case ArrayDataType::kUint64: in CloneArray()
1449 CopyArrayBuffer<ArrayDataType::kUint64>(source_array, &target_array); in CloneArray()
1768 case ArrayDataType::kUint64: in ElementSize()
2315 return ArrayDataType::kUint64; in ConvertIODataTypeToArrayDataType()

12