Looks good to me. Thanks for your help.

Regards

Hongzhan Chen

-----Original Message-----
From: Jan Kiszka <jan.kis...@siemens.com> 
Sent: Monday, March 14, 2022 6:01 PM
To: xenomai@xenomai.org
Cc: Chen, Hongzhan <hongzhan.c...@intel.com>
Subject: [PATCH v8 0/4] Kernel-Shark and libtraceevent plugins

Changes in v8:
 - drop explicit deps again - no longer unneeded after refreshing local
   libtracecmd installation

Changes in v7:
 - reworked installation
 - fixed build of kernelshark plugin (missing dep)
 - dropped applied first patch

Jan


CC: Hongzhan Chen <hongzhan.c...@intel.com>

Hongzhan Chen (3):
  build: add options to build plugins of kernelshark and libtraceevent
  KernelShark: Add xenomai_cobalt_switch_events plugin for KernelShark
  libtraceevent: Add xenomai_schedparams plugin for libtraceevent

Jan Kiszka (1):
  libs: Silence installation output of libtool

 Makefile.am                                   |   4 +
 configure.ac                                  |  35 ++++
 lib/alchemy/Makefile.am                       |   2 +
 lib/analogy/Makefile.am                       |   2 +
 lib/cobalt/Makefile.am                        |   2 +
 lib/copperplate/Makefile.am                   |   2 +
 lib/mercury/Makefile.am                       |   3 +-
 lib/psos/Makefile.am                          |   2 +
 lib/smokey/Makefile.am                        |   2 +
 lib/trank/Makefile.am                         |   3 +-
 lib/vxworks/Makefile.am                       |   2 +
 tracing/Makefile.am                           |  13 ++
 tracing/README                                |  84 +++++++++
 tracing/kernelshark/CobaltSwitchEvents.cpp    | 156 ++++++++++++++++
 tracing/kernelshark/Makefile.am               |  20 ++
 .../xenomai_cobalt_switch_events.c            | 174 ++++++++++++++++++
 .../xenomai_cobalt_switch_events.h            |  58 ++++++
 tracing/libtraceevent/Makefile.am             |  19 ++
 .../plugin_xenomai_schedparams.c              | 158 ++++++++++++++++
 19 files changed, 739 insertions(+), 2 deletions(-)
 create mode 100644 tracing/Makefile.am
 create mode 100644 tracing/README
 create mode 100644 tracing/kernelshark/CobaltSwitchEvents.cpp
 create mode 100644 tracing/kernelshark/Makefile.am
 create mode 100644 tracing/kernelshark/xenomai_cobalt_switch_events.c
 create mode 100644 tracing/kernelshark/xenomai_cobalt_switch_events.h
 create mode 100644 tracing/libtraceevent/Makefile.am
 create mode 100644 tracing/libtraceevent/plugin_xenomai_schedparams.c

-- 
2.34.1


Reply via email to