| Index: tools/deep_memory_profiler/lib/subcommand.py
|
| diff --git a/tools/deep_memory_profiler/lib/subcommand.py b/tools/deep_memory_profiler/lib/subcommand.py
|
| index 36d0fe3e3d10fec333e09e3e112bc606a5759cc4..adf803670c2105265c8b7b65b0f18ea5884b048c 100644
|
| --- a/tools/deep_memory_profiler/lib/subcommand.py
|
| +++ b/tools/deep_memory_profiler/lib/subcommand.py
|
| @@ -8,7 +8,8 @@ import os
|
| import re
|
|
|
| from lib.bucket import BucketSet
|
| -from lib.dump import Dump, DumpList
|
| +from lib.dump import Dump
|
| +from lib.dumplist import DumpList
|
| from lib.symbol import SymbolDataSources, SymbolMappingCache, SymbolFinder
|
| from lib.symbol import procfs
|
| from lib.symbol import FUNCTION_SYMBOLS, SOURCEFILE_SYMBOLS, TYPEINFO_SYMBOLS
|
|
|