/external/perfetto/src/trace_processor/metrics/android/ |
D | android_startup.sql | 30 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 …]
|
D | hsc_startups.sql | 50 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 …]
|
D | android_startup_launches.sql | 105 CREATE TABLE launch_processes(launch_id INT, upid BIG INT);
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | executable_run_options.h | 133 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
|
D | xla.proto | 371 int32 launch_id = 10; field
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_module_config.h | 122 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
|
D | hlo_module_util.cc | 102 config->set_launch_id(execution_options->launch_id()); in CreateModuleConfig()
|
/external/tensorflow/tensorflow/stream_executor/tpu/ |
D | c_api_decl.h | 170 int launch_id; member 278 int32_t launch_id; member
|
D | c_api_conversions.cc | 417 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/ |
D | tpu_compile_op_support.cc | 61 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()
|
D | tpu_compile_op_support.h | 102 const int* launch_id, const bool* alias_passthrough_params,
|
/external/tensorflow/tensorflow/core/tpu/ |
D | tpu_on_demand_compiler.cc | 69 se_options.launch_id = options.run_options().launch_id(); in ToC()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 276 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/ |
D | instrument_pass.cpp | 276 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/ |
D | instrument_pass.cpp | 276 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/ |
D | py_executable.cc | 42 options_.launch_id = tensorflow::Fingerprint32(*fingerprint_); in PyExecutable()
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | pjrt_client.h | 409 int32 launch_id = 0; member
|
D | pjrt_stream_executor_client.cc | 1758 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()
|