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

2024-08-20 Thread Kris Van Hees
On Sun, Aug 18, 2024 at 03:19:36PM +0900, Masahiro Yamada wrote: > On Fri, Aug 16, 2024 at 12:04???AM Kris Van Hees > wrote: > > > The subject should be: > "kbuild: generate offset range data for builtin modules" > > > (Drop ", kconfig") Thank you - applied. > > > > Create file module.built

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

2024-08-17 Thread Masahiro Yamada
On Fri, Aug 16, 2024 at 12:04 AM Kris Van Hees wrote: The subject should be: "kbuild: generate offset range data for builtin modules" (Drop ", kconfig") > > Create file module.builtin.ranges that can be used to find where > built-in modules are located by their addresses. This will be usef

[PATCH v6 2/4] kbuild, kconfig: generate offset range data for builtin modules

2024-08-15 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