Home
last modified time | relevance | path

Searched refs:launch_id (Results 1 – 18 of 18) sorted by relevance

/external/perfetto/src/trace_processor/metrics/android/
Dandroid_startup.sql30 SELECT ts, dur, id AS launch_id
47 launch_id,
81 launches.id AS launch_id,
84 JOIN launch_processes ON launches.id = launch_processes.launch_id
106 SELECT launch_id, state, SUM(dur) AS dur
114 launches.id AS launch_id,
120 JOIN launch_processes ON (launches.id = launch_processes.launch_id)
127 launch_threads.launch_id AS launch_id,
162 launch_id, field
183 launches.id AS launch_id,
[all …]
Dhsc_startups.sql50 launches.id AS launch_id,
67 WHERE frame_times.number=2 AND frame_times.name LIKE "%roid.calcul%" AND frame_times.launch_id = la…
77 WHERE frame_times.name LIKE "%id.calendar%" AND frame_times.launch_id = launches.id
88 WHERE frame_times.number=2 AND frame_times.name LIKE "%GoogleCamera%" AND frame_times.launch_id = l…
98 WHERE frame_times.number=1 AND frame_times.name LIKE "%chrome%" AND frame_times.launch_id = launche…
108 …ur) DESC LIMIT 1) AND frame_times.name LIKE "%id.deskclock" AND frame_times.launch_id = launches.id
119 WHERE frame_times.number=3 AND frame_times.name LIKE "%id.contacts" AND frame_times.launch_id=launc…
129 WHERE frame_times.number=1 AND frame_times.name LIKE "%id.dialer" AND frame_times.launch_id=launche…
139 …ORDER BY ts LIMIT 1) AND frame_times.name LIKE "%ok.katana" AND frame_times.launch_id = launches.id
150 …ORDER BY ts LIMIT 1) AND frame_times.name LIKE "%book.orca" AND frame_times.launch_id = launches.id
[all …]
Dandroid_startup_launches.sql105 CREATE TABLE launch_processes(launch_id INT, upid BIG INT);
/external/tensorflow/tensorflow/compiler/xla/
Dexecutable_run_options.h133 ExecutableRunOptions& set_launch_id(int32 launch_id) { in set_launch_id() argument
134 launch_id_ = launch_id; in set_launch_id()
138 int32 launch_id() const { return launch_id_; } in launch_id() function
Dxla.proto371 int32 launch_id = 10; field
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_config.h122 void set_launch_id(uint64 launch_id) { launch_id_ = launch_id; } in set_launch_id() argument
124 int32 launch_id() const { return launch_id_; } in launch_id() function
Dhlo_module_util.cc102 config->set_launch_id(execution_options->launch_id()); in CreateModuleConfig()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dc_api_decl.h170 int launch_id; member
278 int32_t launch_id; member
Dc_api_conversions.cc417 hlo_config.launch_id = config.launch_id(); in ToC()
457 config.set_launch_id(c_config.launch_id); in FromC()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_support.cc61 const int* launch_id, const bool* alias_passthrough_params, in CreateModuleConfig() argument
104 if (launch_id != nullptr) { in CreateModuleConfig()
105 config->set_launch_id(*launch_id); in CreateModuleConfig()
Dtpu_compile_op_support.h102 const int* launch_id, const bool* alias_passthrough_params,
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc69 se_options.launch_id = options.run_options().launch_id(); in ToC()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp276 uint32_t launch_id = GenVarLoad( in GenStageStreamWriteCode() local
279 GetUintId(), SpvOpCompositeExtract, launch_id, 0); in GenStageStreamWriteCode()
281 GetUintId(), SpvOpCompositeExtract, launch_id, 1); in GenStageStreamWriteCode()
283 GetUintId(), SpvOpCompositeExtract, launch_id, 2); in GenStageStreamWriteCode()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dinstrument_pass.cpp276 uint32_t launch_id = GenVarLoad( in GenStageStreamWriteCode() local
279 GetUintId(), SpvOpCompositeExtract, launch_id, 0); in GenStageStreamWriteCode()
281 GetUintId(), SpvOpCompositeExtract, launch_id, 1); in GenStageStreamWriteCode()
283 GetUintId(), SpvOpCompositeExtract, launch_id, 2); in GenStageStreamWriteCode()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp276 uint32_t launch_id = GenVarLoad( in GenStageStreamWriteCode() local
279 GetUintId(), SpvOpCompositeExtract, launch_id, 0); in GenStageStreamWriteCode()
281 GetUintId(), SpvOpCompositeExtract, launch_id, 1); in GenStageStreamWriteCode()
283 GetUintId(), SpvOpCompositeExtract, launch_id, 2); in GenStageStreamWriteCode()
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_executable.cc42 options_.launch_id = tensorflow::Fingerprint32(*fingerprint_); in PyExecutable()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h409 int32 launch_id = 0; member
Dpjrt_stream_executor_client.cc1758 run_options.set_launch_id(options.launch_id); in EnqueueExecution()
1759 if (run_options.launch_id() != 0) { in EnqueueExecution()
1760 VLOG(1) << "launch id for " << name() << ": " << run_options.launch_id(); in EnqueueExecution()