tools/import-trace: added ElfImporter
The ElfImporter is not a real trace importer, but we locate it into the import-trace utility, since here the infrastructure is already in place to import things related to an elf binary into the database. The ElfImporter calls objdump and dissassembles an elf binary and imports the results into the database. Change-Id: I6e35673c8dbee3b7e8dfc7549d10e5dca9b55935
Showing
- tools/import-trace/CMakeLists.txt 6 additions, 1 deletiontools/import-trace/CMakeLists.txt
- tools/import-trace/ElfImporter.cc 209 additions, 0 deletionstools/import-trace/ElfImporter.cc
- tools/import-trace/ElfImporter.hpp 53 additions, 0 deletionstools/import-trace/ElfImporter.hpp
- tools/import-trace/main.cc 3 additions, 0 deletionstools/import-trace/main.cc
Loading
Please register or sign in to comment