[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D103B5B.3080905@hitachi.com>
Date: Tue, 21 Dec 2010 14:30:03 +0900
From: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
To: Franck Bui-Huu <vagabon.xyz@...il.com>
Cc: acme@...stprotocols.net, linux-kernel@...r.kernel.org,
2nddept-manager@....hitachi.co.jp
Subject: Re: [PATCH 1/6] perf-tools: make perf-probe -L display the absolute
path of the dumped file
(2010/12/20 23:18), Franck Bui-Huu wrote:
> From: Franck Bui-Huu <fbuihuu@...il.com>
>
> The actual file used by 'perf probe -L sched.c' is reported in the
> ouput of the command.
>
> But it's simply displayed as it has been given to the command (simply
> sched.c) which is too ambiguous to be really usefull since several
> sched.c files can be found into the same project and we also don't
> know which search path has been used.
It's enough reasonable for me.
Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
>
> Signed-off-by: Franck Bui-Huu <fbuihuu@...il.com>
> ---
> tools/perf/util/probe-event.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tools/perf/util/probe-event.c b/tools/perf/util/probe-event.c
> index 558545e..6fa0403 100644
> --- a/tools/perf/util/probe-event.c
> +++ b/tools/perf/util/probe-event.c
> @@ -381,7 +381,7 @@ int show_line_range(struct line_range *lr, const char *module)
> fprintf(stdout, "<%s:%d>\n", lr->function,
> lr->start - lr->offset);
> else
> - fprintf(stdout, "<%s:%d>\n", lr->file, lr->start);
> + fprintf(stdout, "<%s:%d>\n", lr->path, lr->start);
>
> fp = fopen(lr->path, "r");
> if (fp == NULL) {
--
Masami HIRAMATSU
2nd Dept. Linux Technology Center
Hitachi, Ltd., Systems Development Laboratory
E-mail: masami.hiramatsu.pt@...achi.com
--
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