Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp3416503pxb; Mon, 24 Jan 2022 09:07:04 -0800 (PST) X-Google-Smtp-Source: ABdhPJzriHRjN2/G58KJLJizkk797N5iA4Au3g+FVXJ8YIGLqQt/zG1Ts4RPzqWZqSqfyvPrjcM8 X-Received: by 2002:a17:903:285:b0:14a:93d5:3a7c with SMTP id j5-20020a170903028500b0014a93d53a7cmr15313047plr.42.1643044024204; Mon, 24 Jan 2022 09:07:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643044024; cv=none; d=google.com; s=arc-20160816; b=jyFe6fxEW7FJVfNozMI4qzhmEYEzjn1u7qt6pea0skPAJJRDYCruuJfPvM1+qNL05T hqQ4ugf89LsIVxrT+u9U03vW4+8ANj2ORAjJSd4zTXjS9jghpJBk1Ngh5XpxOdaskUsP D0i2H6hYzG2S/LiG1/livW5trEdjQzAmFwjicsVvh9s7qk3qg9cx66FM54e+jYZb53IF pr0fUwR0+kE37DP2TI/i1CPfOZ9juumL+DKz8KbfNB35LVUEzGlMCbG9MVtTD5jAz/WR qClDdcVFaITz/ZgmOVhMlOdePmLcUjE5IUWNBRZ6/l2yNvY1L1f38S6MWdRjrJTEf1jj pkPQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=ihkR2FlJym2Ybp9UzmEenLKXwrolFFSytNqeUddjB4I=; b=Bl9LETzwd+9/FykXdNTTb4pqXdSHn1ILaJ1knfXmek8E6MiMkuEfd6MlIH2dSUeKfm InOPwu2TH3EsAyJQKJ+RtTuesBxKlv9JCI64L+k4EXa+bgzOZ5zHedJ8VRFy66qauc4I XxZd7E82whuQpR8q84eJNaKFrNf0yzRFpPpMaHTqMf4hZHizae9dCUaB0ADWfoSq7bgZ 7SVyG162Cf8sPUAruddMvUDzGk+eiXMZ/NWBa59YIRh8ik+Yk/Zp7HP+gdhIsGIWTkQ5 Jh8WA7hQEd6qUh9SCEskvUpvh5URjgXdZQcwQpL5TOW5tBU82qldFflXtq89WeKHA9O7 C9Dg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id mu4si3429266pjb.68.2022.01.24.09.06.50; Mon, 24 Jan 2022 09:07:04 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241472AbiAXEdA (ORCPT + 99 others); Sun, 23 Jan 2022 23:33:00 -0500 Received: from foss.arm.com ([217.140.110.172]:47302 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241457AbiAXEcz (ORCPT ); Sun, 23 Jan 2022 23:32:55 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6A557113E; Sun, 23 Jan 2022 20:32:55 -0800 (PST) Received: from p8cg001049571a15.arm.com (unknown [10.119.34.209]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B40C23F73B; Sun, 23 Jan 2022 20:32:46 -0800 (PST) From: Anshuman Khandual To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Anshuman Khandual , Catalin Marinas , Will Deacon , Mark Rutland , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , linux-perf-users@vger.kernel.org, Alexander Shishkin , Jiri Olsa , Namhyung Kim Subject: [RFC V1 10/11] perf: Expand perf_branch_entry.type Date: Mon, 24 Jan 2022 10:00:52 +0530 Message-Id: <1642998653-21377-11-git-send-email-anshuman.khandual@arm.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1642998653-21377-1-git-send-email-anshuman.khandual@arm.com> References: <1642998653-21377-1-git-send-email-anshuman.khandual@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Current perf_branch_entry.type is a 4 bits field just enough to accommodate 16 generic branch types. This is insufficient to accommodate platforms like arm64 which has much more branch types. Lets just expands this field into a 6 bits one, which can now hold 64 generic branch types. This also adds more generic branch types and updates the BRBE driver as required. Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Arnaldo Carvalho de Melo Cc: Mark Rutland Cc: Alexander Shishkin Cc: Jiri Olsa Cc: Namhyung Kim Cc: Will Deacon Cc: linux-arm-kernel@lists.infradead.org Cc: linux-perf-users@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Anshuman Khandual --- drivers/perf/arm_pmu_brbe.c | 7 ++++++- include/uapi/linux/perf_event.h | 10 ++++++++-- tools/include/uapi/linux/perf_event.h | 10 ++++++++-- tools/perf/util/branch.c | 8 +++++++- 4 files changed, 29 insertions(+), 6 deletions(-) diff --git a/drivers/perf/arm_pmu_brbe.c b/drivers/perf/arm_pmu_brbe.c index 8d27ad868359..7cd1208c6c58 100644 --- a/drivers/perf/arm_pmu_brbe.c +++ b/drivers/perf/arm_pmu_brbe.c @@ -253,12 +253,17 @@ static int brbe_fetch_perf_type(u64 brbinf) case BRBINF_TYPE_DEBUG_EXIT: return PERF_BR_DEBUG_EXIT; case BRBINF_TYPE_SERROR: + return PERF_BR_SERROR; case BRBINF_TYPE_INST_DEBUG: + return PERF_BR_DEBUG_INST; case BRBINF_TYPE_DATA_DEBUG: + return PERF_BR_DEBUG_DATA; case BRBINF_TYPE_ALGN_FAULT: + return PERF_BR_FAULT_ALGN; case BRBINF_TYPE_INST_FAULT: + return PERF_BR_FAULT_INST; case BRBINF_TYPE_DATA_FAULT: - return PERF_BR_UNKNOWN; + return PERF_BR_FAULT_DATA; default: pr_warn("unknown branch type captured\n"); return PERF_BR_UNKNOWN; diff --git a/include/uapi/linux/perf_event.h b/include/uapi/linux/perf_event.h index b91d0f575d0c..361fdc6b87a0 100644 --- a/include/uapi/linux/perf_event.h +++ b/include/uapi/linux/perf_event.h @@ -256,6 +256,12 @@ enum { PERF_BR_FIQ = 13, /* fiq */ PERF_BR_DEBUG_HALT = 14, /* debug halt */ PERF_BR_DEBUG_EXIT = 15, /* debug exit */ + PERF_BR_DEBUG_INST = 16, /* instruciton debug */ + PERF_BR_DEBUG_DATA = 17, /* data debug */ + PERF_BR_FAULT_ALGN = 18, /* alignment fault */ + PERF_BR_FAULT_DATA = 19, /* data fault */ + PERF_BR_FAULT_INST = 20, /* instruction fault */ + PERF_BR_SERROR = 21, /* system error */ PERF_BR_MAX, }; @@ -1370,8 +1376,8 @@ struct perf_branch_entry { in_tx:1, /* in transaction */ abort:1, /* transaction abort */ cycles:16, /* cycle count to last branch */ - type:4, /* branch type */ - reserved:40; + type:6, /* branch type */ + reserved:38; }; union perf_sample_weight { diff --git a/tools/include/uapi/linux/perf_event.h b/tools/include/uapi/linux/perf_event.h index 1882054e8684..9a82b8aaed93 100644 --- a/tools/include/uapi/linux/perf_event.h +++ b/tools/include/uapi/linux/perf_event.h @@ -256,6 +256,12 @@ enum { PERF_BR_FIQ = 13, /* fiq */ PERF_BR_DEBUG_HALT = 14, /* debug halt */ PERF_BR_DEBUG_EXIT = 15, /* debug exit */ + PERF_BR_DEBUG_INST = 16, /* instruciton debug */ + PERF_BR_DEBUG_DATA = 17, /* data debug */ + PERF_BR_FAULT_ALGN = 18, /* alignment fault */ + PERF_BR_FAULT_DATA = 19, /* data fault */ + PERF_BR_FAULT_INST = 20, /* instruction fault */ + PERF_BR_SERROR = 21, /* system error */ PERF_BR_MAX, }; @@ -1370,8 +1376,8 @@ struct perf_branch_entry { in_tx:1, /* in transaction */ abort:1, /* transaction abort */ cycles:16, /* cycle count to last branch */ - type:4, /* branch type */ - reserved:40; + type:6, /* branch type */ + reserved:38; }; union perf_sample_weight { diff --git a/tools/perf/util/branch.c b/tools/perf/util/branch.c index 74e5e67b1779..1e216ea2e2a8 100644 --- a/tools/perf/util/branch.c +++ b/tools/perf/util/branch.c @@ -54,7 +54,13 @@ const char *branch_type_name(int type) "IRQ", "FIQ", "DEBUG_HALT", - "DEBUG_EXIT" + "DEBUG_EXIT", + "DEBUG_INST", + "DEBUG_DATA", + "FAULT_ALGN", + "FAULT_DATA", + "FAULT_INST", + "SERROR" }; if (type >= 0 && type < PERF_BR_MAX) -- 2.25.1