From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753642AbdFGXTU (ORCPT ); Wed, 7 Jun 2017 19:19:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:35700 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753495AbdFGXTN (ORCPT ); Wed, 7 Jun 2017 19:19:13 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4F976239D2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=acme@kernel.org Date: Wed, 7 Jun 2017 20:19:04 -0300 From: Arnaldo Carvalho de Melo To: SeongJae Park Cc: peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] perf script: Fix outdated comment for perf-trace-python Message-ID: <20170607231904.GC6949@kernel.org> References: <20170530111827.21732-1-sj38.park@gmail.com> <20170530111827.21732-2-sj38.park@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170530111827.21732-2-sj38.park@gmail.com> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, May 30, 2017 at 08:18:23PM +0900, SeongJae Park escreveu: > Script that generated by '--gen-script' option contains an outdated > comment. It mentions about 'perf-trace-python' document while it has > renamed to 'perf-script-python'. This commit fixes the outdated > comment. Thanks, applied to perf/urgent. - Arnaldo > Signed-off-by: SeongJae Park > Fixes: 133dc4c39c57 ("perf: Rename 'perf trace' to 'perf script'") > --- > tools/perf/util/scripting-engines/trace-event-python.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c > index 9d92af7d0718..40de3cb40d21 100644 > --- a/tools/perf/util/scripting-engines/trace-event-python.c > +++ b/tools/perf/util/scripting-engines/trace-event-python.c > @@ -1219,7 +1219,7 @@ static int python_generate_script(struct pevent *pevent, const char *outfile) > fprintf(ofp, "# be retrieved using Python functions of the form " > "common_*(context).\n"); > > - fprintf(ofp, "# See the perf-trace-python Documentation for the list " > + fprintf(ofp, "# See the perf-script-python Documentation for the list " > "of available functions.\n\n"); > > fprintf(ofp, "import os\n"); > -- > 2.13.0