Re: [PATCH 4/4] perf tools: Make kmem work for non numa machines

2013-09-23 Thread Arnaldo Carvalho de Melo
Em Mon, Sep 23, 2013 at 03:50:31PM +0200, Jiri Olsa escreveu: > > ping Its in perf/core, guess should send it via perf/urgent too, right? - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH 4/4] perf tools: Make kmem work for non numa machines

2013-09-23 Thread Jiri Olsa
On Mon, Sep 23, 2013 at 02:15:34PM -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Sep 23, 2013 at 03:50:31PM +0200, Jiri Olsa escreveu: > > > > ping > > Its in perf/core, guess should send it via perf/urgent too, right? > that would be great, thanks jirka -- To unsubscribe from this list: se

Re: [PATCH 4/4] perf tools: Make kmem work for non numa machines

2013-09-23 Thread Jiri Olsa
On Thu, Sep 12, 2013 at 06:39:36PM +0200, Jiri Olsa wrote: > The commit '2814eb0 perf kmem: Remove die() calls' disabled > kmem command for machines without numa support. It made the > command fail if '/sys/devices/system/node' dir wasn't found. > > Skipping the numa based initialization in case t