Re: Re: [PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-23 Thread Masami Hiramatsu
(2013/12/23 23:34), Arnaldo Carvalho de Melo wrote: > Em Mon, Dec 23, 2013 at 06:39:16AM +0900, Masami Hiramatsu escreveu: >> (2013/12/21 3:01), Arnaldo Carvalho de Melo wrote: >>> Em Fri, Dec 20, 2013 at 10:02:59AM +, Masami Hiramatsu escreveu: Support dwarf(debuginfo) based operations

Re: [PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-23 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 23, 2013 at 06:39:16AM +0900, Masami Hiramatsu escreveu: > (2013/12/21 3:01), Arnaldo Carvalho de Melo wrote: > > Em Fri, Dec 20, 2013 at 10:02:59AM +, Masami Hiramatsu escreveu: > >> Support dwarf(debuginfo) based operations for uprobe events. > >> With this change, perf probe can

Re: [PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-23 Thread Arnaldo Carvalho de Melo
Em Mon, Dec 23, 2013 at 06:39:16AM +0900, Masami Hiramatsu escreveu: (2013/12/21 3:01), Arnaldo Carvalho de Melo wrote: Em Fri, Dec 20, 2013 at 10:02:59AM +, Masami Hiramatsu escreveu: Support dwarf(debuginfo) based operations for uprobe events. With this change, perf probe can analyze

Re: Re: [PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-23 Thread Masami Hiramatsu
(2013/12/23 23:34), Arnaldo Carvalho de Melo wrote: Em Mon, Dec 23, 2013 at 06:39:16AM +0900, Masami Hiramatsu escreveu: (2013/12/21 3:01), Arnaldo Carvalho de Melo wrote: Em Fri, Dec 20, 2013 at 10:02:59AM +, Masami Hiramatsu escreveu: Support dwarf(debuginfo) based operations for uprobe

Re: [PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-22 Thread Masami Hiramatsu
(2013/12/21 3:01), Arnaldo Carvalho de Melo wrote: > Em Fri, Dec 20, 2013 at 10:02:59AM +, Masami Hiramatsu escreveu: >> Support dwarf(debuginfo) based operations for uprobe events. >> With this change, perf probe can analyze debuginfo of user >> application binary to set up new uprobe event.

Re: [PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-22 Thread Masami Hiramatsu
(2013/12/21 3:01), Arnaldo Carvalho de Melo wrote: Em Fri, Dec 20, 2013 at 10:02:59AM +, Masami Hiramatsu escreveu: Support dwarf(debuginfo) based operations for uprobe events. With this change, perf probe can analyze debuginfo of user application binary to set up new uprobe event. This

Re: [PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-20 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 20, 2013 at 10:02:59AM +, Masami Hiramatsu escreveu: > Support dwarf(debuginfo) based operations for uprobe events. > With this change, perf probe can analyze debuginfo of user > application binary to set up new uprobe event. > This allows perf-probe --add/--line works with -x

[PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-20 Thread Masami Hiramatsu
Support dwarf(debuginfo) based operations for uprobe events. With this change, perf probe can analyze debuginfo of user application binary to set up new uprobe event. This allows perf-probe --add/--line works with -x option. (Actually, --vars has already accepted -x option) Signed-off-by: Masami

[PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-20 Thread Masami Hiramatsu
Support dwarf(debuginfo) based operations for uprobe events. With this change, perf probe can analyze debuginfo of user application binary to set up new uprobe event. This allows perf-probe --add/--line works with -x option. (Actually, --vars has already accepted -x option) Signed-off-by: Masami

Re: [PATCH -tip 2/3] perf-probe: Support dwarf on uprobe events

2013-12-20 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 20, 2013 at 10:02:59AM +, Masami Hiramatsu escreveu: Support dwarf(debuginfo) based operations for uprobe events. With this change, perf probe can analyze debuginfo of user application binary to set up new uprobe event. This allows perf-probe --add/--line works with -x option.