[Tarantool-patches] [PATCH luajit v5 0/2] memprof: add resolving capabilities

Maxim Kokryashkin max.kokryashkin at gmail.com
Fri Mar 4 22:22:17 MSK 2022


Changes in v5:
- Fixed comments as per review by Sergey
- Added resolution based on ELF sections
- Disabled resolution for OSX
- Rebased on `tarantool` branch

Also, there are a few comments in the following letters.

Maxim Kokryashkin (2):
  memprof: extend symtab with C-symbols
  memprof: enrich symtab with newly loaded symbols

 Makefile.original                             |   2 +-
 src/lj_memprof.c                              | 396 +++++++++++++++++-
 src/lj_memprof.h                              |  15 +-
 test/tarantool-tests/tools-utils-avl.test.lua |  59 +++
 tools/CMakeLists.txt                          |   2 +
 tools/memprof.lua                             |   5 +
 tools/memprof/parse.lua                       |  19 +
 tools/utils/avl.lua                           | 118 ++++++
 tools/utils/symtab.lua                        |  28 +-
 9 files changed, 631 insertions(+), 13 deletions(-)
 create mode 100644 test/tarantool-tests/tools-utils-avl.test.lua
 create mode 100644 tools/utils/avl.lua

-- 
2.35.1



More information about the Tarantool-patches mailing list