linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tracing: consolidate documents
@ 2009-04-09  3:40 Li Zefan
  2009-04-09  3:52 ` [PATCH][RESEND] " Li Zefan
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Li Zefan @ 2009-04-09  3:40 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Steven Rostedt, Frederic Weisbecker, LKML

Move tracepoints.txt, ftrace.txt and ftrace.txt to the new
directory trace/.

I don't find any references to those documents in both source
files and documents, so no extra work needs to be done.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
 Documentation/{ => trace}/ftrace.txt           |    0 
 Documentation/{tracers => trace}/mmiotrace.txt |    0 
 Documentation/{ => trace}/tracepoints.txt      |    0 
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/{ => trace}/ftrace.txt (100%)
 rename Documentation/{tracers => trace}/mmiotrace.txt (100%)
 rename Documentation/{ => trace}/tracepoints.txt (100%)

diff --git a/Documentation/ftrace.txt b/Documentation/trace/ftrace.txt
similarity index 100%
rename from Documentation/ftrace.txt
rename to Documentation/trace/ftrace.txt
diff --git a/Documentation/tracers/mmiotrace.txt b/Documentation/trace/mmiotrace.txt
similarity index 100%
rename from Documentation/tracers/mmiotrace.txt
rename to Documentation/trace/mmiotrace.txt
diff --git a/Documentation/tracepoints.txt b/Documentation/trace/tracepoints.txt
similarity index 100%
rename from Documentation/tracepoints.txt
rename to Documentation/trace/tracepoints.txt
-- 
1.5.4.rc3


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

* [PATCH][RESEND] tracing: consolidate documents
  2009-04-09  3:40 [PATCH] tracing: consolidate documents Li Zefan
@ 2009-04-09  3:52 ` Li Zefan
  2009-04-09  3:59   ` Li Zefan
  2009-04-09  4:37 ` [tip:tracing/urgent] " Li Zefan
  2009-04-09  5:30 ` Li Zefan
  2 siblings, 1 reply; 14+ messages in thread
From: Li Zefan @ 2009-04-09  3:52 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Steven Rostedt, Frederic Weisbecker, LKML, Mathieu Desnoyers,
	Pekka Paalanen

Move tracepoints.txt, ftrace.txt and mmiotrace.txt to the new
directory trace/

I don't find any references to those documents in both source
files and documents, so no extra work needs to be done.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---

Fix a typo in changelog, and CC more people.

---
 Documentation/{ => trace}/ftrace.txt           |    0 
 Documentation/{tracers => trace}/mmiotrace.txt |    0 
 Documentation/{ => trace}/tracepoints.txt      |    0 
 3 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/{ => trace}/ftrace.txt (100%)
 rename Documentation/{tracers => trace}/mmiotrace.txt (100%)
 rename Documentation/{ => trace}/tracepoints.txt (100%)

diff --git a/Documentation/ftrace.txt b/Documentation/trace/ftrace.txt
similarity index 100%
rename from Documentation/ftrace.txt
rename to Documentation/trace/ftrace.txt
diff --git a/Documentation/tracers/mmiotrace.txt b/Documentation/trace/mmiotrace.txt
similarity index 100%
rename from Documentation/tracers/mmiotrace.txt
rename to Documentation/trace/mmiotrace.txt
diff --git a/Documentation/tracepoints.txt b/Documentation/trace/tracepoints.txt
similarity index 100%
rename from Documentation/tracepoints.txt
rename to Documentation/trace/tracepoints.txt
-- 
1.5.4.rc3


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

* Re: [PATCH][RESEND] tracing: consolidate documents
  2009-04-09  3:52 ` [PATCH][RESEND] " Li Zefan
@ 2009-04-09  3:59   ` Li Zefan
  2009-04-09  4:13     ` Ingo Molnar
  0 siblings, 1 reply; 14+ messages in thread
From: Li Zefan @ 2009-04-09  3:59 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Steven Rostedt, Frederic Weisbecker, LKML, Mathieu Desnoyers,
	Pekka Paalanen

Li Zefan wrote:
> Move tracepoints.txt, ftrace.txt and mmiotrace.txt to the new
> directory trace/
> 

Should we also move kmemtrace.txt to trace/, or leave it in vm/?

> I don't find any references to those documents in both source
> files and documents, so no extra work needs to be done.
> 


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

* Re: [PATCH][RESEND] tracing: consolidate documents
  2009-04-09  3:59   ` Li Zefan
@ 2009-04-09  4:13     ` Ingo Molnar
  2009-04-09  5:16       ` Pekka Enberg
  0 siblings, 1 reply; 14+ messages in thread
From: Ingo Molnar @ 2009-04-09  4:13 UTC (permalink / raw)
  To: Li Zefan, Pekka Enberg, Eduard - Gabriel Munteanu
  Cc: Steven Rostedt, Frederic Weisbecker, LKML, Mathieu Desnoyers,
	Pekka Paalanen


* Li Zefan <lizf@cn.fujitsu.com> wrote:

> Li Zefan wrote:
> > Move tracepoints.txt, ftrace.txt and mmiotrace.txt to the new
> > directory trace/
> > 
> 
> Should we also move kmemtrace.txt to trace/, or leave it in vm/?

Eduard, Pekka, any preferences?

Are symbolic links in Documentation/ frowned upon? I think it would 
be best to have the file in both places:

We do want to direct people interested in Documentation/vm/ to 
kmemtrace ... and we do want to let people who are interested in 
Documentation/trace/ that there's kmemtrace.

Tracing and instrumentation is generally a multi-subsystem thing.

	Ingo

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

* [tip:tracing/urgent] tracing: consolidate documents
  2009-04-09  3:40 [PATCH] tracing: consolidate documents Li Zefan
  2009-04-09  3:52 ` [PATCH][RESEND] " Li Zefan
@ 2009-04-09  4:37 ` Li Zefan
  2009-04-09  7:26   ` Mathieu Desnoyers
  2009-04-09  5:30 ` Li Zefan
  2 siblings, 1 reply; 14+ messages in thread
From: Li Zefan @ 2009-04-09  4:37 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, mathieu.desnoyers, hpa, mingo, lizf, fweisbec,
	rostedt, pq, tglx, mingo

Commit-ID:  9f690b04fdf3fa5d7d6abab0bfd8628c3b91d503
Gitweb:     http://git.kernel.org/tip/9f690b04fdf3fa5d7d6abab0bfd8628c3b91d503
Author:     Li Zefan <lizf@cn.fujitsu.com>
AuthorDate: Thu, 9 Apr 2009 11:40:27 +0800
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Thu, 9 Apr 2009 05:54:42 +0200

tracing: consolidate documents

Move tracepoints.txt, ftrace.txt and mmiotrace.txt to the new
directory trace/.

I didnt find any references to those documents in both source
files and documents, so no extra work needs to be done.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Pekka Paalanen <pq@iki.fi>
Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
LKML-Reference: <49DD6E2B.6090200@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 Documentation/{ => trace}/ftrace.txt           |    0
 Documentation/{tracers => trace}/mmiotrace.txt |    0
 Documentation/{ => trace}/tracepoints.txt      |    0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/Documentation/ftrace.txt b/Documentation/trace/ftrace.txt
similarity index 100%
rename from Documentation/ftrace.txt
rename to Documentation/trace/ftrace.txt
diff --git a/Documentation/tracers/mmiotrace.txt b/Documentation/trace/mmiotrace.txt
similarity index 100%
rename from Documentation/tracers/mmiotrace.txt
rename to Documentation/trace/mmiotrace.txt
diff --git a/Documentation/tracepoints.txt b/Documentation/trace/tracepoints.txt
similarity index 100%
rename from Documentation/tracepoints.txt
rename to Documentation/trace/tracepoints.txt

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

* Re: [PATCH][RESEND] tracing: consolidate documents
  2009-04-09  4:13     ` Ingo Molnar
@ 2009-04-09  5:16       ` Pekka Enberg
  2009-04-09  5:29         ` Ingo Molnar
  2009-04-09 16:37         ` Randy Dunlap
  0 siblings, 2 replies; 14+ messages in thread
From: Pekka Enberg @ 2009-04-09  5:16 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Li Zefan, Eduard - Gabriel Munteanu, Steven Rostedt,
	Frederic Weisbecker, LKML, Mathieu Desnoyers, Pekka Paalanen

On Thu, Apr 9, 2009 at 7:13 AM, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Li Zefan <lizf@cn.fujitsu.com> wrote:
>
>> Li Zefan wrote:
>> > Move tracepoints.txt, ftrace.txt and mmiotrace.txt to the new
>> > directory trace/
>> >
>>
>> Should we also move kmemtrace.txt to trace/, or leave it in vm/?
>
> Eduard, Pekka, any preferences?
>
> Are symbolic links in Documentation/ frowned upon? I think it would
> be best to have the file in both places:
>
> We do want to direct people interested in Documentation/vm/ to
> kmemtrace ... and we do want to let people who are interested in
> Documentation/trace/ that there's kmemtrace.
>
> Tracing and instrumentation is generally a multi-subsystem thing.

I'm not sure a symbolic link is necessary. Just put it under trace/.

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

* Re: [PATCH][RESEND] tracing: consolidate documents
  2009-04-09  5:16       ` Pekka Enberg
@ 2009-04-09  5:29         ` Ingo Molnar
  2009-04-09 16:37         ` Randy Dunlap
  1 sibling, 0 replies; 14+ messages in thread
From: Ingo Molnar @ 2009-04-09  5:29 UTC (permalink / raw)
  To: Pekka Enberg
  Cc: Li Zefan, Eduard - Gabriel Munteanu, Steven Rostedt,
	Frederic Weisbecker, LKML, Mathieu Desnoyers, Pekka Paalanen


* Pekka Enberg <penberg@cs.helsinki.fi> wrote:

> On Thu, Apr 9, 2009 at 7:13 AM, Ingo Molnar <mingo@elte.hu> wrote:
> >
> > * Li Zefan <lizf@cn.fujitsu.com> wrote:
> >
> >> Li Zefan wrote:
> >> > Move tracepoints.txt, ftrace.txt and mmiotrace.txt to the new
> >> > directory trace/
> >> >
> >>
> >> Should we also move kmemtrace.txt to trace/, or leave it in vm/?
> >
> > Eduard, Pekka, any preferences?
> >
> > Are symbolic links in Documentation/ frowned upon? I think it would
> > be best to have the file in both places:
> >
> > We do want to direct people interested in Documentation/vm/ to
> > kmemtrace ... and we do want to let people who are interested in
> > Documentation/trace/ that there's kmemtrace.
> >
> > Tracing and instrumentation is generally a multi-subsystem thing.
> 
> I'm not sure a symbolic link is necessary. Just put it under trace/.

ok - i've amended the commit and have added your Ack - thanks!

	Ingo

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

* [tip:tracing/urgent] tracing: consolidate documents
  2009-04-09  3:40 [PATCH] tracing: consolidate documents Li Zefan
  2009-04-09  3:52 ` [PATCH][RESEND] " Li Zefan
  2009-04-09  4:37 ` [tip:tracing/urgent] " Li Zefan
@ 2009-04-09  5:30 ` Li Zefan
  2009-04-09 15:53   ` Pekka Paalanen
  2 siblings, 1 reply; 14+ messages in thread
From: Li Zefan @ 2009-04-09  5:30 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: linux-kernel, mathieu.desnoyers, hpa, mingo, lizf, fweisbec,
	rostedt, pq, tglx, mingo

Commit-ID:  66bb74888eb4bef4ba7c87c931ecb7ecca3a240c
Gitweb:     http://git.kernel.org/tip/66bb74888eb4bef4ba7c87c931ecb7ecca3a240c
Author:     Li Zefan <lizf@cn.fujitsu.com>
AuthorDate: Thu, 9 Apr 2009 11:40:27 +0800
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Thu, 9 Apr 2009 07:28:10 +0200

tracing: consolidate documents

Move kmemtrace.txt, tracepoints.txt, ftrace.txt and mmiotrace.txt to
the new trace/ directory.

I didnt find any references to those documents in both source
files and documents, so no extra work needs to be done.

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Pekka Paalanen <pq@iki.fi>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
LKML-Reference: <49DD6E2B.6090200@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>


---
 Documentation/{ => trace}/ftrace.txt           |    0
 Documentation/{vm => trace}/kmemtrace.txt      |    0
 Documentation/{tracers => trace}/mmiotrace.txt |    0
 Documentation/{ => trace}/tracepoints.txt      |    0
 4 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/Documentation/ftrace.txt b/Documentation/trace/ftrace.txt
similarity index 100%
rename from Documentation/ftrace.txt
rename to Documentation/trace/ftrace.txt
diff --git a/Documentation/vm/kmemtrace.txt b/Documentation/trace/kmemtrace.txt
similarity index 100%
rename from Documentation/vm/kmemtrace.txt
rename to Documentation/trace/kmemtrace.txt
diff --git a/Documentation/tracers/mmiotrace.txt b/Documentation/trace/mmiotrace.txt
similarity index 100%
rename from Documentation/tracers/mmiotrace.txt
rename to Documentation/trace/mmiotrace.txt
diff --git a/Documentation/tracepoints.txt b/Documentation/trace/tracepoints.txt
similarity index 100%
rename from Documentation/tracepoints.txt
rename to Documentation/trace/tracepoints.txt

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

* Re: [tip:tracing/urgent] tracing: consolidate documents
  2009-04-09  4:37 ` [tip:tracing/urgent] " Li Zefan
@ 2009-04-09  7:26   ` Mathieu Desnoyers
  0 siblings, 0 replies; 14+ messages in thread
From: Mathieu Desnoyers @ 2009-04-09  7:26 UTC (permalink / raw)
  To: mingo, hpa, linux-kernel, fweisbec, rostedt, lizf, pq, tglx, mingo
  Cc: linux-tip-commits

* Li Zefan (lizf@cn.fujitsu.com) wrote:
> Commit-ID:  9f690b04fdf3fa5d7d6abab0bfd8628c3b91d503
> Gitweb:     http://git.kernel.org/tip/9f690b04fdf3fa5d7d6abab0bfd8628c3b91d503
> Author:     Li Zefan <lizf@cn.fujitsu.com>
> AuthorDate: Thu, 9 Apr 2009 11:40:27 +0800
> Committer:  Ingo Molnar <mingo@elte.hu>
> CommitDate: Thu, 9 Apr 2009 05:54:42 +0200
> 
> tracing: consolidate documents
> 
> Move tracepoints.txt, ftrace.txt and mmiotrace.txt to the new
> directory trace/.
> 

We should probably move markers.txt while we are at it.

Mathieu

> I didnt find any references to those documents in both source
> files and documents, so no extra work needs to be done.
> 
> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
> Cc: Steven Rostedt <rostedt@goodmis.org>
> Cc: Frederic Weisbecker <fweisbec@gmail.com>
> Cc: Pekka Paalanen <pq@iki.fi>
> Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
> LKML-Reference: <49DD6E2B.6090200@cn.fujitsu.com>
> Signed-off-by: Ingo Molnar <mingo@elte.hu>
> 
> 
> ---
>  Documentation/{ => trace}/ftrace.txt           |    0
>  Documentation/{tracers => trace}/mmiotrace.txt |    0
>  Documentation/{ => trace}/tracepoints.txt      |    0
>  3 files changed, 0 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/ftrace.txt b/Documentation/trace/ftrace.txt
> similarity index 100%
> rename from Documentation/ftrace.txt
> rename to Documentation/trace/ftrace.txt
> diff --git a/Documentation/tracers/mmiotrace.txt b/Documentation/trace/mmiotrace.txt
> similarity index 100%
> rename from Documentation/tracers/mmiotrace.txt
> rename to Documentation/trace/mmiotrace.txt
> diff --git a/Documentation/tracepoints.txt b/Documentation/trace/tracepoints.txt
> similarity index 100%
> rename from Documentation/tracepoints.txt
> rename to Documentation/trace/tracepoints.txt

-- 
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68

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

* Re: [tip:tracing/urgent] tracing: consolidate documents
  2009-04-09  5:30 ` Li Zefan
@ 2009-04-09 15:53   ` Pekka Paalanen
  2009-04-09 16:58     ` Pekka Enberg
                       ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Pekka Paalanen @ 2009-04-09 15:53 UTC (permalink / raw)
  To: mingo, hpa, mathieu.desnoyers, linux-kernel, fweisbec, rostedt,
	lizf, pq, tglx, mingo
  Cc: Pekka Enberg

On Thu, 9 Apr 2009 05:30:47 GMT
Li Zefan <lizf@cn.fujitsu.com> wrote:

> Commit-ID:  66bb74888eb4bef4ba7c87c931ecb7ecca3a240c
> Gitweb:     http://git.kernel.org/tip/66bb74888eb4bef4ba7c87c931ecb7ecca3a240c
> Author:     Li Zefan <lizf@cn.fujitsu.com>
> AuthorDate: Thu, 9 Apr 2009 11:40:27 +0800
> Committer:  Ingo Molnar <mingo@elte.hu>
> CommitDate: Thu, 9 Apr 2009 07:28:10 +0200
> 
> tracing: consolidate documents
> 
> Move kmemtrace.txt, tracepoints.txt, ftrace.txt and mmiotrace.txt to
> the new trace/ directory.
> 
> I didnt find any references to those documents in both source
> files and documents, so no extra work needs to be done.

There is one reference: kernel/trace/Kconfig, search for MMIOTRACE.
Fix that, and you have my ack on the mmiotrace.txt part.

> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
> Acked-by: Pekka Paalanen <pq@iki.fi>

Hey, I didn't say anything yet. Maybe you meant Enberg?
There are at least two Pekkas here :-)

Thanks.


> Cc: Steven Rostedt <rostedt@goodmis.org>
> Cc: Frederic Weisbecker <fweisbec@gmail.com>
> Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
> LKML-Reference: <49DD6E2B.6090200@cn.fujitsu.com>
> Signed-off-by: Ingo Molnar <mingo@elte.hu>
> 
> 
> ---
>  Documentation/{ => trace}/ftrace.txt           |    0
>  Documentation/{vm => trace}/kmemtrace.txt      |    0
>  Documentation/{tracers => trace}/mmiotrace.txt |    0
>  Documentation/{ => trace}/tracepoints.txt      |    0
>  4 files changed, 0 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/ftrace.txt b/Documentation/trace/ftrace.txt
> similarity index 100%
> rename from Documentation/ftrace.txt
> rename to Documentation/trace/ftrace.txt
> diff --git a/Documentation/vm/kmemtrace.txt b/Documentation/trace/kmemtrace.txt
> similarity index 100%
> rename from Documentation/vm/kmemtrace.txt
> rename to Documentation/trace/kmemtrace.txt
> diff --git a/Documentation/tracers/mmiotrace.txt b/Documentation/trace/mmiotrace.txt
> similarity index 100%
> rename from Documentation/tracers/mmiotrace.txt
> rename to Documentation/trace/mmiotrace.txt
> diff --git a/Documentation/tracepoints.txt b/Documentation/trace/tracepoints.txt
> similarity index 100%
> rename from Documentation/tracepoints.txt
> rename to Documentation/trace/tracepoints.txt
> 


-- 
Pekka Paalanen
http://www.iki.fi/pq/

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

* Re: [PATCH][RESEND] tracing: consolidate documents
  2009-04-09  5:16       ` Pekka Enberg
  2009-04-09  5:29         ` Ingo Molnar
@ 2009-04-09 16:37         ` Randy Dunlap
  1 sibling, 0 replies; 14+ messages in thread
From: Randy Dunlap @ 2009-04-09 16:37 UTC (permalink / raw)
  To: Pekka Enberg
  Cc: Ingo Molnar, Li Zefan, Eduard - Gabriel Munteanu, Steven Rostedt,
	Frederic Weisbecker, LKML, Mathieu Desnoyers, Pekka Paalanen

Pekka Enberg wrote:
> On Thu, Apr 9, 2009 at 7:13 AM, Ingo Molnar <mingo@elte.hu> wrote:
>> * Li Zefan <lizf@cn.fujitsu.com> wrote:
>>
>>> Li Zefan wrote:
>>>> Move tracepoints.txt, ftrace.txt and mmiotrace.txt to the new
>>>> directory trace/
>>>>
>>> Should we also move kmemtrace.txt to trace/, or leave it in vm/?
>> Eduard, Pekka, any preferences?
>>
>> Are symbolic links in Documentation/ frowned upon? I think it would
>> be best to have the file in both places:
>>
>> We do want to direct people interested in Documentation/vm/ to
>> kmemtrace ... and we do want to let people who are interested in
>> Documentation/trace/ that there's kmemtrace.
>>
>> Tracing and instrumentation is generally a multi-subsystem thing.
> 
> I'm not sure a symbolic link is necessary. Just put it under trace/.

Thanks.  I like that too.

-- 
~Randy

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

* Re: [tip:tracing/urgent] tracing: consolidate documents
  2009-04-09 15:53   ` Pekka Paalanen
@ 2009-04-09 16:58     ` Pekka Enberg
  2009-04-10  0:36     ` Li Zefan
  2009-04-10 13:04     ` Ingo Molnar
  2 siblings, 0 replies; 14+ messages in thread
From: Pekka Enberg @ 2009-04-09 16:58 UTC (permalink / raw)
  To: Pekka Paalanen
  Cc: mingo, hpa, mathieu.desnoyers, linux-kernel, fweisbec, rostedt,
	lizf, tglx, mingo

On Thu, Apr 9, 2009 at 6:53 PM, Pekka Paalanen <pq@iki.fi> wrote:
> On Thu, 9 Apr 2009 05:30:47 GMT
> Li Zefan <lizf@cn.fujitsu.com> wrote:
>
>> Commit-ID:  66bb74888eb4bef4ba7c87c931ecb7ecca3a240c
>> Gitweb:     http://git.kernel.org/tip/66bb74888eb4bef4ba7c87c931ecb7ecca3a240c
>> Author:     Li Zefan <lizf@cn.fujitsu.com>
>> AuthorDate: Thu, 9 Apr 2009 11:40:27 +0800
>> Committer:  Ingo Molnar <mingo@elte.hu>
>> CommitDate: Thu, 9 Apr 2009 07:28:10 +0200
>>
>> tracing: consolidate documents
>>
>> Move kmemtrace.txt, tracepoints.txt, ftrace.txt and mmiotrace.txt to
>> the new trace/ directory.
>>
>> I didnt find any references to those documents in both source
>> files and documents, so no extra work needs to be done.
>
> There is one reference: kernel/trace/Kconfig, search for MMIOTRACE.
> Fix that, and you have my ack on the mmiotrace.txt part.
>
>> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
>> Acked-by: Pekka Paalanen <pq@iki.fi>
>
> Hey, I didn't say anything yet. Maybe you meant Enberg?
> There are at least two Pekkas here :-)

Haha! Yeah, I acked the kmemtrace part so Ingo is probably just confused. :-)

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

* Re: [tip:tracing/urgent] tracing: consolidate documents
  2009-04-09 15:53   ` Pekka Paalanen
  2009-04-09 16:58     ` Pekka Enberg
@ 2009-04-10  0:36     ` Li Zefan
  2009-04-10 13:04     ` Ingo Molnar
  2 siblings, 0 replies; 14+ messages in thread
From: Li Zefan @ 2009-04-10  0:36 UTC (permalink / raw)
  To: Pekka Paalanen
  Cc: mingo, hpa, mathieu.desnoyers, linux-kernel, fweisbec, rostedt,
	tglx, mingo, Pekka Enberg

>> tracing: consolidate documents
>>
>> Move kmemtrace.txt, tracepoints.txt, ftrace.txt and mmiotrace.txt to
>> the new trace/ directory.
>>
>> I didnt find any references to those documents in both source
>> files and documents, so no extra work needs to be done.
> 
> There is one reference: kernel/trace/Kconfig, search for MMIOTRACE.
> Fix that, and you have my ack on the mmiotrace.txt part.
> 

Oh, I forgot to grep Kconfig.. There is also a reference to
kmemtrace.txt in Kconfig. I'll fix it.

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

* Re: [tip:tracing/urgent] tracing: consolidate documents
  2009-04-09 15:53   ` Pekka Paalanen
  2009-04-09 16:58     ` Pekka Enberg
  2009-04-10  0:36     ` Li Zefan
@ 2009-04-10 13:04     ` Ingo Molnar
  2 siblings, 0 replies; 14+ messages in thread
From: Ingo Molnar @ 2009-04-10 13:04 UTC (permalink / raw)
  To: Pekka Paalanen
  Cc: mingo, hpa, mathieu.desnoyers, linux-kernel, fweisbec, rostedt,
	lizf, tglx, Pekka Enberg


* Pekka Paalanen <pq@iki.fi> wrote:

> On Thu, 9 Apr 2009 05:30:47 GMT
> Li Zefan <lizf@cn.fujitsu.com> wrote:
> 
> > Commit-ID:  66bb74888eb4bef4ba7c87c931ecb7ecca3a240c
> > Gitweb:     http://git.kernel.org/tip/66bb74888eb4bef4ba7c87c931ecb7ecca3a240c
> > Author:     Li Zefan <lizf@cn.fujitsu.com>
> > AuthorDate: Thu, 9 Apr 2009 11:40:27 +0800
> > Committer:  Ingo Molnar <mingo@elte.hu>
> > CommitDate: Thu, 9 Apr 2009 07:28:10 +0200
> > 
> > tracing: consolidate documents
> > 
> > Move kmemtrace.txt, tracepoints.txt, ftrace.txt and mmiotrace.txt to
> > the new trace/ directory.
> > 
> > I didnt find any references to those documents in both source
> > files and documents, so no extra work needs to be done.
> 
> There is one reference: kernel/trace/Kconfig, search for MMIOTRACE.
> Fix that, and you have my ack on the mmiotrace.txt part.

This fix is committed now so your ack now takes effect :)

> > Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
> > Acked-by: Pekka Paalanen <pq@iki.fi>
> 
> Hey, I didn't say anything yet. Maybe you meant Enberg?
> There are at least two Pekkas here :-)

Yeah, you should rename yourself and pick some unique name like 
Ingo. Oh wait ...

	Ingo

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

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

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-09  3:40 [PATCH] tracing: consolidate documents Li Zefan
2009-04-09  3:52 ` [PATCH][RESEND] " Li Zefan
2009-04-09  3:59   ` Li Zefan
2009-04-09  4:13     ` Ingo Molnar
2009-04-09  5:16       ` Pekka Enberg
2009-04-09  5:29         ` Ingo Molnar
2009-04-09 16:37         ` Randy Dunlap
2009-04-09  4:37 ` [tip:tracing/urgent] " Li Zefan
2009-04-09  7:26   ` Mathieu Desnoyers
2009-04-09  5:30 ` Li Zefan
2009-04-09 15:53   ` Pekka Paalanen
2009-04-09 16:58     ` Pekka Enberg
2009-04-10  0:36     ` Li Zefan
2009-04-10 13:04     ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).