Home
last modified time | relevance | path

Searched defs:type (Results 1 – 8 of 8) sorted by relevance

/tracing/tracing-perfetto/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
22 "type": "project", string
/tracing/tracing-perfetto-binary/
DdependencyAnalysis-baseline.json6 "type": "module", string
14 "type": "module", string
/tracing/tracing-driver-wire/src/commonMain/proto/
Dperfetto_trace.proto71 optional Type type = 9; field
115 optional BuiltinCounterType type = 1; field
/tracing/tracing-driver/src/commonMain/kotlin/androidx/tracing/driver/
DTrackDescriptor.kt43 public var type: Int, variable in androidx.tracing.driver.TrackDescriptor
DTraceEvent.kt45 public var type: Int, variable in androidx.tracing.driver.TraceEvent
/tracing/tracing-driver-wire/src/commonMain/kotlin/androidx/tracing/driver/wire/
DWireTraceEventSerializer.kt95 when (val type = event.trackDescriptor!!.type) { in updateScratchPacketFromTraceEvent() method
/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.h1131 proto_utils::ProtoWireType type() const { in type() function
1225 uint8_t type, in initialize()
Dperfetto.cc2265 auto trampoline = [](DWORD type) -> int { in InstallCtrCHandler()
10686 const std::string& type() const { return type_; } in type() function in perfetto::protos::gen::AndroidEnergyConsumer
12022 FieldDescriptorProto_Type type() const { return type_; } in type() function in perfetto::protos::gen::FieldDescriptorProto
14424 uint32_t type() const { return type_; } in type() function in perfetto::protos::gen::PerfEvents_RawEvent
24583 BeginFrameArgs_BeginFrameArgsType type() const { return type_; } in type() function in perfetto::protos::gen::BeginFrameArgs
30004 CounterDescriptor_BuiltinCounterType type() const { return type_; } in type() function in perfetto::protos::gen::CounterDescriptor
32391 TrackEvent_Type type() const { return type_; } in type() function in perfetto::protos::gen::TrackEvent
40711 BackendType type{}; member
41579 auto add_backend = [this, &args](TracingBackend* backend, BackendType type) { in Initialize()
43160 perfetto::protos::pbzero::TrackEvent::Type type, in WriteEvent()
[all …]