* [PATCH] kernel-shark: Add instroduction of external Xenomai plugin
@ 2022-04-11  2:03 Hongzhan Chen
  2022-04-13 12:47 ` Yordan Karadzhov
  0 siblings, 1 reply; 2+ messages in thread
From: Hongzhan Chen @ 2022-04-11  2:03 UTC (permalink / raw)
  To: y.karadz; +Cc: linux-trace-devel
introduce external Xenomai plugin in README as a reference to
implement and build stand-alone plugin.
Signed-off-by: Hongzhan Chen <hongzhan.chen@intel.com>
diff --git a/README b/README
index 37ccd95..d3bceaa 100644
--- a/README
+++ b/README
@@ -114,6 +114,14 @@ CMake examples:
 
     cmake -DCMAKE_BUILD_TYPE=Package -DCMAKE_C_FLAGS_PACKAGE="-O3 -pedantic"  ../
 
+External plugin example:
+------------------------------------------------------------
+    KernelShark also supports stand-alone plugin except for build-in. There is
+    a real example under https://source.denx.de/Xenomai/xenomai/-/tree/next/tracing/kernelshark/,
+    which is to visualize out-of-band state of realtime task with hollow cobalt
+    blue box mainly when there is cobalt context switches in Xenomai. As its
+    implemention mainly refers to build-in plugin-sched_events, it shares common
+    plugin features such as clickable shapes.
 
 Contributions:
 ------------------------------------------------------------
-- 
2.17.1
^ permalink raw reply related	[flat|nested] 2+ messages in thread
* Re: [PATCH] kernel-shark: Add instroduction of external Xenomai plugin
  2022-04-11  2:03 [PATCH] kernel-shark: Add instroduction of external Xenomai plugin Hongzhan Chen
@ 2022-04-13 12:47 ` Yordan Karadzhov
  0 siblings, 0 replies; 2+ messages in thread
From: Yordan Karadzhov @ 2022-04-13 12:47 UTC (permalink / raw)
  To: Hongzhan Chen; +Cc: linux-trace-devel
Applied.
Thanks Hongzhan!
Yordan
On 11.04.22 г. 5:03 ч., Hongzhan Chen wrote:
> introduce external Xenomai plugin in README as a reference to
> implement and build stand-alone plugin.
> 
> Signed-off-by: Hongzhan Chen <hongzhan.chen@intel.com>
> 
> diff --git a/README b/README
> index 37ccd95..d3bceaa 100644
> --- a/README
> +++ b/README
> @@ -114,6 +114,14 @@ CMake examples:
>   
>       cmake -DCMAKE_BUILD_TYPE=Package -DCMAKE_C_FLAGS_PACKAGE="-O3 -pedantic"  ../
>   
> +External plugin example:
> +------------------------------------------------------------
> +    KernelShark also supports stand-alone plugin except for build-in. There is
> +    a real example under https://source.denx.de/Xenomai/xenomai/-/tree/next/tracing/kernelshark/,
> +    which is to visualize out-of-band state of realtime task with hollow cobalt
> +    blue box mainly when there is cobalt context switches in Xenomai. As its
> +    implemention mainly refers to build-in plugin-sched_events, it shares common
> +    plugin features such as clickable shapes.
>   
>   Contributions:
>   ------------------------------------------------------------
^ permalink raw reply	[flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-13 12:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-11  2:03 [PATCH] kernel-shark: Add instroduction of external Xenomai plugin Hongzhan Chen
2022-04-13 12:47 ` Yordan Karadzhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).