Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3639020ybg; Fri, 25 Oct 2019 06:59:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqw76fAFEBMO3pZnm+APujdCT9SptQ9ZPftR3oXwVygC13qhHtL8XDt2TzMFsYLTM/tWI6+O X-Received: by 2002:aa7:d8c6:: with SMTP id k6mr4072302eds.87.1572011949282; Fri, 25 Oct 2019 06:59:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572011949; cv=none; d=google.com; s=arc-20160816; b=jOKAfwzx2kaUUZkSakJHkAfYznMz1OxvYV41k2d/eFZM5UE7bxn4mET6aiEpCbgeSe vqd0M0QlRJR6xnuw5svOgB3v5WN4omQEhb5vYAmyHt2l4ncn+BXRSLD3NnyJBgo2zWZ4 5KrTooddZtm62MEviHYJX/3t6e6c1JwPbDv4xQv87W/sNUp/tvfPtHx2pIoUgu1Eh9gu btKxcnuoFK951N9kMh1FAa89CRD6lqK0zQi/QN2rdBNIFsvubNnCO0lY/wRR4tAyHhH5 nxKeVxulAEB1QkHwJuX4RPSSbDURTC2Uof3AoQTwMMDgxiYTd9yhMMTIWZECPDtzCxrr lCIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=LxL39VirtQCGBYkuEoBtsmQy8glqpmosdn9DSpSFjBg=; b=0Ce/x6cc6wL+yPfX8bqHRDxk1CkoAz+VOyiIgA5Tqy+9P3ljqj7gYjJXIbC09d2mz5 JkiI5WYbqTqg34SeyK8jLpowIDqp8gEKWLDws7CBBm2StFYgeoozgg30C9GPOJmFAhX4 RfvLorTAk4Df8PlviJgPoM1kdSivuOZyTOGs3s2EIGZSgJxYw0q3NVameX5BYAzKodhL Bf/QtnQpXdh5VY4IhFV0R2de5f8ogXUQeVypk5cVNw8TlxYP/Tdq2T3HWQXzIehcyVjX Q/uOgcZf9xWWOy4mt0q/obOXyFOOZVCf0tdoOwis5aIWW/wc7hcX5Y7tU7AuSPtYYYg4 WIvw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z24si1240249eju.50.2019.10.25.06.58.45; Fri, 25 Oct 2019 06:59:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2502581AbfJXOBZ (ORCPT + 99 others); Thu, 24 Oct 2019 10:01:25 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:5154 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2391060AbfJXOBT (ORCPT ); Thu, 24 Oct 2019 10:01:19 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 857F3925DBB38C36DD5D; Thu, 24 Oct 2019 22:01:12 +0800 (CST) Received: from huawei.com (10.175.102.38) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.439.0; Thu, 24 Oct 2019 22:00:57 +0800 From: Tan Xiaojun To: , , , , , , , , , , , , , , , CC: , , , , , , Subject: [RFC v2 3/4] perf report: Add --spe options for arm-spe Date: Thu, 24 Oct 2019 22:48:29 +0800 Message-ID: <20191024144830.16534-4-tanxiaojun@huawei.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191024144830.16534-1-tanxiaojun@huawei.com> References: <20191024144830.16534-1-tanxiaojun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.175.102.38] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The previous patch added support in "perf report" for some arm-spe events(llc-miss, tlb-miss, branch-miss). This patch adds their help instructions. Signed-off-by: Tan Xiaojun --- tools/perf/Documentation/perf-report.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/perf/Documentation/perf-report.txt b/tools/perf/Documentation/perf-report.txt index 7315f155803f..a3628dde3be7 100644 --- a/tools/perf/Documentation/perf-report.txt +++ b/tools/perf/Documentation/perf-report.txt @@ -462,6 +462,15 @@ include::itrace.txt[] To disable decoding entirely, use --no-itrace. +--spe:: + Options for decoding arm-spe tracing data. The options are: + + l synthesize llc miss events + t synthesize tlb miss events + b synthesize branch miss events + + The default is all events i.e. the same as --spe=ltb + --full-source-path:: Show the full path for source files for srcline output. -- 2.17.1