Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit v5 0/2] memprof: add resolving capabilities
@ 2022-03-04 19:22 Maxim Kokryashkin via Tarantool-patches
  2022-03-04 19:22 ` [Tarantool-patches] [PATCH luajit v5 1/2] memprof: extend symtab with C-symbols Maxim Kokryashkin via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Maxim Kokryashkin via Tarantool-patches @ 2022-03-04 19:22 UTC (permalink / raw)
  To: tarantool-patches, imun, skaplun

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


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

end of thread, other threads:[~2022-03-19 13:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-04 19:22 [Tarantool-patches] [PATCH luajit v5 0/2] memprof: add resolving capabilities Maxim Kokryashkin via Tarantool-patches
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

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