/aosp_15_r20/system/extras/simpleperf/ |
H A D | sample_tree_test.cpp | 120 thread_tree.AddThreadMap(1, 1, 1, 5, 0, "process1_thread1"); in SetUp() 121 thread_tree.AddThreadMap(1, 11, 6, 5, 0, "process1_thread1_map2"); in SetUp() 122 thread_tree.AddThreadMap(2, 2, 1, 20, 0, "process2_thread2"); in SetUp() 219 thread_tree.AddThreadMap(1, 1, 1, 10, 0, "map1"); // Add map 1. in TEST() 221 thread_tree.AddThreadMap(1, 1, 5, 20, 0, "map2"); // Add map 2. in TEST() 224 thread_tree.AddThreadMap(1, 1, 2, 7, 0, "map3"); // Add map 3. in TEST()
|
H A D | thread_tree_test.cpp | 29 thread_tree_.AddThreadMap(0, 0, start, end - start, start, name); in AddMap() 108 thread_tree_.AddThreadMap(0, 0, 0, 1, 0, "0", map_flags::PROT_JIT_SYMFILE_MAP); in TEST_F() 109 thread_tree_.AddThreadMap(1, 1, 1, 1, 1, "1"); in TEST_F()
|
H A D | report_utils_test.cpp | 120 thread_tree.AddThreadMap(1, 1, 0x0, 0x1000, 0x0, fake_native_lib_path); in SetUp() 121 thread_tree.AddThreadMap(1, 1, 0x1000, 0x1000, 0x0, fake_interpreter_path); in SetUp() 122 thread_tree.AddThreadMap(1, 1, 0x2000, 0x1000, 0x0, fake_dex_file_path); in SetUp() 123 thread_tree.AddThreadMap(1, 1, 0x3000, 0x1000, 0x0, fake_jit_cache_path, in SetUp() 489 thread_tree.AddThreadMap(1, 1, 0x4000, 0x1000, 0x0, compiled_java_path); in TEST_F()
|
H A D | thread_tree.cpp | 168 void ThreadTree::AddThreadMap(int pid, int tid, uint64_t start_addr, uint64_t len, uint64_t pgoff, in AddThreadMap() function in simpleperf::ThreadTree 396 AddThreadMap(r.data->pid, r.data->tid, r.data->addr, r.data->len, r.data->pgoff, r.filename); in Update() 405 AddThreadMap(r.data->pid, r.data->tid, r.data->addr, r.data->len, r.data->pgoff, filename, in Update()
|
H A D | thread_tree.h | 112 void AddThreadMap(int pid, int tid, uint64_t start_addr, uint64_t len, uint64_t pgoff,
|
H A D | BranchListFile.cpp | 144 thread_tree_.AddThreadMap(pid, pid, map.start_addr, map.len, map.pgoff, map.name); in DumpMapsFromProc()
|