All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: add trace_buf_size description to kernel-parameters.txt
@ 2009-03-10  4:57 KOSAKI Motohiro
  2009-03-10  9:16 ` [tip:tracing/ftrace] " KOSAKI Motohiro
  2009-03-10 13:33 ` [PATCH] " Steven Rostedt
  0 siblings, 2 replies; 4+ messages in thread
From: KOSAKI Motohiro @ 2009-03-10  4:57 UTC (permalink / raw)
  To: Steven Rostedt, Ingo Molnar, LKML; +Cc: kosaki.motohiro

from early boot tracing view, trace_buf_size parameter is important.
it should be documented.


Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
---
 Documentation/kernel-parameters.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index dd35cb7..8869faa 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2349,6 +2349,8 @@ and is between 256 and 4096 characters. It is defined in the file
 
 	tp720=		[HW,PS2]
 
+	trace_buf_size=nn[KMG] [ftrace] will set tracing buffer size.
+
 	trix=		[HW,OSS] MediaTrix AudioTrix Pro
 			Format:
 			<io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq>
-- 
1.6.1.2




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

* [tip:tracing/ftrace] doc: add trace_buf_size description to kernel-parameters.txt
  2009-03-10  4:57 [PATCH] doc: add trace_buf_size description to kernel-parameters.txt KOSAKI Motohiro
@ 2009-03-10  9:16 ` KOSAKI Motohiro
  2009-03-10 13:33 ` [PATCH] " Steven Rostedt
  1 sibling, 0 replies; 4+ messages in thread
From: KOSAKI Motohiro @ 2009-03-10  9:16 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, tglx, kosaki.motohiro, mingo

Commit-ID:  631595fbf4aeac260e664a8a002897e4db6a50dd
Gitweb:     http://git.kernel.org/tip/631595fbf4aeac260e664a8a002897e4db6a50dd
Author:     "KOSAKI Motohiro" <kosaki.motohiro@jp.fujitsu.com>
AuthorDate: Tue, 10 Mar 2009 13:57:10 +0900
Commit:     Ingo Molnar <mingo@elte.hu>
CommitDate: Tue, 10 Mar 2009 10:11:49 +0100

doc: add trace_buf_size description to kernel-parameters.txt

from early boot tracing view, trace_buf_size parameter is important.
it should be documented.

Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
LKML-Reference: <20090310135200.A48B.A69D9226@jp.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 Documentation/kernel-parameters.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 454f42b..7643483 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2344,6 +2344,8 @@ and is between 256 and 4096 characters. It is defined in the file
 
 	tp720=		[HW,PS2]
 
+	trace_buf_size=nn[KMG] [ftrace] will set tracing buffer size.
+
 	trix=		[HW,OSS] MediaTrix AudioTrix Pro
 			Format:
 			<io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq>

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

* Re: [PATCH] doc: add trace_buf_size description to kernel-parameters.txt
  2009-03-10  4:57 [PATCH] doc: add trace_buf_size description to kernel-parameters.txt KOSAKI Motohiro
  2009-03-10  9:16 ` [tip:tracing/ftrace] " KOSAKI Motohiro
@ 2009-03-10 13:33 ` Steven Rostedt
  2009-03-10 13:39   ` Steven Rostedt
  1 sibling, 1 reply; 4+ messages in thread
From: Steven Rostedt @ 2009-03-10 13:33 UTC (permalink / raw)
  To: KOSAKI Motohiro; +Cc: Ingo Molnar, LKML



On Tue, 10 Mar 2009, KOSAKI Motohiro wrote:

> from early boot tracing view, trace_buf_size parameter is important.
> it should be documented.
> 
> 
> Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
> ---
>  Documentation/kernel-parameters.txt |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> index dd35cb7..8869faa 100644
> --- a/Documentation/kernel-parameters.txt
> +++ b/Documentation/kernel-parameters.txt
> @@ -2349,6 +2349,8 @@ and is between 256 and 4096 characters. It is defined in the file
>  
>  	tp720=		[HW,PS2]
>  
> +	trace_buf_size=nn[KMG] [ftrace] will set tracing buffer size.
> +
>  	trix=		[HW,OSS] MediaTrix AudioTrix Pro
>  			Format:
>  			<io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq>
> -- 
> 1.6.1.2

Thanks Kosaki,

I'll apply this to my next release.

-- Steve


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

* Re: [PATCH] doc: add trace_buf_size description to kernel-parameters.txt
  2009-03-10 13:33 ` [PATCH] " Steven Rostedt
@ 2009-03-10 13:39   ` Steven Rostedt
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Rostedt @ 2009-03-10 13:39 UTC (permalink / raw)
  To: KOSAKI Motohiro; +Cc: Ingo Molnar, LKML



On Tue, 10 Mar 2009, Steven Rostedt wrote:
> On Tue, 10 Mar 2009, KOSAKI Motohiro wrote:
> 
> > from early boot tracing view, trace_buf_size parameter is important.
> > it should be documented.
> > 
> > 
> > Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
> > ---
> >  Documentation/kernel-parameters.txt |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> > 
> > diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
> > index dd35cb7..8869faa 100644
> > --- a/Documentation/kernel-parameters.txt
> > +++ b/Documentation/kernel-parameters.txt
> > @@ -2349,6 +2349,8 @@ and is between 256 and 4096 characters. It is defined in the file
> >  
> >  	tp720=		[HW,PS2]
> >  
> > +	trace_buf_size=nn[KMG] [ftrace] will set tracing buffer size.
> > +
> >  	trix=		[HW,OSS] MediaTrix AudioTrix Pro
> >  			Format:
> >  			<io>,<irq>,<dma>,<dma2>,<sb_io>,<sb_irq>,<sb_dma>,<mpu_io>,<mpu_irq>
> > -- 
> > 1.6.1.2
> 
> Thanks Kosaki,
> 
> I'll apply this to my next release.

Nevermind, it is already in tip. ;-)

-- Steve

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

end of thread, other threads:[~2009-03-10 13:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-10  4:57 [PATCH] doc: add trace_buf_size description to kernel-parameters.txt KOSAKI Motohiro
2009-03-10  9:16 ` [tip:tracing/ftrace] " KOSAKI Motohiro
2009-03-10 13:33 ` [PATCH] " Steven Rostedt
2009-03-10 13:39   ` 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.