Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit v7 0/2] memprof: C-symbols resolving
@ 2022-04-06 13:16 Maxim Kokryashkin via Tarantool-patches
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Maxim Kokryashkin via Tarantool-patches @ 2022-04-06 13:16 UTC (permalink / raw)
  To: tarantool-patches, imun, skaplun

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


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

end of thread, other threads:[~2022-04-06 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-06 13:16 [Tarantool-patches] [PATCH luajit v7 0/2] memprof: C-symbols resolving Maxim Kokryashkin via Tarantool-patches
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

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