2008-07-04 23:55:40

by Mathieu Desnoyers

[permalink] [raw]
Subject: [RFC patch 07/12] Traceprobes

Menu option to activate tracing probes.

Signed-off-by: Mathieu Desnoyers <[email protected]>
CC: Alexander Viro <[email protected]>
CC: 'Peter Zijlstra' <[email protected]>
CC: "Frank Ch. Eigler" <[email protected]>
CC: 'Ingo Molnar' <[email protected]>
CC: 'Hideo AOKI' <[email protected]>
CC: Takashi Nishiie <[email protected]>
CC: 'Steven Rostedt' <[email protected]>
CC: Masami Hiramatsu <[email protected]>
---
init/Kconfig | 9 +++++++++
1 file changed, 9 insertions(+)

Index: linux-2.6-lttng/init/Kconfig
===================================================================
--- linux-2.6-lttng.orig/init/Kconfig 2008-07-04 09:32:52.000000000 -0400
+++ linux-2.6-lttng/init/Kconfig 2008-07-04 09:33:05.000000000 -0400
@@ -795,6 +795,15 @@ config MARKERS
Place an empty function call at each marker site. Can be
dynamically changed for a probe function.

+config TRACEPROBES
+ tristate "Compile generic tracing probes"
+ depends on MARKERS
+ default y
+ help
+ Compile generic tracing probes, which connect to the tracepoints when
+ loaded and format the information collected by the tracepoints with
+ the Markers.
+
source "arch/Kconfig"

config PROC_PAGE_MONITOR

--
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68


2008-07-07 16:30:33

by Masami Hiramatsu

[permalink] [raw]
Subject: Re: [RFC patch 07/12] Traceprobes

Mathieu Desnoyers wrote:
> Menu option to activate tracing probes.
>
> Signed-off-by: Mathieu Desnoyers <[email protected]>
> CC: Alexander Viro <[email protected]>
> CC: 'Peter Zijlstra' <[email protected]>
> CC: "Frank Ch. Eigler" <[email protected]>
> CC: 'Ingo Molnar' <[email protected]>
> CC: 'Hideo AOKI' <[email protected]>
> CC: Takashi Nishiie <[email protected]>
> CC: 'Steven Rostedt' <[email protected]>
> CC: Masami Hiramatsu <[email protected]>

Thanks, this is good to me. Tested on x86-64.
Acked-by: Masami Hiramatsu <[email protected]>

> ---
> init/Kconfig | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> Index: linux-2.6-lttng/init/Kconfig
> ===================================================================
> --- linux-2.6-lttng.orig/init/Kconfig 2008-07-04 09:32:52.000000000 -0400
> +++ linux-2.6-lttng/init/Kconfig 2008-07-04 09:33:05.000000000 -0400
> @@ -795,6 +795,15 @@ config MARKERS
> Place an empty function call at each marker site. Can be
> dynamically changed for a probe function.
>
> +config TRACEPROBES
> + tristate "Compile generic tracing probes"
> + depends on MARKERS
> + default y
> + help
> + Compile generic tracing probes, which connect to the tracepoints when
> + loaded and format the information collected by the tracepoints with
> + the Markers.
> +
> source "arch/Kconfig"
>
> config PROC_PAGE_MONITOR
>

--
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America) Inc.
Software Solutions Division

e-mail: [email protected]