Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py132 print('%smemory_start: %x' % (space, mapping.memory_start))
211 self.memory_start = start
220 self.memory_start,
560 profile_mapping.memory_start = mapping.memory_start
/system/testing/gtest_extras/tests/
DSystemTests.cpp1173 size_t memory_start = 0; in TEST_F() local
1180 memory_start = memory; in TEST_F()
1191 if (memory > memory_start) { in TEST_F()
1192 ASSERT_GT(kMaxLeakBytes, memory - memory_start) in TEST_F()
1195 << "Starting memory bytes " << memory_start << std::endl in TEST_F()
/system/extras/simpleperf/scripts/test/
Dpprof_proto_generator_test.py92 self.assertLessEqual(mapping.memory_start, location.address)
/system/extras/simpleperf/
Dthread_tree.h145 Dso* FindKernelModuleDsoOrNew(const std::string& filename, uint64_t memory_start,
Ddso.cpp772 uint64_t memory_start, uint64_t memory_end, Dso* kernel_dso) in KernelModuleDso() argument
774 memory_start_(memory_start), in KernelModuleDso()
932 std::unique_ptr<Dso> Dso::CreateKernelModuleDso(const std::string& dso_path, uint64_t memory_start, in CreateKernelModuleDso() argument
937 new KernelModuleDso(dso_path, debug_path, memory_start, memory_end, kernel_dso)); in CreateKernelModuleDso()
Ddso.h137 uint64_t memory_start, uint64_t memory_end,
Dthread_tree.cpp147 Dso* ThreadTree::FindKernelModuleDsoOrNew(const std::string& filename, uint64_t memory_start, in FindKernelModuleDsoOrNew() argument
152 Dso::CreateKernelModuleDso(filename, memory_start, memory_end, FindKernelDsoOrNew()); in FindKernelModuleDsoOrNew()