Re: [PATCH 2/7] perf test: Use machine__new_host in mma thread lookup test

2015-12-06 Thread Jiri Olsa
On Fri, Dec 04, 2015 at 10:22:15PM +0900, Namhyung Kim wrote: > Hi Jiri, > > In the subject, please do 's/mma/mmap/'. Ditto for 3/7. I updated that in the perf/fixes branch Arnaldo please let me know if you need me to resend those again thanks, jirka -- To unsubscribe from this list: send the

Re: [PATCH 2/7] perf test: Use machine__new_host in mma thread lookup test

2015-12-04 Thread Namhyung Kim
Hi Jiri, In the subject, please do 's/mma/mmap/'. Ditto for 3/7. Thanks, Namhyung On Thu, Dec 03, 2015 at 09:34:13AM +0100, Jiri Olsa wrote: > This is more straightforward than what we have now. > > It also fixes segfault within machine__exit, that's caused > but not creating kernel maps for

[PATCH 2/7] perf test: Use machine__new_host in mma thread lookup test

2015-12-03 Thread Jiri Olsa
This is more straightforward than what we have now. It also fixes segfault within machine__exit, that's caused but not creating kernel maps for machine.. We're calling machine__destroy_kernel_maps in machine__exit since commit: ebe9729c8c31 perf machine: Fix to destroy kernel maps when machine