All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gildong Hong <roaming2man@gmail.com>
To: rostedt@goodmis.org, mhiramat@kernel.org, delyank@fb.com,
	peterz@infradead.org
Cc: linux-trace-kernel@vger.kernel.org, Gildong Hong <roaming2man@gmail.com>
Subject: [PATCH] trace/events/sched: Remove unit on printing vruntime value
Date: Thu, 16 Mar 2023 20:56:55 +0900	[thread overview]
Message-ID: <20230316115655.66639-1-roaming2man@gmail.com> (raw)

vruntime is not actual time so remove unit on printing

Signed-off-by: Gildong Hong <roaming2man@gmail.com>
---
 include/trace/events/sched.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/trace/events/sched.h b/include/trace/events/sched.h
index fbb99a61f714..26ef85a8d3cd 100644
--- a/include/trace/events/sched.h
+++ b/include/trace/events/sched.h
@@ -511,7 +511,7 @@ DECLARE_EVENT_CLASS(sched_stat_runtime,
 		__entry->vruntime	= vruntime;
 	),
 
-	TP_printk("comm=%s pid=%d runtime=%Lu [ns] vruntime=%Lu [ns]",
+	TP_printk("comm=%s pid=%d runtime=%Lu [ns] vruntime=%Lu",
 			__entry->comm, __entry->pid,
 			(unsigned long long)__entry->runtime,
 			(unsigned long long)__entry->vruntime)
-- 
2.25.1


             reply	other threads:[~2023-03-16 11:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16 11:56 Gildong Hong [this message]
2023-03-16 14:11 ` [PATCH] trace/events/sched: Remove unit on printing vruntime value Steven Rostedt
2023-03-19  3:05   ` Gildong Hong
2023-03-19 18:07     ` Steven Rostedt
2023-03-20 11:41       ` Gildong Hong
2023-03-20 18:02         ` Steven Rostedt
2023-03-20 11:41       ` Peter Zijlstra

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=20230316115655.66639-1-roaming2man@gmail.com \
    --to=roaming2man@gmail.com \
    --cc=delyank@fb.com \
    --cc=linux-trace-kernel@vger.kernel.org \
    --cc=mhiramat@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rostedt@goodmis.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.