Re: [PATCH -tip v2 1/8] [BUGFIX] perf-probe: Fix to do exit call for symbol maps

2014-02-03 Thread Masami Hiramatsu
(2014/02/03 16:41), Namhyung Kim wrote: > Hi Masami, > > On Wed, 29 Jan 2014 09:14:52 +, Masami Hiramatsu wrote: >> Some perf-probe commands do symbol_init() but doesn't >> do exit call. This fixes that to call symbol_exit() >> and relase machine if needed. >> This also merges init_vmlinux() a

Re: [PATCH -tip v2 1/8] [BUGFIX] perf-probe: Fix to do exit call for symbol maps

2014-02-02 Thread Namhyung Kim
Hi Masami, On Wed, 29 Jan 2014 09:14:52 +, Masami Hiramatsu wrote: > Some perf-probe commands do symbol_init() but doesn't > do exit call. This fixes that to call symbol_exit() > and relase machine if needed. > This also merges init_vmlinux() and init_user_exec() > because both of them are doi