Searched refs:StopProfiling (Results 1 - 6 of 6) sorted by relevance

/system/extras/simpleperf/
H A DInplaceSamplerClient.h38 bool StopProfiling(IOEventLoop& loop, const std::function<bool()>& close_callback);
H A DInplaceSamplerClient.cpp125 bool InplaceSamplerClient::StopProfiling(IOEventLoop& loop, function in class:InplaceSamplerClient
H A Devent_selection_set.cpp739 if (!sampler->StopProfiling(*loop_, close_callback)) {
/system/extras/perfprofd/
H A Dperfprofd_threaded_handler.h66 void StopProfiling() { function in class:android::perfprofd::ThreadedConfig
129 bool StopProfiling(std::string* error_msg) { function in class:android::perfprofd::ThreadedHandler
136 cur_config_->StopProfiling();
/system/extras/perfprofd/binder_interface/
H A Dperfprofd_binder.cc256 if (!StopProfiling(&error_msg)) {
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc1316 EXPECT_FALSE(threaded_handler_->StopProfiling(&error_msg));
1333 EXPECT_TRUE(threaded_handler_->StopProfiling(&error_msg)) << error_msg;

Completed in 94 milliseconds