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 v5 0/2] memprof: add resolving capabilities
Date: Fri, 4 Mar 2022 22:22:17 +0300 [thread overview]
Message-ID: <20220304192219.1266071-1-m.kokryashkin@tarantool.org> (raw)
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
next reply other threads:[~2022-03-04 19:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-04 19:22 Maxim Kokryashkin via Tarantool-patches [this message]
2022-03-04 19:22 ` [Tarantool-patches] [PATCH luajit v5 1/2] memprof: extend symtab with C-symbols Maxim Kokryashkin via Tarantool-patches
2022-03-18 6:48 ` Sergey Kaplun via Tarantool-patches
2022-03-19 13:08 ` Maxim Kokryashkin via Tarantool-patches
2022-03-04 19:22 ` [Tarantool-patches] [PATCH luajit v5 2/2] memprof: enrich symtab with newly loaded symbols Maxim Kokryashkin via Tarantool-patches
2022-03-04 19:24 ` [Tarantool-patches] [PATCH luajit v5 0/2] memprof: add resolving capabilities 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=20220304192219.1266071-1-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 v5 0/2] memprof: add resolving capabilities' \
/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