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()

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() and

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

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 doing

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

2014-01-29 Thread Masami Hiramatsu
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 doing similar things. (init_user_exec() just skips init vmlinux related symbol

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

2014-01-29 Thread Masami Hiramatsu
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 doing similar things. (init_user_exec() just skips init vmlinux related symbol