[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.0904062150060.29426@gandalf.stny.rr.com>
Date: Mon, 6 Apr 2009 21:50:33 -0400 (EDT)
From: Steven Rostedt <rostedt@...dmis.org>
To: Zhaolei <zhaolei@...fujitsu.com>
cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] ftrace: Correct a text align for event format
output
On Fri, 3 Apr 2009, Zhaolei wrote:
> If we cat debugfs/tracing/events/ftrace/bprint/format, we'll see:
> name: bprint
> ID: 6
> format:
> field:unsigned char common_type; offset:0; size:1;
> field:unsigned char common_flags; offset:1; size:1;
> field:unsigned char common_preempt_count; offset:2; size:1;
> field:int common_pid; offset:4; size:4;
> field:int common_tgid; offset:8; size:4;
>
> field:unsigned long ip; offset:12; size:4;
> field:char * fmt; offset:16; size:4;
> field: char buf; offset:20; size:0;
>
> print fmt: "%08lx (%d) fmt:%p %s"
>
> There is a redundant blank before char buf, and it need to be deleted.
>
> Signed-off-by: Zhao Lei <zhaolei@...fujitsu.com>
Thanks, applied.
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists