Searched refs:map (Results 201 - 225 of 339) sorted by relevance

1234567891011>>

/system/core/libbacktrace/
H A DUnwindStackMap.h46 void FillIn(uint64_t addr, backtrace_map_t* map) override;
/system/extras/simpleperf/
H A Dcmd_dumprecord.cpp19 #include <map>
171 const MapEntry* map = thread_tree.FindMap(thread, ip);
173 const Symbol* symbol = thread_tree.FindSymbol(map, ip, &vaddr_in_file, &dso);
213 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors();
H A Dread_apk_test.cpp70 std::map<std::string, ElfFileSymbol> symbols;
H A Dsample_tree_test.cpp66 const MapEntry* map = thread_tree_->FindMap(thread, ip, in_kernel); local
68 pid, tid, thread->comm, map->dso->Path(), map->start_addr)));
196 // Match the unknown map.
217 thread_tree.AddThreadMap(1, 1, 1, 10, 0, 0, "map1"); // Add map 1.
218 sample_tree_builder.AddSample(1, 1, 5, false); // Hit map 1.
219 thread_tree.AddThreadMap(1, 1, 5, 20, 0, 0, "map2"); // Add map 2.
220 sample_tree_builder.AddSample(1, 1, 6, false); // Hit map 2.
221 sample_tree_builder.AddSample(1, 1, 4, false); // Hit map 1.
222 thread_tree.AddThreadMap(1, 1, 2, 7, 0, 0, "map3"); // Add map
[all...]
H A Dcmd_record.cpp975 for (const auto& map : thread_mmaps) {
976 if (map.executable == 0) {
979 MmapRecord record(attr, false, pid, pid, map.start_addr, map.len,
980 map.pgoff, map.name, event_id);
1367 const MapEntry* map = local
1369 Dso* dso = map->dso;
1372 symbol = thread_tree_.FindSymbol(map, r.ip_data.ip, nullptr, &dso);
1405 map
[all...]
/system/libvintf/
H A Dcheck_vintf.cpp21 #include <map>
34 using Properties = std::map<std::string, std::string>;
111 std::map<std::string, std::string> mProps;
177 std::map<int, Option> shortopts{
/system/netd/server/
H A DClatdController.cpp16 #include <map>
H A DInterfaceController.h57 static android::netdutils::StatusOr<std::map<std::string, uint32_t>> getIfaceList();
/system/nfc/src/adaptation/
H A Dnfc_config.cc53 std::map<std::string, ConfigValue> configMap;
/system/tools/hidl/
H A DAnnotation.h22 #include <map>
H A DAST.h25 #include <map>
215 // present as a key to this map, with the value being a list of types
218 std::map<AST *, std::set<Type *>> mImportedTypes;
221 std::map<FQName, Type *> mDefinedTypesByFullName;
/system/update_engine/common/
H A Dfake_hardware.h20 #include <map>
/system/update_engine/payload_generator/
H A Dsquashfs_filesystem.cc77 bool GetFileMapContent(const string& sqfs_path, string* map) { argument
84 // Run unsquashfs to get the system file map.
85 // unsquashfs -m <map-file> <squashfs-file>
95 TEST_AND_RETURN_FALSE(utils::ReadFile(map_file, map));
101 bool SquashfsFilesystem::Init(const string& map, argument
114 // Reading files map. For the format of the file map look at the comments for
116 auto lines = base::SplitStringPiece(map,
276 // Read the map file.
279 LOG(ERROR) << "Failed to produce squashfs map fil
[all...]
H A Dext2_filesystem.cc31 #include <map>
87 std::map<ext2_ino_t, FilesystemInterface::File>* inodes = nullptr;
168 std::map<ext2_ino_t, File> inodes;
/system/core/debuggerd/crasher/
H A Dcrasher.cpp287 char* map = reinterpret_cast<char*>(mmap(nullptr, sizeof(int), PROT_READ | PROT_WRITE, local
289 munmap(map, sizeof(int));
290 map[0] = '8';
/system/core/liblog/tests/
H A Dliblog_benchmark.cpp849 static EventTagMap* map; variable
852 if (map) return true;
856 map = android_openEventTagMap(NULL);
859 if (android_lookupEventTag_len(map, &len, tag) == NULL) continue;
878 android_lookupEventTag_len(map, &len, (*it));
900 android_lookupEventTag_len(map, &len, notTag);
918 android_lookupEventFormat_len(map, &len, (*it));
935 const char* name = android_lookupEventTag_len(map, &len, (*it));
937 const char* format = android_lookupEventFormat_len(map, &len, (*it));
940 android_lookupEventTagNum(map, Nam
[all...]
/system/core/libmemunreachable/
H A DAllocator.h24 #include <map>
201 using map = std::map<Key, T, Compare, Allocator<std::pair<const Key, T>>>;
/system/extras/iotop/
H A Diotop.cpp21 #include <map>
81 static const std::map<std::string, Sorter> sorters{
162 std::map<pid_t, std::vector<pid_t>> tgid_map;
/system/update_engine/update_manager/
H A Dboxed_value_unittest.cc21 #include <map>
38 using std::map;
103 map<int, BoxedValue> m;
/system/core/adb/
H A Dadb_auth_host.cpp27 #include <map>
51 static std::map<std::string, std::shared_ptr<RSA>>& g_keys =
52 *new std::map<std::string, std::shared_ptr<RSA>>;
53 static std::map<int, std::string>& g_monitored_paths = *new std::map<int, std::string>;
/system/bt/vendor_libs/linux/interface/
H A Dasync_fd_watcher.cc23 #include <map>
/system/connectivity/wificond/net/
H A Dnetlink_utils.cpp20 #include <map>
34 using std::map;
531 map<uint32_t, map<int, BaseNL80211Attr>> attr_by_wiphy_and_id;
533 // Construct the map using input packets.
561 // Generate output packets using the constructed map.
/system/core/init/
H A Daction_manager.cpp49 std::map<std::string, std::string>{});
/system/core/storaged/include/
H A Dstoraged.h124 map<uint64_t, struct uid_records> get_uid_records(
/system/extras/libperfmgr/
H A DHintManager.cc116 std::map<std::string, std::vector<NodeAction>> actions =
244 std::map<std::string, std::vector<NodeAction>> HintManager::ParseActions(
248 std::map<std::string, std::vector<NodeAction>> actions_parsed;
260 std::map<std::string, std::size_t> nodes_index;

Completed in 429 milliseconds

1234567891011>>