Re: [PATCH -tip v3 01/11] [BUGFIX] perf-probe: Fix to do exit call for symbol maps

2014-02-17 Thread Masami Hiramatsu
(2014/02/17 16:56), Namhyung Kim wrote: > Hi Masami, > > On Thu, 06 Feb 2014 05:32:04 +, Masami Hiramatsu wrote: >> Some perf-probe commands do symbol_init() but doesn't >> do exit call. This fixes that to call symbol_exit() >> and releases machine if needed. >> This also merges

Re: [PATCH -tip v3 01/11] [BUGFIX] perf-probe: Fix to do exit call for symbol maps

2014-02-17 Thread Masami Hiramatsu
(2014/02/17 16:56), Namhyung Kim wrote: Hi Masami, On Thu, 06 Feb 2014 05:32:04 +, Masami Hiramatsu wrote: Some perf-probe commands do symbol_init() but doesn't do exit call. This fixes that to call symbol_exit() and releases machine if needed. This also merges init_vmlinux() and

Re: [PATCH -tip v3 01/11] [BUGFIX] perf-probe: Fix to do exit call for symbol maps

2014-02-16 Thread Namhyung Kim
Hi Masami, On Thu, 06 Feb 2014 05:32:04 +, Masami Hiramatsu wrote: > Some perf-probe commands do symbol_init() but doesn't > do exit call. This fixes that to call symbol_exit() > and releases machine if needed. > This also merges init_vmlinux() and init_user_exec() > because both of them are

Re: [PATCH -tip v3 01/11] [BUGFIX] perf-probe: Fix to do exit call for symbol maps

2014-02-16 Thread Namhyung Kim
Hi Masami, On Thu, 06 Feb 2014 05:32:04 +, Masami Hiramatsu wrote: Some perf-probe commands do symbol_init() but doesn't do exit call. This fixes that to call symbol_exit() and releases machine if needed. This also merges init_vmlinux() and init_user_exec() because both of them are doing

[PATCH -tip v3 01/11] [BUGFIX] perf-probe: Fix to do exit call for symbol maps

2014-02-05 Thread Masami Hiramatsu
Some perf-probe commands do symbol_init() but doesn't do exit call. This fixes that to call symbol_exit() and releases 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 v3 01/11] [BUGFIX] perf-probe: Fix to do exit call for symbol maps

2014-02-05 Thread Masami Hiramatsu
Some perf-probe commands do symbol_init() but doesn't do exit call. This fixes that to call symbol_exit() and releases 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