From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946875AbdKRIlN (ORCPT ); Sat, 18 Nov 2017 03:41:13 -0500 Received: from terminus.zytor.com ([65.50.211.136]:33851 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966319AbdKRIlE (ORCPT ); Sat, 18 Nov 2017 03:41:04 -0500 Date: Sat, 18 Nov 2017 00:38:58 -0800 From: tip-bot for Sihyeon Jang Message-ID: Cc: tglx@linutronix.de, jolsa@kernel.org, linux-kernel@vger.kernel.org, acme@redhat.com, uneedsihyeon@gmail.com, namhyung@kernel.org, hpa@zytor.com, mingo@kernel.org Reply-To: uneedsihyeon@gmail.com, jolsa@kernel.org, linux-kernel@vger.kernel.org, acme@redhat.com, tglx@linutronix.de, mingo@kernel.org, hpa@zytor.com, namhyung@kernel.org In-Reply-To: <1510842367-11011-5-git-send-email-uneedsihyeon@gmail.com> References: <1510842367-11011-5-git-send-email-uneedsihyeon@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf evlist: Document missing --force option Git-Commit-ID: deb368acf1731bf89c34b171094c4f8eff66ebd9 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: deb368acf1731bf89c34b171094c4f8eff66ebd9 Gitweb: https://git.kernel.org/tip/deb368acf1731bf89c34b171094c4f8eff66ebd9 Author: Sihyeon Jang AuthorDate: Thu, 16 Nov 2017 23:26:06 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 16 Nov 2017 14:50:07 -0300 perf evlist: Document missing --force option Add --force to the man page. Signed-off-by: Sihyeon Jang Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1510842367-11011-5-git-send-email-uneedsihyeon@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-evlist.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/perf/Documentation/perf-evlist.txt b/tools/perf/Documentation/perf-evlist.txt index 6f7200f..c0a6640 100644 --- a/tools/perf/Documentation/perf-evlist.txt +++ b/tools/perf/Documentation/perf-evlist.txt @@ -20,6 +20,10 @@ OPTIONS --input=:: Input file name. (default: perf.data unless stdin is a fifo) +-f:: +--force:: + Don't complain, do it. + -F:: --freq=:: Show just the sample frequency used for each event.