Re: [PATCH v7 2/4] kbuild: generate offset range data for builtin modules

2024-08-22 Thread Masahiro Yamada
On Wed, Aug 21, 2024 at 1:11 PM Kris Van Hees wrote: > > Create file module.builtin.ranges that can be used to find where > built-in modules are located by their addresses. This will be useful for > tracing tools to find what functions are for various built-in modules. > > The offset range data fo

[PATCH v7 2/4] kbuild: generate offset range data for builtin modules

2024-08-20 Thread Kris Van Hees
Create file module.builtin.ranges that can be used to find where built-in modules are located by their addresses. This will be useful for tracing tools to find what functions are for various built-in modules. The offset range data for builtin modules is generated using: - modules.builtin: associa