From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946778AbdKRIjr (ORCPT ); Sat, 18 Nov 2017 03:39:47 -0500 Received: from terminus.zytor.com ([65.50.211.136]:53713 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946751AbdKRIj3 (ORCPT ); Sat, 18 Nov 2017 03:39:29 -0500 Date: Sat, 18 Nov 2017 00:37:21 -0800 From: tip-bot for Sihyeon Jang Message-ID: Cc: acme@redhat.com, mingo@kernel.org, namhyung@kernel.org, tglx@linutronix.de, jolsa@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com, uneedsihyeon@gmail.com Reply-To: tglx@linutronix.de, jolsa@kernel.org, linux-kernel@vger.kernel.org, uneedsihyeon@gmail.com, hpa@zytor.com, mingo@kernel.org, acme@redhat.com, namhyung@kernel.org In-Reply-To: <1510842367-11011-1-git-send-email-uneedsihyeon@gmail.com> References: <1510842367-11011-1-git-send-email-uneedsihyeon@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf inject: Document missing options Git-Commit-ID: 52186b8aa40f06350b33f8e4031879d389e2b9f2 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: 52186b8aa40f06350b33f8e4031879d389e2b9f2 Gitweb: https://git.kernel.org/tip/52186b8aa40f06350b33f8e4031879d389e2b9f2 Author: Sihyeon Jang AuthorDate: Thu, 16 Nov 2017 23:26:02 +0900 Committer: Arnaldo Carvalho de Melo CommitDate: Thu, 16 Nov 2017 14:50:05 -0300 perf inject: Document missing options Add the 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-1-git-send-email-uneedsihyeon@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-inject.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/perf/Documentation/perf-inject.txt b/tools/perf/Documentation/perf-inject.txt index 87b2588..a64d658 100644 --- a/tools/perf/Documentation/perf-inject.txt +++ b/tools/perf/Documentation/perf-inject.txt @@ -60,6 +60,10 @@ include::itrace.txt[] found in the jitdumps files captured in the input perf.data file. Use this option if you are monitoring environment using JIT runtimes, such as Java, DART or V8. +-f:: +--force:: + Don't complain, do it. + SEE ALSO -------- linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-archive[1]