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

2024-09-19 Thread Masahiro Yamada
On Fri, Sep 20, 2024 at 6:02 AM Kris Van Hees wrote: > > On Thu, Sep 19, 2024 at 11:28:44PM +0900, Masahiro Yamada wrote: > > Hi Kris, > > > > > > > > On Tue, Sep 10, 2024 at 4:43 AM Kris Van Hees > > wrote: > > > > > > On Sun, Sep 08, 2024 at 11:50:51AM +0900, Masahiro Yamada wrote: > > > > On

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

2024-09-19 Thread Masahiro Yamada
On Fri, Sep 20, 2024 at 3:08 AM Sam James wrote: > > Masahiro Yamada writes: > > > On Fri, Sep 20, 2024 at 2:07 AM Daniel Gomez wrote: > >> > >> On Fri, Sep 06, 2024 at 10:45:03AM -0400, Kris Van Hees wrote: > >> > Create file module.builtin.ranges that can be used to find where > >> > built-in

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

2024-09-19 Thread Kris Van Hees
On Thu, Sep 19, 2024 at 11:28:44PM +0900, Masahiro Yamada wrote: > Hi Kris, > > > > On Tue, Sep 10, 2024 at 4:43 AM Kris Van Hees > wrote: > > > > On Sun, Sep 08, 2024 at 11:50:51AM +0900, Masahiro Yamada wrote: > > > On Fri, Sep 6, 2024 at 11:45???PM Kris Van Hees > > > wrote: > > > > > > >

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

2024-09-19 Thread Daniel Gomez
On Thu, Sep 19, 2024 at 07:08:42PM +0100, Sam James wrote: > Masahiro Yamada writes: > > > On Fri, Sep 20, 2024 at 2:07 AM Daniel Gomez wrote: > >> > >> On Fri, Sep 06, 2024 at 10:45:03AM -0400, Kris Van Hees wrote: > >> > Create file module.builtin.ranges that can be used to find where > >> > b

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

2024-09-19 Thread Sam James
Masahiro Yamada writes: > On Fri, Sep 20, 2024 at 2:07 AM Daniel Gomez wrote: >> >> On Fri, Sep 06, 2024 at 10:45:03AM -0400, 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 >

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

2024-09-19 Thread Masahiro Yamada
On Fri, Sep 20, 2024 at 2:07 AM Daniel Gomez wrote: > > On Fri, Sep 06, 2024 at 10:45:03AM -0400, 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 fu

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

2024-09-19 Thread Daniel Gomez
On Fri, Sep 06, 2024 at 10:45:03AM -0400, 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

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

2024-09-19 Thread Masahiro Yamada
Hi Kris, On Tue, Sep 10, 2024 at 4:43 AM Kris Van Hees wrote: > > On Sun, Sep 08, 2024 at 11:50:51AM +0900, Masahiro Yamada wrote: > > On Fri, Sep 6, 2024 at 11:45???PM Kris Van Hees > > wrote: > > > > > > Create file module.builtin.ranges that can be used to find where > > > built-in modules

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

2024-09-09 Thread Kris Van Hees
On Sun, Sep 08, 2024 at 11:50:51AM +0900, Masahiro Yamada wrote: > On Fri, Sep 6, 2024 at 11:45???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 fi

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

2024-09-07 Thread Masahiro Yamada
On Fri, Sep 6, 2024 at 11:45 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 v10 2/4] kbuild: generate offset range data for builtin modules

2024-09-06 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