HomeSort by relevance Sort by last modified time
    Searched refs:MMap (Results 1 - 6 of 6) sorted by null

  /external/perf_data_converter/src/
perf_data_handler.h 125 // Called for every mmap event.
126 virtual void MMap(const MMapContext& mmap) = 0;
perf_data_converter.cc 154 // by Comm() and MMap() methods to force re-creation of those locations.
212 void MMap(const MMapContext& mmap) override;
542 // Invalidates the locations in location_map in the mmap event's range.
543 void PerfDataConverter::MMap(const MMapContext& mmap) {
544 LocationMap& loc_map = per_pid_[mmap.pid].location_map;
545 loc_map.erase(loc_map.lower_bound(mmap.mapping->start),
546 loc_map.lower_bound(mmap.mapping->limit));
667 // actual "mmap" info. Normalize these names so our ProcessProfile
    [all...]
perf_data_handler.cc 84 void UpdateMapsWithMMapEvent(const quipper::PerfDataProto_MMapEvent* mmap);
92 // Find the MMAP event which has ip in its address range from pid. If no
101 // Find the main MMAP event for this pid. If no mapping is found,
127 // pid_to_mmaps maps a pid to all mmap events that correspond to that pid.
130 // pid_to_executable_mmap maps a pid to mmap that most likely contains the
330 const quipper::PerfDataProto_MMapEvent* mmap) {
331 if (mmap->len() == 0) {
332 LOG(WARNING) << "bogus mapping: " << mmap->filename();
335 uint32 pid = mmap->pid();
345 if (mmap->filename() != "")
    [all...]
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 49 ModuleMap &MMap;
145 MMap(CI.getPreprocessor().getHeaderSearchInfo().getModuleMap()),
175 DI->setModuleMap(MMap);
CGDebugInfo.h 284 void setModuleMap(ModuleMap &MMap) { ClangModuleMap = &MMap; }
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]

Completed in 199 milliseconds