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

2022-03-07 Thread Jan Kiszka via Xenomai
On 08.03.22 01:06, Chen, Hongzhan wrote: >>> + >>> + Please copy built libplugin_xenomai_schedparams.so to >>> + /usr/local/lib/traceevent/plugins/ or >>> + /usr/local/lib64/traceevent/plugins/ depending on your system. >>> + While libtracevent and its plugins is installed correctly, the plugin

RE: [PATCH v4 3/3] libtraceevent: Add xenomai_schedparams plugin for libtraceevent

2022-03-07 Thread Chen, Hongzhan via Xenomai
>> + >> + Please copy built libplugin_xenomai_schedparams.so to >> + /usr/local/lib/traceevent/plugins/ or >> + /usr/local/lib64/traceevent/plugins/ depending on your system. >> + While libtracevent and its plugins is installed correctly, the plugins >> + would be loaded automatically by other

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

2022-03-07 Thread Jan Kiszka via Xenomai
On 04.03.22 06:21, 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 | 18 ++ > tra