Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752055AbdF1O0C (ORCPT ); Wed, 28 Jun 2017 10:26:02 -0400 Received: from mga14.intel.com ([192.55.52.115]:14441 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751672AbdF1OZ4 (ORCPT ); Wed, 28 Jun 2017 10:25:56 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,275,1496127600"; d="scan'208";a="1188018046" From: kan.liang@intel.com To: acme@kernel.org Cc: mingo@redhat.com, jolsa@redhat.com, ak@linux.intel.com, linux-kernel@vger.kernel.org, Kan Liang Subject: [PATCH] perf Documentation: branch_type event parameter Date: Wed, 28 Jun 2017 10:24:33 -0400 Message-Id: <20170628142433.29423-1-kan.liang@intel.com> X-Mailer: git-send-email 2.9.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 951 Lines: 29 From: Kan Liang There is no document for earlier patch. commit ac12f6764c50 ("perf tools: Implement branch_type event parameter") Document the branch_type event parameter. Signed-off-by: Kan Liang --- tools/perf/Documentation/perf-record.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/perf/Documentation/perf-record.txt b/tools/perf/Documentation/perf-record.txt index b0e9e92..43bd776b 100644 --- a/tools/perf/Documentation/perf-record.txt +++ b/tools/perf/Documentation/perf-record.txt @@ -57,6 +57,9 @@ OPTIONS FP mode, "dwarf" for DWARF mode, "lbr" for LBR mode and "no" for disable callgraph. - 'stack-size': user stack size for dwarf mode + - 'branch_type': Configure branch types. + See --branch-filter for acceptable branch types. + "no" for disable branch sampling See the linkperf:perf-list[1] man page for more parameters. -- 2.9.4