Re: [PATCH v6] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms

2023-10-26 Thread Alessandro Carminati
Hello Francis, Il giorno gio 26 ott 2023 alle ore 18:01 Francis Laniel ha scritto: > > Hi! > > > Le mercredi 25 octobre 2023, 21:33:43 EEST Alessandro Carminati a écrit : > > Hi Francis, > > Thanks a lot for your feedback! > > You are welcome! > > > Il giorno mer 25 ott 2023 alle ore 15:21 Franc

Re: [PATCH v6] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms

2023-10-26 Thread Alessandro Carminati
Hello Masami, Thank you for spending time to test this work. Il giorno gio 26 ott 2023 alle ore 03:07 Masami Hiramatsu ha scritto: > > On Tue, 24 Oct 2023 20:11:57 + > "Alessandro Carminati (Red Hat)" wrote: > > > In the kernel environment, scenarios often arise where identical names > > ar

Re: [PATCH v6] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms

2023-10-26 Thread Francis Laniel
Hi! Le mercredi 25 octobre 2023, 21:33:43 EEST Alessandro Carminati a écrit : > Hi Francis, > Thanks a lot for your feedback! You are welcome! > Il giorno mer 25 ott 2023 alle ore 15:21 Francis Laniel > > /* SNIP */ > > > debug >= DebugLevel.INFO.value: > > Shouldn't this rather test nmdata? >

Re: [PATCH v6] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms

2023-10-25 Thread Google
On Tue, 24 Oct 2023 20:11:57 + "Alessandro Carminati (Red Hat)" wrote: > In the kernel environment, scenarios often arise where identical names > are shared among symbols within core image or modules. > While this poses no complications for the kernel's binary itself, it > creates challenges

Re: [PATCH v6] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms

2023-10-25 Thread Alessandro Carminati
Hi Francis, Thanks a lot for your feedback! Il giorno mer 25 ott 2023 alle ore 15:21 Francis Laniel ha scritto: > > Hi! > > > Le mardi 24 octobre 2023, 23:11:57 EEST Alessandro Carminati (Red Hat) a > écrit : > > In the kernel environment, scenarios often arise where identical names > > are share

Re: [PATCH v6] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms

2023-10-25 Thread Francis Laniel
Hi! Le mardi 24 octobre 2023, 23:11:57 EEST Alessandro Carminati (Red Hat) a écrit : > In the kernel environment, scenarios often arise where identical names > are shared among symbols within core image or modules. > While this poses no complications for the kernel's binary itself, it > creates

[PATCH v6] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms

2023-10-24 Thread Alessandro Carminati (Red Hat)
In the kernel environment, scenarios often arise where identical names are shared among symbols within core image or modules. While this poses no complications for the kernel's binary itself, it creates challenges when conducting trace or probe operations using tools like kprobe. A solution has be