Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dbpf_event_receiver.h143 if (not stop_) { in ~BPFEventReceiver() local
144 stop_ = true; in ~BPFEventReceiver()
173 stop_ = true; in Stop()
183 return (not stop_); in Running()
259 while (not stop_) { in WorkLoop() local
328 bool stop_ {false};
Dbpf_log_reader.h39 stop_ = true; in Stop()
54 bool stop_ {false};
Dhhlog.h92 return stop_.load(); in IsStopped()
119 std::atomic<bool> stop_ {false};
/developtools/profiler/hiebpf/src/
Dhhlog.cpp22 stop_.store(true); in ~HHLogger()
150 if (stop_.load() and (dataSize == 0)) { in SaveLog()
156 stop_.store(true); in SaveLog()
Dbpf_log_reader.cpp151 if (stop_ or ret == -1) { in MoveBPFLog()
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/
Dutilities.cpp122 stop_ = false; in Start()
132 if (stop_) in Stop()
154 stop_ = true; in Stop()
/developtools/hiperf/src/
Dutilities.cpp197 stop_ = false; in Start()
207 if (stop_) in Stop()
229 stop_ = true; in Stop()
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h272 bool stop_ = true; variable
/developtools/hiperf/include/
Dutilities.h294 bool stop_ = true; variable