All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: xenomai@xenomai.org
Subject: [PATCH v7 0/3] Kernel-Shark and libtraceevent plugins
Date: Sat, 12 Mar 2022 13:59:59 +0100	[thread overview]
Message-ID: <cover.1647090002.git.jan.kiszka@siemens.com> (raw)

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

Jan


CC: Hongzhan Chen <hongzhan.chen@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

 Makefile.am                                   |   4 +
 configure.ac                                  |  36 ++++
 tracing/Makefile.am                           |  13 ++
 tracing/README                                |  84 +++++++++
 tracing/kernelshark/CobaltSwitchEvents.cpp    | 156 ++++++++++++++++
 tracing/kernelshark/Makefile.am               |  23 +++
 .../xenomai_cobalt_switch_events.c            | 174 ++++++++++++++++++
 .../xenomai_cobalt_switch_events.h            |  58 ++++++
 tracing/libtraceevent/Makefile.am             |  19 ++
 .../plugin_xenomai_schedparams.c              | 158 ++++++++++++++++
 10 files changed, 725 insertions(+)
 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	other threads:[~2022-03-12 12:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-12 12:59 Jan Kiszka [this message]
2022-03-12 13:00 ` [PATCH v7 1/3] build: add options to build plugins of kernelshark and libtraceevent Jan Kiszka
2022-03-14  1:27   ` Chen, Hongzhan
2022-03-14  1:40     ` Chen, Hongzhan
2022-03-14  1:52       ` Chen, Hongzhan
2022-03-14  6:41     ` Jan Kiszka
2022-03-14  6:48       ` Chen, Hongzhan
2022-03-14  7:50         ` Jan Kiszka
2022-03-14  8:04           ` Chen, Hongzhan
2022-03-14  9:36             ` Jan Kiszka
2022-03-12 13:00 ` [PATCH v7 2/3] KernelShark: Add xenomai_cobalt_switch_events plugin for KernelShark Jan Kiszka
2022-03-12 13:00 ` [PATCH v7 3/3] libtraceevent: Add xenomai_schedparams plugin for libtraceevent Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1647090002.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.