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 v3 0/2] memprof: add demangling capabilities for C functions Date: Wed, 15 Sep 2021 20:18:59 +0300 [thread overview] Message-ID: <cover.1631725806.git.m.kokryashkin@tarantool.org> (raw) 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
next reply other threads:[~2021-09-15 17:19 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-09-15 17:18 Maxim Kokryashkin via Tarantool-patches [this message] 2021-09-15 17:19 ` [Tarantool-patches] [PATCH luajit v3 1/2] memprof: extend symtab with C-symbols Maxim Kokryashkin via Tarantool-patches 2021-09-15 17:19 ` [Tarantool-patches] [PATCH luajit v3 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.1631725806.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 v3 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