From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752198AbbCYVRs (ORCPT ); Wed, 25 Mar 2015 17:17:48 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:46628 "EHLO e34.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750764AbbCYVRq (ORCPT ); Wed, 25 Mar 2015 17:17:46 -0400 Subject: Re: [PATCH v4 3/4] perf inject: add jitdump mmap injection support From: "Carl E. Love" To: Stephane Eranian Cc: linux-kernel@vger.kernel.org, acme@redhat.com, peterz@infradead.org, mingo@elte.hu, ak@linux.intel.com, jolsa@redhat.com, namhyung@kernel.org, sukadev@linux.vnet.ibm.com, sonnyrao@chromium.org, johnmccutchan@google.com, dsahern@gmail.com, adrian.hunter@intel.com, pawel.moll@arm.com In-Reply-To: <1427235933-949-4-git-send-email-eranian@google.com> References: <1427235933-949-1-git-send-email-eranian@google.com> <1427235933-949-4-git-send-email-eranian@google.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 25 Mar 2015 14:17:37 -0700 Message-ID: <1427318257.5585.8.camel@oc3328482554> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-34.el6) Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15032521-0017-0000-0000-000009A5C10B Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2015-03-24 at 23:25 +0100, Stephane Eranian wrote: > linkperf:perf-record[1], linkperf:perf-report[1], > linkperf:perf-archive[1] > diff --git a/tools/perf/builtin-inject.c b/tools/perf/builtin-inject.c > index ea46df25..af25d1a 100644 > --- a/tools/perf/builtin-inject.c > +++ b/tools/perf/builtin-inject.c > @@ -16,6 +16,7 @@ > #include "util/debug.h" > #include "util/build-id.h" > #include "util/data.h" > +#include "util/jit.h" > > Stephane: The patch references the file util/jit.h. I can't find this file. Did it get missed in the patch? Carl Love