[Tarantool-patches] [PATCH luajit v3 0/2] memprof: add demangling capabilities for C functions

Maxim Kokryashkin max.kokryashkin at gmail.com
Wed Sep 15 20:18:59 MSK 2021


Changes in v3:
- Fixed comments as per review by Sergey
- Added support for demangling of functions loaded in the profilter's
  runtime

Maxim Kokryashkin (2):
  memprof: extend symtab with C-symbols
  memprof: update memprof parser

 src/lj_memprof.c                              | 154 +++++++++++++++++-
 src/lj_memprof.h                              |  17 +-
 .../misclib-memprof-lapi.test.lua             |   4 +-
 tools/memprof.lua                             |   6 +
 tools/memprof/parse.lua                       |  17 +-
 tools/memprof/process.lua                     |   7 +
 tools/utils/symtab.lua                        |  35 +++-
 7 files changed, 220 insertions(+), 20 deletions(-)

---
GitHub branch:
https://github.com/tarantool/luajit/tree/fckxorg/gh-5813-demangling-of-c-symbols-v2

Issue:
https://github.com/tarantool/tarantool/issues/5813

Patch v1 thread:
https://lists.tarantool.org/tarantool-patches/cover.1627043674.git.m.kokryashkin@tarantool.org/

Patch v2 thread:
https://lists.tarantool.org/tarantool-patches/cover.1629457244.git.m.kokryashkin@tarantool.org/

2.33.0



More information about the Tarantool-patches mailing list