[PATCH] meson: allow use of installed uapi headers

2022-03-02 Thread Evan Gates via Xenomai
Commit c70a9d9d536aefcf6574328aaac0fcc86f9ab0f7 added a test for $UAPI/include/uapi/evl that was meant to ensure the given $UAPI path was correct. That test meant that $UAPI had to point to a linux-evl source directory and could not point to installed headers in e.g. /usr/include. The script had p

Re: [PATCH v3] libtraceevent: Add xenomai_schedparams plugin for libtraceevent

2022-03-02 Thread Jan Kiszka via Xenomai
On 03.03.22 07:57, Jan Kiszka via Xenomai wrote: > On 03.03.22 02:20, Hongzhan Chen wrote: >> For cobalt thread, there is special struct param_ex data stored in >> data record, we need to parse and print its content out correctly >> to hint user. >> >> Signed-off-by: Hongzhan Chen >> --- >> confi

Re: [PATCH v3] libtraceevent: Add xenomai_schedparams plugin for libtraceevent

2022-03-02 Thread Jan Kiszka via Xenomai
On 03.03.22 02:20, Hongzhan Chen wrote: > For cobalt thread, there is special struct param_ex data stored in > data record, we need to parse and print its content out correctly > to hint user. > > Signed-off-by: Hongzhan Chen > --- > configure.ac | 17 +- > trac

Re: [PATCH v2 2/3] Add --with-kernelshark option

2022-03-02 Thread Jan Kiszka via Xenomai
On 03.03.22 07:48, Chen, Hongzhan wrote: > > >> -Original Message- >> From: Jan Kiszka >> Sent: Thursday, March 3, 2022 2:39 PM >> To: Chen, Hongzhan ; xenomai@xenomai.org >> Subject: Re: [PATCH v2 2/3] Add --with-kernelshark option >> >> On 03.03.22 07:30, Chen, Hongzhan wrote: >>> >>>

RE: [PATCH v2 2/3] Add --with-kernelshark option

2022-03-02 Thread Chen, Hongzhan via Xenomai
>-Original Message- >From: Jan Kiszka >Sent: Thursday, March 3, 2022 2:39 PM >To: Chen, Hongzhan ; xenomai@xenomai.org >Subject: Re: [PATCH v2 2/3] Add --with-kernelshark option > >On 03.03.22 07:30, Chen, Hongzhan wrote: >> >> >> + tracing/Makefile \ + tracing/kernelshar

Re: [PATCH v2 1/3] KernelShark: Add xenomai_cobalt_switch_events plugin for KernelShark

2022-03-02 Thread Jan Kiszka via Xenomai
On 03.03.22 07:38, Jan Kiszka via Xenomai wrote: > On 02.03.22 03:57, Hongzhan Chen wrote: >> For Xenomai-cobalt enabled system, cobalt_switch_context means >> that there is schedule and context switch in companion core(realtime >> core), which we may need to do special treatment and take correct >

Re: [PATCH v2 2/3] Add --with-kernelshark option

2022-03-02 Thread Jan Kiszka via Xenomai
On 03.03.22 07:30, Chen, Hongzhan wrote: > > > >>> + tracing/Makefile \ >>> + tracing/kernelshark/Makefile \ >>> lib/Makefile \ >>> lib/boilerplate/Makefile \ >>> lib/boilerplate/init/Makefile \ >>> diff --git a/tracing/Makefile.am b/tracing/Makefile.am >>> index 8bdf1f906..7925a

Re: [PATCH v2 1/3] KernelShark: Add xenomai_cobalt_switch_events plugin for KernelShark

2022-03-02 Thread Jan Kiszka via Xenomai
On 02.03.22 03:57, Hongzhan Chen wrote: > For Xenomai-cobalt enabled system, cobalt_switch_context means > that there is schedule and context switch in companion core(realtime > core), which we may need to do special treatment and take correct > action as main kernel sched_switch to visualize out-o

RE: [PATCH v2 2/3] Add --with-kernelshark option

2022-03-02 Thread Chen, Hongzhan via Xenomai
>> +tracing/Makefile \ >> +tracing/kernelshark/Makefile \ >> lib/Makefile \ >> lib/boilerplate/Makefile \ >> lib/boilerplate/init/Makefile \ >> diff --git a/tracing/Makefile.am b/tracing/Makefile.am >> index 8bdf1f906..7925ae9c6 100644 >> --- a/tracing/Makefile.am >> +++ b

Re: [PATCH v2 2/3] Add --with-kernelshark option

2022-03-02 Thread Jan Kiszka via Xenomai
On 02.03.22 03:57, Hongzhan Chen wrote: > option to build kernelshark plugin > > Signed-off-by: Hongzhan Chen > --- > Makefile.am | 4 > configure.ac| 16 > tracing/Makefile.am | 3 ++- > 3 files changed, 22 insertions(+), 1 deletion(-) > > diff --git a/M

[PATCH v3] libtraceevent: Add xenomai_schedparams plugin for libtraceevent

2022-03-02 Thread Hongzhan Chen via Xenomai
For cobalt thread, there is special struct param_ex data stored in data record, we need to parse and print its content out correctly to hint user. Signed-off-by: Hongzhan Chen --- configure.ac | 17 +- tracing/Makefile.am | 13 +- trac

Re: ipipe-5.4: arm64 regression

2022-03-02 Thread Greg Gallagher via Xenomai
On Wed, Mar 2, 2022 at 1:48 AM Jan Kiszka wrote: > Hi Greg, > > something is going wrong on arm64 with latest ipipe version, see e.g. > > https://source.denx.de/Xenomai/xenomai-images/-/jobs/398455/raw > (same thing seen on HiKey as well) > > Could you have a look? > > Thanks, > Jan > > -- > Siem

Re: [PATCH v2 3/3] libtraceevent: Add xenomai_schedparams plugin for libtraceevent

2022-03-02 Thread Bezdeka, Florian via Xenomai
On Tue, 2022-03-01 at 21:57 -0500, Hongzhan Chen via Xenomai wrote: > For cobalt thread, there is special struct param_ex data stored in > data record, we need to parse and print its content out correctly > to hint user. > > Signed-off-by: Hongzhan Chen > --- > configure.ac