| /developtools/profiler/device/etc/ |
| D | hiprofilerd.cfg | 36 "stop hiprofilerd" 48 "stop hiprofiler_plugins" 60 "stop hiprofiler_daemon", 61 "stop hiprofiler_daemon_sa" 80 "stop hiprofiler_daemon_sa"
|
| /developtools/profiler/device/plugins/native_daemon/ |
| D | native_daemon_client.cpp | 42 bool stop = false; in main() local 85 stop = true; in main() 158 } else if (stop) { in main()
|
| /developtools/profiler/device/plugins/hiebpf_plugin/src/ |
| D | hiebpf_module.cpp | 98 std::string stop = "hiebpf --stop true"; in HiebpfSessionStop() local 99 RunCmd(stop); in HiebpfSessionStop()
|
| /developtools/hiperf/interfaces/kits/js/ |
| D | @ohos.hiperf.d.ts | 53 function stop(): boolean;
|
| /developtools/hdc/src/daemon/etc/ |
| D | hdcd.root.cfg | 84 "stop hdcd", 98 "stop hdcd",
|
| D | hdcd.cfg | 84 "stop hdcd",
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | arkTs.md | 17 *Timeline模式下发start命令后开始抓取,插件结束时下发stop命令停止抓取并开始上报数据。Start命令下发到stop命令下发之间属于数据抓取过程。*
|
| /developtools/hdc/src/test/jdwp/ |
| D | HdcJdwpSimulator.h | 26 void stop();
|
| D | main.cpp | 97 clsHdcJdwpSimulator->stop(); in FreeInstance()
|
| D | HdcJdwpSimulator.cpp | 292 void HdcJdwpSimulator::stop() in stop() function in HdcJdwpSimulator
|
| /developtools/hiperf/script/ |
| D | record_control.py | 47 elif args.stop:
|
| /developtools/hdc/src/daemon/ |
| D | jdwp.h | 110 bool stop; variable
|
| D | jdwp.cpp | 28 stop = false; in HdcJdwp() 45 stop = true; in Stop() 83 if (!stop) { in FreeContext() 633 while (!thisClass->stop) { in FdEventPollThread()
|
| /developtools/hiperf/demo/js/entry/src/main/js/MainAbility/pages/index/ |
| D | index.js | 165 result = hiperf.stop();
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | trace_plugin_config.proto | 30 …bool discard_cache_data = 31; // if set true, session will stop immediately.(cache data will be lo…
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | trace_plugin_config.proto | 30 …bool discard_cache_data = 31; // if set true, session will stop immediately.(cache data will be lo…
|
| /developtools/profiler/protos/services/ |
| D | profiler_service.proto | 36 // stop tracing session, deactivate server side tracing triggers.
|
| D | profiler_service_types.proto | 58 …bool discard_cache_data = 7; // if set true, session will stop immediately.(cache data will be los…
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | profiler_service.proto | 36 // stop tracing session, deactivate server side tracing triggers.
|
| D | profiler_service_types.proto | 58 …bool discard_cache_data = 7; // if set true, session will stop immediately.(cache data will be los…
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| D | printk_formats_parser_test.cpp | 45 0xc0aff30b : "CPU stop interrupts"
|
| /developtools/hdc/hdc_rust/src/transfer/ |
| D | uart.rs | 42 fn SetSerialExt(fd: i32, speed: i32, bits: i32, event: u8, stop: i32) -> i32; in SetSerialExt()
|
| D | uart_wrapper.rs | 268 if let Some(stop) = Self::get_stop_flag(session_id).await { in check_stop() 269 return stop == 0; in check_stop()
|
| /developtools/profiler/hiebpf/src/ |
| D | hiebpf.cpp | 53 HIEBPF_DEFINE_bool(stop, false, "stop hiebpf server to trace");
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpRecordTrace.ts | 105 private stop = 'StopRecord'; property in SpRecordTrace 869 this.recordButtonText!.textContent = this.stop; 1355 this.recordButtonText!.textContent = this.stop;
|