Home
last modified time | relevance | path

Searched refs:got_start_profiling_reply_msg_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
DInplaceSamplerClient.cpp43 : attr_(attr), pid_(pid), tids_(tids), got_start_profiling_reply_msg_(false) { in InplaceSamplerClient()
89 if (!got_start_profiling_reply_msg_) { in StartPolling()
143 got_start_profiling_reply_msg_ = true; in HandleMessage()
DInplaceSamplerClient.h52 bool got_start_profiling_reply_msg_; variable