Tarantool development patches archive
 help / color / mirror / Atom feed
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 v7 0/2] memprof: C-symbols resolving
Date: Wed,  6 Apr 2022 16:16:54 +0300	[thread overview]
Message-ID: <cover.1649250622.git.m.kokryashkin@tarantool.org> (raw)

Changes in v7:
- Fixed comments as per review by Sergey
- Added tests for different types of hash sections.

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

 Makefile.original                             |   2 +-
 src/lj_memprof.c                              | 405 +++++++++++++++++-
 src/lj_memprof.h                              |  17 +-
 test/tarantool-tests/CMakeLists.txt           |   4 +
 .../gh-5813-resolving-of-c-symbols.test.lua   |  91 ++++
 .../both/CMakeLists.txt                       |   4 +
 .../both/resboth.c                            |  17 +
 .../gnuhash/CMakeLists.txt                    |   4 +
 .../gnuhash/resgnuhash.c                      |  17 +
 .../hash/CMakeLists.txt                       |   4 +
 .../hash/reshash.c                            |  17 +
 .../stripped/CMakeLists.txt                   |   4 +
 .../stripped/resstripped.c                    |  17 +
 test/tarantool-tests/tools-utils-avl.test.lua |  52 +++
 tools/CMakeLists.txt                          |   2 +
 tools/memprof.lua                             |   5 +
 tools/memprof/parse.lua                       |  15 +
 tools/utils/avl.lua                           | 113 +++++
 tools/utils/symtab.lua                        |  29 +-
 19 files changed, 805 insertions(+), 14 deletions(-)
 create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols.test.lua
 create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols/both/CMakeLists.txt
 create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols/both/resboth.c
 create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols/gnuhash/CMakeLists.txt
 create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols/gnuhash/resgnuhash.c
 create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols/hash/CMakeLists.txt
 create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols/hash/reshash.c
 create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols/stripped/CMakeLists.txt
 create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols/stripped/resstripped.c
 create mode 100644 test/tarantool-tests/tools-utils-avl.test.lua
 create mode 100644 tools/utils/avl.lua

--
2.35.1


             reply	other threads:[~2022-04-06 13:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 13:16 Maxim Kokryashkin via Tarantool-patches [this message]
2022-04-06 13:16 ` [Tarantool-patches] [PATCH luajit v7 1/2] memprof: extend symtab with C-symbols Maxim Kokryashkin via Tarantool-patches
2022-04-06 13:16 ` [Tarantool-patches] [PATCH luajit v7 2/2] memprof: enrich symtab with newly loaded symbols 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.1649250622.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 v7 0/2] memprof: C-symbols resolving' \
    /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