Re: [OE-core] [PATCH] linux: Modify kernel configuration to fix runqlat issue

2024-07-04 Thread Bruce Ashfield
> To: Sadineni, Harish > Cc: openembedded-core@lists.openembedded.org > ; MacLeod, Randy > ; Gowda, Naveen ; > Kokkonda, Sundeep ; Moodalappa, Shivaprasad > > Subject: Re: [OE-core] [PATCH] linux: Modify kernel configuration to fix > runqlat issue > > CAUTION:

Re: [OE-core] [PATCH] linux: Modify kernel configuration to fix runqlat issue

2024-07-04 Thread Bruce Ashfield
On Wed, Jul 3, 2024 at 11:35 PM Jörg Sommer wrote: > > Bruce Ashfield via lists.openembedded.org schrieb am Mi 03. Jul, 14:44 (GMT): > > On Wed, Jul 3, 2024 at 2:34 PM Jörg Sommer via lists.openembedded.org > > wrote: > > > > > > Sadineni, Harish via lists.openembedded.org schrieb am Mi 03. Jul,

Re: [OE-core] [PATCH] linux: Modify kernel configuration to fix runqlat issue

2024-07-04 Thread Sadineni, Harish via lists.openembedded.org
andy ; Gowda, Naveen ; Kokkonda, Sundeep ; Moodalappa, Shivaprasad Subject: Re: [OE-core] [PATCH] linux: Modify kernel configuration to fix runqlat issue CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and k

Re: [OE-core] [PATCH] linux: Modify kernel configuration to fix runqlat issue

2024-07-03 Thread Jörg Sommer via lists . openembedded . org
Bruce Ashfield via lists.openembedded.org schrieb am Mi 03. Jul, 14:44 (GMT): > On Wed, Jul 3, 2024 at 2:34 PM Jörg Sommer via lists.openembedded.org > wrote: > > > > Sadineni, Harish via lists.openembedded.org schrieb am Mi 03. Jul, 05:52 > > (GMT): > > > The following commit addressed the issue

Re: [OE-core] [PATCH] linux: Modify kernel configuration to fix runqlat issue

2024-07-03 Thread Bruce Ashfield
On Wed, Jul 3, 2024 at 2:34 PM Jörg Sommer via lists.openembedded.org wrote: > > Sadineni, Harish via lists.openembedded.org schrieb am Mi 03. Jul, 05:52 > (GMT): > > The following commit addressed the issue which checks whether the struct > > "task_struct" has __state or state > > https://githu

Re: [OE-core] [PATCH] linux: Modify kernel configuration to fix runqlat issue

2024-07-03 Thread Jörg Sommer via lists . openembedded . org
Sadineni, Harish via lists.openembedded.org schrieb am Mi 03. Jul, 05:52 (GMT): > The following commit addressed the issue which checks whether the struct > "task_struct" has __state or state > https://github.com/chenhengqi/bcc/commit/d3cf5dcecfaeb6d8d346e2228626a7dbe506ad38 > The above patch requ

Re: [OE-core] [PATCH] linux: Modify kernel configuration to fix runqlat issue

2024-07-03 Thread Bruce Ashfield
On Wed, Jul 3, 2024 at 8:53 AM Sadineni, Harish via lists.openembedded.org wrote: > > From: Harish Sadineni > > Running /usr/share/bcc/tools/runqlat 1 5 gives following error:- > > libbpf: failed to find valid kernel BTF > /virtual/main.c:92:15: error: no member named 'state' in 'struct task_stru

[OE-core] [PATCH] linux: Modify kernel configuration to fix runqlat issue

2024-07-03 Thread Sadineni, Harish via lists.openembedded.org
From: Harish Sadineni Running /usr/share/bcc/tools/runqlat 1 5 gives following error:- libbpf: failed to find valid kernel BTF /virtual/main.c:92:15: error: no member named 'state' in 'struct task_struct' if (prev->state == TASK_RUNNING) { ^ 1 error generated. It is due to the modification