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 v2 0/3] memprof: add demangling capabilities for C functions
Date: Fri, 20 Aug 2021 14:10:31 +0300	[thread overview]
Message-ID: <cover.1629457244.git.m.kokryashkin@tarantool.org> (raw)

Changes in v2:
  - Fixed comments as per review by Sergey


Maxim Kokryashkin (3):
  utils: add CRC32 hash implementation
  memprof: extend symtab with information about .so libs
  memprof: update memprof parser

 CMakeLists.txt                                |   2 +
 src/CMakeLists.txt                            |   1 +
 src/Makefile.dep.original                     |   3 +-
 src/Makefile.original                         |   2 +-
 src/lj_memprof.c                              |  60 +++++++++
 src/lj_memprof.h                              |   3 +-
 src/lj_utils.h                                |  29 +++++
 src/lj_utils_hash.c                           | 110 +++++++++++++++++
 src/ljamalg.c                                 |   1 +
 .../misclib-memprof-lapi.test.lua             |   5 +-
 tools/CMakeLists.txt                          |   2 +
 tools/utils/hash.lua                          |  99 +++++++++++++++
 tools/utils/symtab.lua                        | 114 +++++++++++++++++-
 13 files changed, 420 insertions(+), 11 deletions(-)
 create mode 100644 src/lj_utils_hash.c
 create mode 100644 tools/utils/hash.lua

--- 
Github branch: https://github.com/tarantool/luajit/tree/fckxorg/gh-5813-demangling-of-c-symbols
Issue: https://github.com/tarantool/tarantool/issues/5813

2.32.0



             reply	other threads:[~2021-08-20 11:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-20 11:10 Maxim Kokryashkin via Tarantool-patches [this message]
2021-08-20 11:10 ` [Tarantool-patches] [PATCH luajit v2 1/3] utils: add CRC32 hash implementation Maxim Kokryashkin via Tarantool-patches
2021-08-30 14:08   ` Sergey Kaplun via Tarantool-patches
2021-08-20 11:10 ` [Tarantool-patches] [PATCH luajit v2 2/3] memprof: extend symtab with information about .so libs Maxim Kokryashkin via Tarantool-patches
2021-08-30 14:10   ` Sergey Kaplun via Tarantool-patches
2021-08-20 11:10 ` [Tarantool-patches] [PATCH luajit v2 3/3] memprof: update memprof parser Maxim Kokryashkin via Tarantool-patches
2021-08-25 10:01 ` [Tarantool-patches] [PATCH luajit v2 0/3] memprof: add demangling capabilities for C functions Максим Корякшин 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.1629457244.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 v2 0/3] 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