Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752418AbbG2LuM (ORCPT ); Wed, 29 Jul 2015 07:50:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55158 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751512AbbG2LuL (ORCPT ); Wed, 29 Jul 2015 07:50:11 -0400 Date: Wed, 29 Jul 2015 13:50:08 +0200 From: Jiri Olsa To: Kan Liang Cc: acme@kernel.org, jolsa@kernel.org, namhyung@kernel.org, ak@linux.intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH RFC V6 5/6] perf,tool: per-event callgraph support Message-ID: <20150729115008.GD9606@krava.brq.redhat.com> References: <1437999699-19632-1-git-send-email-kan.liang@intel.com> <1437999699-19632-6-git-send-email-kan.liang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437999699-19632-6-git-send-email-kan.liang@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 843 Lines: 25 On Mon, Jul 27, 2015 at 08:21:38AM -0400, Kan Liang wrote: SNIP > diff --git a/tools/perf/util/evsel.c b/tools/perf/util/evsel.c > index 7febfe2..874de7d 100644 > --- a/tools/perf/util/evsel.c > +++ b/tools/perf/util/evsel.c > @@ -545,14 +545,15 @@ int perf_evsel__group_desc(struct perf_evsel *evsel, char *buf, size_t size) > > static void > perf_evsel__config_callgraph(struct perf_evsel *evsel, > - struct record_opts *opts) > + struct record_opts *opts, > + struct callchain_param *param) could you put this change (and related) into separate patch? thanks, jirka -- 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/