All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] kernel-shark: Move common APIs and definitions out to avoid duplication
@ 2022-01-17  3:13 Hongzhan Chen
  2022-01-17  3:13 ` [PATCH] " Hongzhan Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Hongzhan Chen @ 2022-01-17  3:13 UTC (permalink / raw)
  To: linux-trace-devel, y.karadz

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-17  3:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17  3:13 [PATCH 0/1] kernel-shark: Move common APIs and definitions out to avoid duplication Hongzhan Chen
2022-01-17  3:13 ` [PATCH] " Hongzhan Chen

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.