HomeSort by relevance Sort by last modified time
    Searched full:mmap_data_buffer_ (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
event_fd.cpp 120 mmap_data_buffer_ = reinterpret_cast<char*>(mmap_addr_) + page_size;
156 char* from = mmap_data_buffer_ + read_head;
161 char* from = mmap_data_buffer_ + read_head;
165 from = mmap_data_buffer_;
event_fd.h 97 char* mmap_data_buffer_; // Starts from the second page of mmap_area, containing records written member in class:EventFd

Completed in 486 milliseconds