From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946795AbdKRIkF (ORCPT ); Sat, 18 Nov 2017 03:40:05 -0500 Received: from terminus.zytor.com ([65.50.211.136]:45487 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946751AbdKRIjz (ORCPT ); Sat, 18 Nov 2017 03:39:55 -0500 Date: Sat, 18 Nov 2017 00:37:46 -0800 From: tip-bot for Sihyeon Jang Message-ID: Cc: acme@redhat.com, linux-kernel@vger.kernel.org, mingo@kernel.org, hpa@zytor.com, uneedsihyeon@gmail.com, tglx@linutronix.de, namhyung@kernel.org, jolsa@kernel.org Reply-To: namhyung@kernel.org, uneedsihyeon@gmail.com, tglx@linutronix.de, hpa@zytor.com, mingo@kernel.org, linux-kernel@vger.kernel.org, acme@redhat.com, jolsa@kernel.org In-Reply-To: <1510842367-11011-2-git-send-email-uneedsihyeon@gmail.com> References: <1510842367-11011-2-git-send-email-uneedsihyeon@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf trace: Document missing option, colons Git-Commit-ID: 9b9d28a0087608052b39e7d9ee2f07b4e0fd6dca 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: 9b9d28a0087608052b39e7d9ee2f07b4e0fd6dca Gitweb: https://git.kernel.org/tip/9b9d28a0087608052b39e7d9ee2f07b4e0fd6dca Author: Sihyeon Jang AuthorDate: Thu, 16 Nov 2017 23:26:03 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 16 Nov 2017 14:50:05 -0300 perf trace: Document missing option, colons Add missing --force option to the man page. Signed-off-by: Sihyeon Jang Cc: Jiri Olsa Cc: Namhyung Kim Link: http://lkml.kernel.org/r/1510842367-11011-2-git-send-email-uneedsihyeon@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-trace.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt index d53bea6..6909cf1 100644 --- a/tools/perf/Documentation/perf-trace.txt +++ b/tools/perf/Documentation/perf-trace.txt @@ -86,18 +86,18 @@ comma-separated list with no space: 0,1. Ranges of CPUs are specified with -: 0- In per-thread mode with inheritance mode on (default), Events are captured only when the thread executes on the designated CPUs. Default is to monitor all CPUs. ---duration: +--duration:: Show only events that had a duration greater than N.M ms. ---sched: +--sched:: Accrue thread runtime and provide a summary at the end of the session. --i ---input +-i:: +--input:: Process events from a given perf data file. --T ---time +-T:: +--time:: Print full timestamp rather time relative to first sample. --comm:: @@ -117,6 +117,10 @@ the thread executes on the designated CPUs. Default is to monitor all CPUs. Show tool stats such as number of times fd->pathname was discovered thru hooking the open syscall return + vfs_getname or via reading /proc/pid/fd, etc. +-f:: +--force:: + Don't complain, do it. + -F=[all|min|maj]:: --pf=[all|min|maj]:: Trace pagefaults. Optionally, you can specify whether you want minor,