Home
last modified time | relevance | path

Searched refs:stop_ (Results 1 - 10 of 10) sorted by relevance

/developtools/profiler/hiebpf/include/
H A Dbpf_event_receiver.h143 if (not stop_) { in ~BPFEventReceiver()
144 stop_ = true; in ~BPFEventReceiver()
173 stop_ = true; in Stop()
183 return (not stop_); in Running()
259 while (not stop_) { in WorkLoop()
328 bool stop_ {false};
H A Dbpf_log_reader.h39 stop_ = true; in Stop()
54 bool stop_ {false};
H A Dhhlog.h92 return stop_.load(); in IsStopped()
119 std::atomic<bool> stop_ {false};
/developtools/profiler/hiebpf/src/
H A Dhhlog.cpp22 stop_.store(true); in ~HHLogger()
33 // Init logLevel, stop_, timer_ and buf_ in InitLogger()
150 if (stop_.load() and (dataSize == 0)) { in SaveLog()
156 stop_.store(true); in SaveLog()
H A Dbpf_log_reader.cpp151 if (stop_ or ret == -1) { in MoveBPFLog()
H A Dbpf_event_receiver.cpp33 cond_.wait(lk, [this]()->bool {return this->stop_ || this->buf_->GetDataSize();}); in DoWork()
34 if (stop_) { in DoWork()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dutilities.cpp142 stop_ = false; in Start()
152 if (stop_) in Stop()
174 stop_ = true; in Stop()
/developtools/hiperf/src/
H A Dutilities.cpp187 stop_ = false; in Start()
197 if (stop_) { in Stop()
220 stop_ = true; in Stop()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dutilities.h288 bool stop_ = true; member in OHOS::Developtools::NativeDaemon::StdoutRecord
/developtools/hiperf/include/
H A Dutilities.h294 bool stop_ = true; member in OHOS::Developtools::HiPerf::StdoutRecord

Completed in 7 milliseconds