Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 33) sorted by relevance

12

/developtools/profiler/device/etc/
Dhiprofilerd.cfg36 "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/
Dnative_daemon_client.cpp42 bool stop = false; in main() local
85 stop = true; in main()
158 } else if (stop) { in main()
/developtools/profiler/device/plugins/hiebpf_plugin/src/
Dhiebpf_module.cpp98 std::string stop = "hiebpf --stop true"; in HiebpfSessionStop() local
99 RunCmd(stop); in HiebpfSessionStop()
/developtools/hiperf/interfaces/kits/js/
D@ohos.hiperf.d.ts53 function stop(): boolean;
/developtools/hdc/src/daemon/etc/
Dhdcd.root.cfg84 "stop hdcd",
98 "stop hdcd",
Dhdcd.cfg84 "stop hdcd",
/developtools/smartperf_host/trace_streamer/doc/
DarkTs.md17 *Timeline模式下发start命令后开始抓取,插件结束时下发stop命令停止抓取并开始上报数据。Start命令下发到stop命令下发之间属于数据抓取过程。*
/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.h26 void stop();
Dmain.cpp97 clsHdcJdwpSimulator->stop(); in FreeInstance()
DHdcJdwpSimulator.cpp292 void HdcJdwpSimulator::stop() in stop() function in HdcJdwpSimulator
/developtools/hiperf/script/
Drecord_control.py47 elif args.stop:
/developtools/hdc/src/daemon/
Djdwp.h110 bool stop; variable
Djdwp.cpp28 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/
Dindex.js165 result = hiperf.stop();
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dtrace_plugin_config.proto30 …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/
Dtrace_plugin_config.proto30 …bool discard_cache_data = 31; // if set true, session will stop immediately.(cache data will be lo…
/developtools/profiler/protos/services/
Dprofiler_service.proto36 // stop tracing session, deactivate server side tracing triggers.
Dprofiler_service_types.proto58 …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/
Dprofiler_service.proto36 // stop tracing session, deactivate server side tracing triggers.
Dprofiler_service_types.proto58 …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/
Dprintk_formats_parser_test.cpp45 0xc0aff30b : "CPU stop interrupts"
/developtools/hdc/hdc_rust/src/transfer/
Duart.rs42 fn SetSerialExt(fd: i32, speed: i32, bits: i32, event: u8, stop: i32) -> i32; in SetSerialExt()
Duart_wrapper.rs268 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/
Dhiebpf.cpp53 HIEBPF_DEFINE_bool(stop, false, "stop hiebpf server to trace");
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts105 private stop = 'StopRecord'; property in SpRecordTrace
869 this.recordButtonText!.textContent = this.stop;
1355 this.recordButtonText!.textContent = this.stop;

12