From: Hongzhan Chen <hongzhan.chen@intel.com>
To: linux-trace-devel@vger.kernel.org, y.karadz@gmail.com
Subject: [PATCH V4 1/3] kernel-shark: fix typo in sched_events.h
Date: Sun, 9 Jan 2022 23:25:16 -0500 [thread overview]
Message-ID: <20220110042518.9376-1-hongzhan.chen@intel.com> (raw)
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
next reply other threads:[~2022-01-10 4:44 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-10 4:25 Hongzhan Chen [this message]
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
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=20220110042518.9376-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.