From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 34A9CC433B4 for ; Wed, 21 Apr 2021 13:09:26 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 342E561458 for ; Wed, 21 Apr 2021 13:09:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 342E561458 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4FQLVW4ZV5z3035 for ; Wed, 21 Apr 2021 23:09:23 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=ozlabs.org (client-ip=2401:3900:2:1::2; helo=ozlabs.org; envelope-from=michael@ozlabs.org; receiver=) Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4FQLV86cxkz2y0L for ; Wed, 21 Apr 2021 23:09:04 +1000 (AEST) Received: by ozlabs.org (Postfix, from userid 1034) id 4FQLV65HT1z9vF3; Wed, 21 Apr 2021 23:09:02 +1000 (AEST) From: Michael Ellerman To: Athira Rajeev , acme@kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, jolsa@kernel.org, mpe@ellerman.id.au, linux-perf-users@vger.kernel.org In-Reply-To: <1616425047-1666-1-git-send-email-atrajeev@linux.vnet.ibm.com> References: <1616425047-1666-1-git-send-email-atrajeev@linux.vnet.ibm.com> Subject: Re: [PATCH V2 0/5] powerpc/perf: Export processor pipeline stage cycles information Message-Id: <161901050007.1961279.2172742114670881645.b4-ty@ellerman.id.au> Date: Wed, 21 Apr 2021 23:08:20 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peterz@infradead.org, ravi.bangoria@linux.ibm.com, kan.liang@linux.intel.com, maddy@linux.ibm.com, kjain@linux.ibm.com Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, 22 Mar 2021 10:57:22 -0400, Athira Rajeev wrote: > Performance Monitoring Unit (PMU) registers in powerpc exports > number of cycles elapsed between different stages in the pipeline. > Example, sampling registers in ISA v3.1. > > This patchset implements kernel and perf tools support to expose > these pipeline stage cycles using the sample type PERF_SAMPLE_WEIGHT_TYPE. > > [...] Patch 1 applied to powerpc/next. [1/5] powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT_STRUCT https://git.kernel.org/powerpc/c/af31fd0c9107e400a8eb89d0eafb40bb78802f79 cheers