From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753894AbbBZLdT (ORCPT ); Thu, 26 Feb 2015 06:33:19 -0500 Received: from terminus.zytor.com ([198.137.202.10]:52158 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753268AbbBZLdR (ORCPT ); Thu, 26 Feb 2015 06:33:17 -0500 Date: Thu, 26 Feb 2015 03:32:39 -0800 From: tip-bot for Arnaldo Carvalho de Melo Message-ID: Cc: bp@suse.de, dsahern@gmail.com, eranian@google.com, acme@redhat.com, hpa@zytor.com, tglx@linutronix.de, efault@gmx.de, peterz@infradead.org, linux-kernel@vger.kernel.org, dzickus@redhat.com, mingo@kernel.org, adrian.hunter@intel.com, fweisbec@gmail.com, namhyung@kernel.org, jolsa@redhat.com Reply-To: dsahern@gmail.com, eranian@google.com, hpa@zytor.com, acme@redhat.com, bp@suse.de, fweisbec@gmail.com, jolsa@redhat.com, namhyung@kernel.org, tglx@linutronix.de, efault@gmx.de, linux-kernel@vger.kernel.org, peterz@infradead.org, dzickus@redhat.com, mingo@kernel.org, adrian.hunter@intel.com To: linux-tip-commits@vger.kernel.org Subject: [tip:perf/core] perf trace: Add man page entry for --event Git-Commit-ID: 77c92582a52308868b6ef30a7e551eaceb0fc246 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: 77c92582a52308868b6ef30a7e551eaceb0fc246 Gitweb: http://git.kernel.org/tip/77c92582a52308868b6ef30a7e551eaceb0fc246 Author: Arnaldo Carvalho de Melo AuthorDate: Sat, 21 Feb 2015 11:49:10 -0800 Committer: Arnaldo Carvalho de Melo CommitDate: Sun, 22 Feb 2015 22:22:07 -0300 perf trace: Add man page entry for --event Forgot to do it when adding the feature. Cc: Adrian Hunter Cc: Borislav Petkov Cc: David Ahern Cc: Don Zickus Cc: Frederic Weisbecker Cc: Jiri Olsa Cc: Mike Galbraith Cc: Namhyung Kim Cc: Peter Zijlstra Cc: Stephane Eranian Link: http://lkml.kernel.org/n/tip-mx152b6x9cgknhw91vsyjlnd@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- tools/perf/Documentation/perf-trace.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/perf/Documentation/perf-trace.txt b/tools/perf/Documentation/perf-trace.txt index d6778e6..ba03fd5 100644 --- a/tools/perf/Documentation/perf-trace.txt +++ b/tools/perf/Documentation/perf-trace.txt @@ -118,6 +118,9 @@ the thread executes on the designated CPUs. Default is to monitor all CPUs. --syscalls:: Trace system calls. This options is enabled by default. +--event:: + Trace other events, see 'perf list' for a complete list. + PAGEFAULTS ----------