All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trace: fix missing tab for hwlat_detector
@ 2018-03-15  6:06 Peter Xu
  2018-04-24 15:06 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Xu @ 2018-03-15  6:06 UTC (permalink / raw)
  To: linux-kernel; +Cc: peterx, Steven Rostedt, Ingo Molnar

It's been missing for a while but no one is touching that up.  Fix it.

CC: Steven Rostedt <rostedt@goodmis.org>
CC: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Peter Xu <peterx@redhat.com>
---
 kernel/trace/trace_entries.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/trace/trace_entries.h b/kernel/trace/trace_entries.h
index e954ae3d82c0..e3a658bac10f 100644
--- a/kernel/trace/trace_entries.h
+++ b/kernel/trace/trace_entries.h
@@ -356,7 +356,7 @@ FTRACE_ENTRY(hwlat, hwlat_entry,
 		__field(	unsigned int,		seqnum		)
 	),
 
-	F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llunmi-ts:%llu\tnmi-count:%u\n",
+	F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llu\tnmi-ts:%llu\tnmi-count:%u\n",
 		 __entry->seqnum,
 		 __entry->tv_sec,
 		 __entry->tv_nsec,
-- 
2.14.3

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

* Re: [PATCH] trace: fix missing tab for hwlat_detector
  2018-03-15  6:06 [PATCH] trace: fix missing tab for hwlat_detector Peter Xu
@ 2018-04-24 15:06 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2018-04-24 15:06 UTC (permalink / raw)
  To: Peter Xu; +Cc: linux-kernel, Ingo Molnar

On Thu, 15 Mar 2018 14:06:39 +0800
Peter Xu <peterx@redhat.com> wrote:

> It's been missing for a while but no one is touching that up.  Fix it.

I just noticed this patch. I added it, thanks!

-- Steve

> 
> CC: Steven Rostedt <rostedt@goodmis.org>
> CC: Ingo Molnar <mingo@kernel.org>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>  kernel/trace/trace_entries.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/trace/trace_entries.h b/kernel/trace/trace_entries.h
> index e954ae3d82c0..e3a658bac10f 100644
> --- a/kernel/trace/trace_entries.h
> +++ b/kernel/trace/trace_entries.h
> @@ -356,7 +356,7 @@ FTRACE_ENTRY(hwlat, hwlat_entry,
>  		__field(	unsigned int,		seqnum		)
>  	),
>  
> -	F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llunmi-ts:%llu\tnmi-count:%u\n",
> +	F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llu\tnmi-ts:%llu\tnmi-count:%u\n",
>  		 __entry->seqnum,
>  		 __entry->tv_sec,
>  		 __entry->tv_nsec,

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

end of thread, other threads:[~2018-04-24 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-15  6:06 [PATCH] trace: fix missing tab for hwlat_detector Peter Xu
2018-04-24 15:06 ` Steven Rostedt

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.