All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hongzhan Chen <hongzhan.chen@intel.com>
To: linux-trace-devel@vger.kernel.org, y.karadz@gmail.com
Subject: [PATCH 0/1] kernel-shark: Move common APIs and definitions out to avoid duplication
Date: Sun, 16 Jan 2022 22:13:41 -0500	[thread overview]
Message-ID: <20220117031342.31474-1-hongzhan.chen@intel.com> (raw)

Hi Yordan,

We decided to maintain new xenomai plugin in our xenomai tree at first because of
concerns as we discussed so I do not send modified xenomai plugin patch to
review anymore. But this patch is still meaningful to avoid code duplication.

Thanks for your patience and time to reveiw my patch. I have learned
lots from your comments.

Regards

Hongzhan Chen 

Hongzhan Chen (1):
  kernel-shark: Move common APIs and definitions out to avoid
    duplication

 src/KsPlugins.cpp           | 22 ++++++++++++
 src/KsPlugins.hpp           | 49 +++++++++++++++++++++++++
 src/plugins/SchedEvents.cpp | 71 ++++++-------------------------------
 src/plugins/common_sched.h  | 64 +++++++++++++++++++++++++++++++++
 src/plugins/sched_events.c  | 32 +----------------
 src/plugins/sched_events.h  |  5 +--
 6 files changed, 147 insertions(+), 96 deletions(-)
 create mode 100644 src/plugins/common_sched.h

-- 
2.17.1


             reply	other threads:[~2022-01-17  3:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-17  3:13 Hongzhan Chen [this message]
2022-01-17  3:13 ` [PATCH] kernel-shark: Move common APIs and definitions out to avoid duplication Hongzhan Chen

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=20220117031342.31474-1-hongzhan.chen@intel.com \
    --to=hongzhan.chen@intel.com \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=y.karadz@gmail.com \
    /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.