Linux Trace Development
 help / color / mirror / Atom feed
* [PATCH V4 1/3] kernel-shark: fix typo in sched_events.h
@ 2022-01-10  4:25 Hongzhan Chen
  2022-01-10  4:25 ` [PATCH V4 2/3] kernel-shark: Move common APIs and definitions out to avoid duplication Hongzhan Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Hongzhan Chen @ 2022-01-10  4:25 UTC (permalink / raw)
  To: linux-trace-devel, y.karadz

fix typo in sched plugin and make it easier to read.

Signed-off-by: Hongzhan Chen <hongzhan.chen@intel.com>

diff --git a/src/plugins/sched_events.h b/src/plugins/sched_events.h
index 2c540fd..a2ba4b4 100644
--- a/src/plugins/sched_events.h
+++ b/src/plugins/sched_events.h
@@ -9,8 +9,8 @@
  *  @brief   Plugin for Sched events.
  */
 
-#ifndef _KS_PLUGIN_SHED_H
-#define _KS_PLUGIN_SHED_H
+#ifndef _KS_PLUGIN_SCHED_H
+#define _KS_PLUGIN_SCHED_H
 
 // KernelShark
 #include "libkshark.h"
-- 
2.17.1


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-10  4:25 [PATCH V4 1/3] kernel-shark: fix typo in sched_events.h Hongzhan Chen
2022-01-10  4:25 ` [PATCH V4 2/3] kernel-shark: Move common APIs and definitions out to avoid duplication Hongzhan Chen
2022-01-10 13:10   ` Yordan Karadzhov
2022-01-11  8:03     ` Chen, Hongzhan
2022-01-11  8:32       ` Yordan Karadzhov
2022-01-10  4:25 ` [PATCH V4 3/3] kernel-shark: Add plugin for handling Xenomai cobalt_context_switch Hongzhan Chen
2022-01-10 13:21   ` Yordan Karadzhov
2022-01-10 12:30 ` [PATCH V4 1/3] kernel-shark: fix typo in sched_events.h Yordan Karadzhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox