From: Maxim Kokryashkin via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tarantool-patches@dev.tarantool.org, imun@tarantool.org,
skaplun@tarantool.org
Subject: [Tarantool-patches] [PATCH luajit v4 0/2] memprof: add demangling capabilities for C functions
Date: Sat, 30 Oct 2021 16:25:23 +0300 [thread overview]
Message-ID: <cover.1635600120.git.m.kokryashkin@tarantool.org> (raw)
Changes in v4:
- AVL tree in symtab.demangle
- Self-review
Maxim Kokryashkin (2):
memprof: extend symtab with C-symbols
memprof: update memprof parser
Makefile.original | 2 +-
src/lj_memprof.c | 159 +++++++++++++++++-
src/lj_memprof.h | 17 +-
.../misclib-memprof-lapi.test.lua | 4 +-
test/tarantool-tests/tools-utils-avl.test.lua | 59 +++++++
tools/CMakeLists.txt | 2 +
tools/memprof.lua | 5 +
tools/memprof/parse.lua | 17 +-
tools/utils/avl.lua | 118 +++++++++++++
tools/utils/symtab.lua | 39 ++++-
10 files changed, 401 insertions(+), 21 deletions(-)
create mode 100644 test/tarantool-tests/tools-utils-avl.test.lua
create mode 100644 tools/utils/avl.lua
---
GitHub branch:
https://github.com/tarantool/luajit/tree/fckxorg/gh-5813-demangling-of-c-symbols-v2
Issue:
https://github.com/tarantool/tarantool/issues/5813
next reply other threads:[~2021-10-30 13:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-30 13:25 Maxim Kokryashkin via Tarantool-patches [this message]
2021-10-30 13:25 ` [Tarantool-patches] [PATCH luajit v4 1/2] memprof: extend symtab with C-symbols Maxim Kokryashkin via Tarantool-patches
2021-12-21 14:38 ` Sergey Kaplun via Tarantool-patches
2021-10-30 13:25 ` [Tarantool-patches] [PATCH luajit v4 2/2] memprof: update memprof parser Maxim Kokryashkin via Tarantool-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1635600120.git.m.kokryashkin@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=imun@tarantool.org \
--cc=max.kokryashkin@gmail.com \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit v4 0/2] memprof: add demangling capabilities for C functions' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox