Re: [PATCH] perf tools: Pick up libdw without explicit LIBDW_DIR

2014-04-06 Thread Jiri Olsa
On Fri, Apr 04, 2014 at 09:46:28AM +0200, Jean Pihet wrote: > On 3 April 2014 23:51, Ramkumar Ramachandra wrote: > > Ramkumar Ramachandra wrote: > >> tools/perf/config/Makefile | 5 ++--- > >> 1 file changed, 2 insertions(+), 3 deletions(-) > > > > Jiri, any comments? hi, sorry for late reply,

Re: [PATCH] perf tools: Pick up libdw without explicit LIBDW_DIR

2014-04-06 Thread Jiri Olsa
On Fri, Apr 04, 2014 at 09:46:28AM +0200, Jean Pihet wrote: On 3 April 2014 23:51, Ramkumar Ramachandra artag...@gmail.com wrote: Ramkumar Ramachandra wrote: tools/perf/config/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Jiri, any comments? hi, sorry for late

Re: [PATCH] perf tools: Pick up libdw without explicit LIBDW_DIR

2014-04-04 Thread Jean Pihet
On 3 April 2014 23:51, Ramkumar Ramachandra wrote: > Ramkumar Ramachandra wrote: >> tools/perf/config/Makefile | 5 ++--- >> 1 file changed, 2 insertions(+), 3 deletions(-) > > Jiri, any comments? Note: this patch is equivalent to '[PATCH] perf tools: Fix feature check for libdw dwarf unwind'

Re: [PATCH] perf tools: Pick up libdw without explicit LIBDW_DIR

2014-04-04 Thread Jean Pihet
On 3 April 2014 23:51, Ramkumar Ramachandra artag...@gmail.com wrote: Ramkumar Ramachandra wrote: tools/perf/config/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Jiri, any comments? Note: this patch is equivalent to '[PATCH] perf tools: Fix feature check for libdw dwarf

Re: [PATCH] perf tools: Pick up libdw without explicit LIBDW_DIR

2014-04-03 Thread Ramkumar Ramachandra
Ramkumar Ramachandra wrote: > tools/perf/config/Makefile | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) Jiri, any comments? Ram -- 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 at

Re: [PATCH] perf tools: Pick up libdw without explicit LIBDW_DIR

2014-04-03 Thread Ramkumar Ramachandra
Ramkumar Ramachandra wrote: tools/perf/config/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Jiri, any comments? Ram -- 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 at

[PATCH] perf tools: Pick up libdw without explicit LIBDW_DIR

2014-03-26 Thread Ramkumar Ramachandra
The Makefile logic sets FEATURE_CHECKS_CFLAGS-libdw-dwarf-unwind and FEATURE_CHECKS_LDFLAGS-libdw-dwarf-unwind only if LIBDW_DIR is defined. This means that under a normal setup, $ make NO_LIBUNWIND=1 won't automatically pick up libdw. Fix this. Cc: Jiri Olsa Cc: Arnaldo Carvalho de Melo

[PATCH] perf tools: Pick up libdw without explicit LIBDW_DIR

2014-03-26 Thread Ramkumar Ramachandra
The Makefile logic sets FEATURE_CHECKS_CFLAGS-libdw-dwarf-unwind and FEATURE_CHECKS_LDFLAGS-libdw-dwarf-unwind only if LIBDW_DIR is defined. This means that under a normal setup, $ make NO_LIBUNWIND=1 won't automatically pick up libdw. Fix this. Cc: Jiri Olsa jo...@redhat.com Cc: Arnaldo