[Buildroot] [PATCH v2 0/2] package/linux-tools: introduce linux mm tools

Dmitry Rokosov ddrokosov at salutedevices.com
Tue Feb 6 19:25:32 UTC 2024


This toolset was designed to facilitate the testing, monitoring, and
tracing of various things with virtual memory, pages, and slab objects.
It is an invaluable resource for identifying and analyzing
memory-related issues, such as leaks and bottlenecks, and can greatly
enhance one's understanding of memory utilization within a system.

Also this patch series includes multilib build support for all
linux-tools.

Changes v2 since v1 at [1]:
    - instead of comparing kernel versions, verify the presence of the
      tools/{mm|vm}/Makefile
    - add multilib build support patch for all linux-tools

Links:
    [1] https://lore.kernel.org/all/20230609113415.13856-1-ddrokosov@sberdevices.ru/

Dmitry Rokosov (1):
  package/linux-tools: introduce linux mm tools

Konstantin Menyaev (1):
  package/linux-tools: multilib build supported

 package/linux-tools/Config.in                 | 18 ++++++++
 package/linux-tools/linux-tool-gpio.mk.in     |  2 +-
 package/linux-tools/linux-tool-iio.mk.in      |  2 +-
 package/linux-tools/linux-tool-mm.mk.in       | 41 +++++++++++++++++++
 package/linux-tools/linux-tool-pci.mk.in      |  2 +-
 package/linux-tools/linux-tool-perf.mk.in     |  2 +-
 .../linux-tools/linux-tool-selftests.mk.in    |  2 +-
 package/linux-tools/linux-tool-tmon.mk.in     |  2 +-
 package/linux-tools/linux-tools.mk            |  2 +
 9 files changed, 67 insertions(+), 6 deletions(-)
 create mode 100644 package/linux-tools/linux-tool-mm.mk.in

-- 
2.43.0




More information about the buildroot mailing list