Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_converter.cc505 LocationMap& loc_map = per_pid_[pid].location_map; in AddOrGetLocation() local
506 auto loc_it = loc_map.find(addr); in AddOrGetLocation()
507 if (loc_it != loc_map.end()) { in AddOrGetLocation()
526 loc_map[addr] = loc_id; in AddOrGetLocation()
544 LocationMap& loc_map = per_pid_[mmap.pid].location_map; in MMap() local
545 loc_map.erase(loc_map.lower_bound(mmap.mapping->start), in MMap()
546 loc_map.lower_bound(mmap.mapping->limit)); in MMap()