Searched refs:IOEventLoop (Results 1 – 17 of 17) sorted by relevance
/system/extras/simpleperf/ |
D | IOEventLoop.cpp | 25 IOEventLoop* loop; 31 IOEvent(IOEventLoop* loop, const std::function<bool()>& callback) in IOEvent() 42 IOEventLoop::IOEventLoop() in IOEventLoop() function in IOEventLoop 45 IOEventLoop::~IOEventLoop() { in ~IOEventLoop() 52 bool IOEventLoop::UsePreciseTimer() { in UsePreciseTimer() 60 bool IOEventLoop::EnsureInit() { in EnsureInit() 95 void IOEventLoop::EventCallbackFn(int, int16_t, void* arg) { in EventCallbackFn() 112 IOEventRef IOEventLoop::AddReadEvent(int fd, in AddReadEvent() 120 IOEventRef IOEventLoop::AddWriteEvent(int fd, in AddWriteEvent() 128 bool IOEventLoop::AddSignalEvent(int sig, in AddSignalEvent() [all …]
|
D | IOEventLoop_test.cpp | 27 TEST(IOEventLoop, read) { in TEST() argument 30 IOEventLoop loop; in TEST() 66 TEST(IOEventLoop, write) { in TEST() argument 69 IOEventLoop loop; in TEST() 102 TEST(IOEventLoop, signal) { in TEST() argument 103 IOEventLoop loop; in TEST() 129 IOEventLoop loop; in TestPeriodicEvents() 151 TEST(IOEventLoop, periodic) { in TEST() argument 155 TEST(IOEventLoop, periodic_precise) { in TEST() argument 159 TEST(IOEventLoop, read_and_del_event) { in TEST() argument [all …]
|
D | IOEventLoop.h | 34 class IOEventLoop { 36 IOEventLoop(); 37 ~IOEventLoop();
|
D | workload_test.cpp | 26 IOEventLoop loop; in TEST() 45 IOEventLoop loop; in run_signaled_workload() 66 IOEventLoop loop; in run_exit_nonzero_workload()
|
D | RecordReadThread.h | 141 bool RegisterDataCallback(IOEventLoop& loop, const std::function<bool()>& data_callback); 172 bool HandleCmd(IOEventLoop& loop); 173 bool HandleAddEventFds(IOEventLoop& loop, const std::vector<EventFd*>& event_fds);
|
D | RecordReadThread_test.cpp | 129 MOCK_METHOD2(StartPolling, bool(IOEventLoop&, const std::function<bool()>&)); 255 IOEventLoop loop; in TEST_F() 274 IOEventLoop loop; in TEST_F() 309 IOEventLoop loop; in TEST_F() 360 IOEventLoop loop; in TEST_F() 388 IOEventLoop loop; in TEST_F() 429 IOEventLoop loop; in TEST_F() 505 IOEventLoop loop; in TEST_F()
|
D | event_selection_set.h | 156 IOEventLoop* GetIOEventLoop() { in GetIOEventLoop() 212 std::unique_ptr<IOEventLoop> loop_;
|
D | JITDebugReader.cpp | 263 bool JITDebugReader::RegisterDebugInfoCallback(IOEventLoop* loop, in RegisterDebugInfoCallback() 268 return (read_event_ != nullptr && IOEventLoop::DisableEvent(read_event_)); in RegisterDebugInfoCallback() 276 if (!IOEventLoop::EnableEvent(read_event_)) { in MonitorProcess() 335 if (!IOEventLoop::DisableEvent(read_event_)) { in ReadAllProcesses() 355 return IOEventLoop::EnableEvent(read_event_); in ReadAllProcesses()
|
D | event_fd.h | 106 virtual bool StartPolling(IOEventLoop& loop, const std::function<bool()>& callback);
|
D | event_fd.cpp | 323 bool EventFd::StartPolling(IOEventLoop& loop, in StartPolling() 329 bool EventFd::StopPolling() { return IOEventLoop::DelEvent(ioevent_ref_); } in StopPolling()
|
D | RecordReadThread.cpp | 241 bool RecordReadThread::RegisterDataCallback(IOEventLoop& loop, in RegisterDataCallback() 322 IOEventLoop loop; in RunReadThread() 344 bool RecordReadThread::HandleCmd(IOEventLoop& loop) { in HandleCmd() 373 bool RecordReadThread::HandleAddEventFds(IOEventLoop& loop, in HandleAddEventFds()
|
D | JITDebugReader.h | 118 bool RegisterDebugInfoCallback(IOEventLoop* loop, const debug_info_callback_t& callback);
|
D | cmd_record.cpp | 329 bool ProcessControlCmd(IOEventLoop* loop); 533 IOEventLoop* loop = event_selection_set_.GetIOEventLoop(); in PrepareRecording() 1437 bool RecordCommand::ProcessControlCmd(IOEventLoop* loop) { in ProcessControlCmd()
|
D | Android.bp | 278 "IOEventLoop.cpp",
|
D | event_selection_set.cpp | 156 : for_stat_cmd_(for_stat_cmd), loop_(new IOEventLoop) {} in EventSelectionSet()
|
D | cmd_stat.cpp | 560 IOEventLoop* loop = event_selection_set_.GetIOEventLoop(); in Run()
|
D | environment.cpp | 708 IOEventLoop loop; in RunCmdInApp()
|