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=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 AF2DCC352A3 for ; Sat, 15 Feb 2020 03:23:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 82E9120848 for ; Sat, 15 Feb 2020 03:23:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="bU6lw4iU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727893AbgBODXL (ORCPT ); Fri, 14 Feb 2020 22:23:11 -0500 Received: from mail-pf1-f195.google.com ([209.85.210.195]:41814 "EHLO mail-pf1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727684AbgBODXL (ORCPT ); Fri, 14 Feb 2020 22:23:11 -0500 Received: by mail-pf1-f195.google.com with SMTP id j9so5828855pfa.8 for ; Fri, 14 Feb 2020 19:23:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Z65G6LKuEtCoqo5GGaPgx09a+2BXvSVN0w9gGi4UAJ4=; b=bU6lw4iUNRZ3eVEcecIzhDwY9EGz7Ivsr5ShJBODZVWSZfQHGxXtJeIczMMQFqeupW tRqD3LiPDR1i3d5ZvyWF3RJj3LeFOWgspQSmwt0RGku7p9WU9R/a6foQ7hRfoPcm9OWi x5wFkiHkg+iSWGPnf2hzAfxokrMTRGK+i4kPY4sMy0h4mGkJKJdJs9fB0NByyplFu/U/ ZFF9Psd8FIhYNT1cJZObY9WidgauX5USFvm+ReCvkHEoVrRRF35ZuvGiaanUYr6gS3lI yv2XCeelDb33HF8DI07EPbLtcAaeAnpMxzGXSBrPaOoyLdRcvQ8VG3h5Sd1pxUj8PR8B 7b0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Z65G6LKuEtCoqo5GGaPgx09a+2BXvSVN0w9gGi4UAJ4=; b=Ym/kHU8URKRGekqaQDfw0v0adQrsVlgqegemdxH6FtXI5lVKz2ztFJmE3QRW674X4v zi8lriHXY67P8cwYJmXoi0PGTZKsY4/vT/O/66mljrxO+lmpWfXFtDKa3rwVMjzxPXXB 5k0uqvshbkfJKKN+h1ETjO/8vTMLGmD5RF89piW4PKpb2bqmrjb92aEFK75wy/9/2gqN v7G6yciCTWgsDjqT0GbLwAS7CfvLjLo0T1N2T1p4g+GFGX3jgcosm16DS8rTov4nDscx W7fEI53w5uUd226Ylz0xpVXjAVf9tRT1zJ+sUiUiSjmPrgMIdIiLuwVt+grRDVsvE8a7 MHcw== X-Gm-Message-State: APjAAAUz7ZFH/fieBZfI2KlZEPJlJSUVzKLEweW+MfQ+/hKzOR7LBnYl 0lR+eYj72AgM7MH49HCM6TWU9w== X-Google-Smtp-Source: APXvYqxSr0LLisbZgcKQK0MuobOfHy4v5r4xZsAbkqx0/24TWjgLiRbGkJv+2SZWfbXt2/Knv6LljQ== X-Received: by 2002:a63:d710:: with SMTP id d16mr6641376pgg.393.1581736990851; Fri, 14 Feb 2020 19:23:10 -0800 (PST) Received: from leoy-ThinkPad-X240s (li1441-214.members.linode.com. [45.118.134.214]) by smtp.gmail.com with ESMTPSA id u3sm7948843pjv.32.2020.02.14.19.23.03 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Feb 2020 19:23:10 -0800 (PST) Date: Sat, 15 Feb 2020 11:22:59 +0800 From: Leo Yan To: Arnaldo Carvalho de Melo , Mathieu Poirier , Suzuki K Poulose , Mike Leach , Robert Walker , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Coresight ML Subject: Re: [PATCH v4 0/5] perf cs-etm: Fix synthesizing instruction samples Message-ID: <20200215032259.GA21048@leoy-ThinkPad-X240s> References: <20200213094204.2568-1-leo.yan@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200213094204.2568-1-leo.yan@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 13, 2020 at 05:41:59PM +0800, Leo Yan wrote: > This patch series is to address issues for synthesizing instruction > samples, especially when the instruction sample period is small enough, > the current logic cannot synthesize multiple instruction samples within > one instruction range packet. Thanks a lot for Mike's review. Hi Mathieu/Suzuki, I'd like get your green light before we can ask Arnaldo to help merge this patch set. Thanks! Leo 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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 23367C352A3 for ; Sat, 15 Feb 2020 03:23:29 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 EAAEE20848 for ; Sat, 15 Feb 2020 03:23:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jQwHiTMJ"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="bU6lw4iU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EAAEE20848 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=VhBY7MTlcVEcd8hujeJbvVwI5FbmMyCy0dw29gZ7uzg=; b=jQwHiTMJNWdNG+ /IGDTwhL6KF0sQWkpJ2Tjw5bHKMdScHyoT6ZCr+f17jZQhCn+S0xrPXpBwusGoHWuCTjxeIPe5IA6 CGOSMsCJ/C6vfNT+0y4k2oGLyHremoi5WU84IwI2MNN/BpCjqhkKmhaLcsOaxhVtwBPmdS5qVysEn D7Jhhp3k2fhuMUnFgpzr8sCHzSt/sAOXx/fGLuY2wlgWUmIGWx7x9lmLjBieV85xz8IWbJbAcskPJ 2+I4WpyCbLVWZxBorvh2Zp7VDFxXUX1VnmkJav8z4D1Xd/IBQYRvRYmOr7kEZ3G0YJM/GanU1Qxks xgw7JiKre8z0xeqPBXvA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j2o31-0001hV-Ow; Sat, 15 Feb 2020 03:23:15 +0000 Received: from mail-pg1-x544.google.com ([2607:f8b0:4864:20::544]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j2o2y-0001gr-1M for linux-arm-kernel@lists.infradead.org; Sat, 15 Feb 2020 03:23:13 +0000 Received: by mail-pg1-x544.google.com with SMTP id u12so5588120pgb.10 for ; Fri, 14 Feb 2020 19:23:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Z65G6LKuEtCoqo5GGaPgx09a+2BXvSVN0w9gGi4UAJ4=; b=bU6lw4iUNRZ3eVEcecIzhDwY9EGz7Ivsr5ShJBODZVWSZfQHGxXtJeIczMMQFqeupW tRqD3LiPDR1i3d5ZvyWF3RJj3LeFOWgspQSmwt0RGku7p9WU9R/a6foQ7hRfoPcm9OWi x5wFkiHkg+iSWGPnf2hzAfxokrMTRGK+i4kPY4sMy0h4mGkJKJdJs9fB0NByyplFu/U/ ZFF9Psd8FIhYNT1cJZObY9WidgauX5USFvm+ReCvkHEoVrRRF35ZuvGiaanUYr6gS3lI yv2XCeelDb33HF8DI07EPbLtcAaeAnpMxzGXSBrPaOoyLdRcvQ8VG3h5Sd1pxUj8PR8B 7b0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=Z65G6LKuEtCoqo5GGaPgx09a+2BXvSVN0w9gGi4UAJ4=; b=E1Te3QAJ5mR3FHIEMsCcgmrliPWI6VxSgHsp24uR5QUh4xxtkFdqDblJlbFiM/ObwT 9vS4LJf8EBVy2EbIwrqqgyaGB06cNQsRIFMPu8wPGxI6C87cOGc64RoMjn8CcLV+1NMH ahmaglzKN9Y2x1Xsbt1mDX9yCRsvTMR19kJchBFkC0jXQXFA74KOBWAZCczKkQt34+ir g66YvbIbcRrEvguk3iWFZ5sCXA1Rkio4EGKePtnANHvfun2v4VOmmcFrBOWEQ5GNU8BL mrnTxDaR4i74iIpEnK8lzCSc9UrjZTY+3UIb5edXxqDZQ+erANOixDOjL9/f0ktJkdJo yXMQ== X-Gm-Message-State: APjAAAUD8tnSOKbXfmDOl5mAb8IlnoFJgyWx3z/ZOeddqkHgybxGFBLj TTh2o68nFV2RuYXFOZIVhuNYQw== X-Google-Smtp-Source: APXvYqxSr0LLisbZgcKQK0MuobOfHy4v5r4xZsAbkqx0/24TWjgLiRbGkJv+2SZWfbXt2/Knv6LljQ== X-Received: by 2002:a63:d710:: with SMTP id d16mr6641376pgg.393.1581736990851; Fri, 14 Feb 2020 19:23:10 -0800 (PST) Received: from leoy-ThinkPad-X240s (li1441-214.members.linode.com. [45.118.134.214]) by smtp.gmail.com with ESMTPSA id u3sm7948843pjv.32.2020.02.14.19.23.03 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 14 Feb 2020 19:23:10 -0800 (PST) Date: Sat, 15 Feb 2020 11:22:59 +0800 From: Leo Yan To: Arnaldo Carvalho de Melo , Mathieu Poirier , Suzuki K Poulose , Mike Leach , Robert Walker , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Coresight ML Subject: Re: [PATCH v4 0/5] perf cs-etm: Fix synthesizing instruction samples Message-ID: <20200215032259.GA21048@leoy-ThinkPad-X240s> References: <20200213094204.2568-1-leo.yan@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200213094204.2568-1-leo.yan@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200214_192312_113195_33D0B9C9 X-CRM114-Status: UNSURE ( 9.69 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Feb 13, 2020 at 05:41:59PM +0800, Leo Yan wrote: > This patch series is to address issues for synthesizing instruction > samples, especially when the instruction sample period is small enough, > the current logic cannot synthesize multiple instruction samples within > one instruction range packet. Thanks a lot for Mike's review. Hi Mathieu/Suzuki, I'd like get your green light before we can ask Arnaldo to help merge this patch set. Thanks! Leo _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel