diff mbox series

kernel-shark: Add instroduction of external Xenomai plugin

Message ID 20220411020339.363-1-hongzhan.chen@intel.com (mailing list archive)
State Accepted
Headers show
Series kernel-shark: Add instroduction of external Xenomai plugin | expand

Commit Message

Hongzhan Chen April 11, 2022, 2:03 a.m. UTC
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>

Comments

Yordan Karadzhov April 13, 2022, 12:47 p.m. UTC | #1
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:
>   ------------------------------------------------------------
diff mbox series

Patch

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:
 ------------------------------------------------------------