Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752878AbbBKNN0 (ORCPT ); Wed, 11 Feb 2015 08:13:26 -0500 Received: from mail-ob0-f173.google.com ([209.85.214.173]:34111 "EHLO mail-ob0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751941AbbBKNNZ (ORCPT ); Wed, 11 Feb 2015 08:13:25 -0500 MIME-Version: 1.0 In-Reply-To: <20150211115906.GU23123@twins.programming.kicks-ass.net> References: <1423611765-18200-1-git-send-email-eranian@google.com> <1423611765-18200-4-git-send-email-eranian@google.com> <20150211115906.GU23123@twins.programming.kicks-ass.net> Date: Wed, 11 Feb 2015 08:13:24 -0500 Message-ID: Subject: Re: [PATCH 3/4] perf inject: add jitdump mmap injection support From: Stephane Eranian To: Peter Zijlstra Cc: LKML , Arnaldo Carvalho de Melo , "mingo@elte.hu" , "ak@linux.intel.com" , Jiri Olsa , Namhyung Kim , Carl Love , Sukadev Bhattiprolu , Sonny Rao , John Mccutchan Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1070 Lines: 28 On Wed, Feb 11, 2015 at 6:59 AM, Peter Zijlstra wrote: > > On Wed, Feb 11, 2015 at 12:42:44AM +0100, Stephane Eranian wrote: > > diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf > > index aa6a504..c86c412 100644 > > --- a/tools/perf/Makefile.perf > > +++ b/tools/perf/Makefile.perf > > > @@ -496,7 +499,8 @@ BUILTIN_OBJS += $(OUTPUT)builtin-inject.o > > BUILTIN_OBJS += $(OUTPUT)tests/builtin-test.o > > BUILTIN_OBJS += $(OUTPUT)builtin-mem.o > > > > -PERFLIBS = $(LIB_FILE) $(LIBAPIKFS) $(LIBTRACEEVENT) > > +PERFLIBS = $(LIB_FILE) $(LIBAPIKFS) $(LIBTRACEEVENT) -lcrypto > > + > > Should we not add auto-detect magic for that? Otherwise perf will stop > building on machines without libssl. Good point. The ssl support is needed to create the buildid for each generated ELF image. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/