Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DJITDebugReader.h87 typedef std::function<bool(const std::vector<JITDebugInfo>&, bool)> debug_info_callback_t; typedef
88 bool RegisterDebugInfoCallback(IOEventLoop* loop, const debug_info_callback_t& callback);
174 debug_info_callback_t debug_info_callback_;
DJITDebugReader.cpp123 const debug_info_callback_t& callback) { in RegisterDebugInfoCallback()