Home
last modified time | relevance | path

Searched defs:CompilerPageCacheEvent (Results 1 – 1 of 1) sorted by relevance

/system/iorap/src/compiler/
Dcompiler.cc674 struct CompilerPageCacheEvent { struct
675 std::string filename;
676 uint64_t timestamp_relative; // use relative timestamp because absolute values aren't comparable
680 bool add_to_page_cache; // AddToPageCache=true, DeleteFromPageCache=false.
681 uint64_t index; // offset into file: this is a multiple of the page size (usually 4096).
687 CompilerPageCacheEvent(const ResolvedPageCacheFtraceEvent& resolved) in CompilerPageCacheEvent() function
691 CompilerPageCacheEvent(ResolvedPageCacheFtraceEvent&& resolved) in CompilerPageCacheEvent() function
696 static bool LessIgnoringTimestamp(const CompilerPageCacheEvent& a, in LessIgnoringTimestamp()
704 bool operator<(const CompilerPageCacheEvent& rhs) const { in operator <()
712 CompilerPageCacheEvent(std::string filename, const PageCacheFtraceEvent& event) in CompilerPageCacheEvent() function