From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754119AbbCCGXZ (ORCPT ); Tue, 3 Mar 2015 01:23:25 -0500 Received: from terminus.zytor.com ([198.137.202.10]:49226 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753846AbbCCGXX (ORCPT ); Tue, 3 Mar 2015 01:23:23 -0500 Date: Mon, 2 Mar 2015 22:23:08 -0800 From: tip-bot for Namhyung Kim Message-ID: Cc: a.p.zijlstra@chello.nl, tglx@linutronix.de, jolsa@redhat.com, hpa@zytor.com, mingo@kernel.org, namhyung@kernel.org, linux-kernel@vger.kernel.org, acme@redhat.com Reply-To: acme@redhat.com, linux-kernel@vger.kernel.org, namhyung@kernel.org, mingo@kernel.org, hpa@zytor.com, jolsa@redhat.com, tglx@linutronix.de, a.p.zijlstra@chello.nl In-Reply-To: <1425272038-10406-1-git-send-email-namhyung@kernel.org> References: <1425272038-10406-1-git-send-email-namhyung@kernel.org> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf record: Get rid of -l option from Documentation Git-Commit-ID: 08b23f4e635fa42a1d3ebdf31b8bb720f17d6c14 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 08b23f4e635fa42a1d3ebdf31b8bb720f17d6c14 Gitweb: http://git.kernel.org/tip/08b23f4e635fa42a1d3ebdf31b8bb720f17d6c14 Author: Namhyung Kim AuthorDate: Mon, 2 Mar 2015 13:53:58 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 2 Mar 2015 12:04:07 -0300 perf record: Get rid of -l option from Documentation The perf record does not support -l option anymore, so nuke it. Signed-off-by: Namhyung Kim Cc: Jiri Olsa Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1425272038-10406-1-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-record.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt index cae75c1..4d66894 100644 --- a/tools/perf/Documentation/perf-record.txt +++ b/tools/perf/Documentation/perf-record.txt @@ -62,9 +62,6 @@ OPTIONS --all-cpus:: System-wide collection from all CPUs. --l:: - Scale counter values. - -p:: --pid=:: Record events on existing process ID (comma separated list).