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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F2AB0C77B78 for ; Thu, 4 May 2023 06:47:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230042AbjEDGrX (ORCPT ); Thu, 4 May 2023 02:47:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229761AbjEDGrU (ORCPT ); Thu, 4 May 2023 02:47:20 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 187EC2122; Wed, 3 May 2023 23:47:19 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id C134520525; Thu, 4 May 2023 06:47:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683182837; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vDagaQFzsZ+X9GWKn/xT7J4aIc1OKvEyKIFhHwtPMgk=; b=PVeZjaFbt6TEPGutiClK7mau8SsTl9qV+Zaf0LFyE7LCPv8DKTliYaRpLIPIWFJGiMaPjy y360f90sT+3lNAEyyTef67i9giIktruSWud2X5+PVZgUl3t1Yw3lRnbpccisDQR6p2/BCy 3BGvidXrLOhG5NHzfJs88UU7oCDiVqk= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683182837; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vDagaQFzsZ+X9GWKn/xT7J4aIc1OKvEyKIFhHwtPMgk=; b=sumPTD+CaqYiz4s6NignUXOfxyjCdIK70MU9UHLPzPjdxfNcdXuo3w/XAJWcG9ljMWpXXb BgvKuSK4CwvIlxCg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 8B7EF139C3; Thu, 4 May 2023 06:47:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id X26lIPVUU2THeQAAMHmgww (envelope-from ); Thu, 04 May 2023 06:47:17 +0000 From: Thomas Renninger To: Thomas Renninger , Shuah Khan , Wyes Karny Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Dominik Brodowski , gautham.shenoy@amd.com, Wyes Karny Subject: Re: [PATCH] cpupower: Make TSC read per CPU for Mperf monitor Date: Thu, 04 May 2023 08:47:17 +0200 Message-ID: <4480921.LvFx2qVVIh@work.fritz.box> In-Reply-To: <20230504062544.601566-1-wyes.karny@amd.com> References: <20230504062544.601566-1-wyes.karny@amd.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Donnerstag, 4. Mai 2023 08:25:44 CEST Wyes Karny wrote: > This technique improves C0 percentage calculation in Mperf monitor. I very much like this patch. Would be nice to see it queued up if Shuah is ok with it. Thanks for this one! Thomas