Re: [PATCH -tip 1/3] [CLEANUP] perf-probe: Expand given path to absolute path

2013-12-23 Thread Masami Hiramatsu
(2013/12/23 23:28), Arnaldo Carvalho de Melo wrote: > Em Mon, Dec 23, 2013 at 06:35:09AM +0900, Masami Hiramatsu escreveu: >> (2013/12/21 3:00), Arnaldo Carvalho de Melo wrote: >>> Em Fri, Dec 20, 2013 at 10:02:57AM +, Masami Hiramatsu escreveu: Expand given path to absolute path in option

Re: [PATCH -tip 1/3] [CLEANUP] perf-probe: Expand given path to absolute path

2013-12-23 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 23, 2013 at 06:35:09AM +0900, Masami Hiramatsu escreveu: > (2013/12/21 3:00), Arnaldo Carvalho de Melo wrote: > > Em Fri, Dec 20, 2013 at 10:02:57AM +, Masami Hiramatsu escreveu: > >> Expand given path to absolute path in option parser, > >> except for a module name. Instead of expa

Re: [PATCH -tip 1/3] [CLEANUP] perf-probe: Expand given path to absolute path

2013-12-23 Thread Masami Hiramatsu
(2013/12/23 15:17), Namhyung Kim wrote: > Hi Masami, > > On Fri, 20 Dec 2013 10:02:57 +, Masami Hiramatsu wrote: >> Expand given path to absolute path in option parser, >> except for a module name. Instead of expanding it later, >> this get the absolute path in early stage. >> >> Signed-off-by

Re: [PATCH -tip 1/3] [CLEANUP] perf-probe: Expand given path to absolute path

2013-12-22 Thread Namhyung Kim
Hi Masami, On Fri, 20 Dec 2013 10:02:57 +, Masami Hiramatsu wrote: > Expand given path to absolute path in option parser, > except for a module name. Instead of expanding it later, > this get the absolute path in early stage. > > Signed-off-by: Masami Hiramatsu > --- > tools/perf/builtin-pro

Re: [PATCH -tip 1/3] [CLEANUP] perf-probe: Expand given path to absolute path

2013-12-22 Thread Masami Hiramatsu
(2013/12/21 3:00), Arnaldo Carvalho de Melo wrote: > Em Fri, Dec 20, 2013 at 10:02:57AM +, Masami Hiramatsu escreveu: >> Expand given path to absolute path in option parser, >> except for a module name. Instead of expanding it later, >> this get the absolute path in early stage. > > What is th

Re: [PATCH -tip 1/3] [CLEANUP] perf-probe: Expand given path to absolute path

2013-12-20 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 20, 2013 at 10:02:57AM +, Masami Hiramatsu escreveu: > Expand given path to absolute path in option parser, > except for a module name. Instead of expanding it later, > this get the absolute path in early stage. What is the problem this solves? Can you provide some output showing

[PATCH -tip 1/3] [CLEANUP] perf-probe: Expand given path to absolute path

2013-12-20 Thread Masami Hiramatsu
Expand given path to absolute path in option parser, except for a module name. Instead of expanding it later, this get the absolute path in early stage. Signed-off-by: Masami Hiramatsu --- tools/perf/builtin-probe.c|9 + tools/perf/util/probe-event.c | 11 ++- 2 files c