Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit v2 0/3] memprof: add demangling capabilities for C functions
@ 2021-08-20 11:10 Maxim Kokryashkin via Tarantool-patches
  2021-08-20 11:10 ` [Tarantool-patches] [PATCH luajit v2 1/3] utils: add CRC32 hash implementation Maxim Kokryashkin via Tarantool-patches
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Maxim Kokryashkin via Tarantool-patches @ 2021-08-20 11:10 UTC (permalink / raw)
  To: tarantool-patches, imun, skaplun

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-30 14:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 11:10 [Tarantool-patches] [PATCH luajit v2 0/3] memprof: add demangling capabilities for C functions Maxim Kokryashkin via Tarantool-patches
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox