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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D95B9C433FE for ; Wed, 20 Oct 2021 12:49:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C2D3160F56 for ; Wed, 20 Oct 2021 12:49:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230221AbhJTMvW (ORCPT ); Wed, 20 Oct 2021 08:51:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229702AbhJTMvV (ORCPT ); Wed, 20 Oct 2021 08:51:21 -0400 Received: from mail-pf1-x42f.google.com (mail-pf1-x42f.google.com [IPv6:2607:f8b0:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C559BC061746 for ; Wed, 20 Oct 2021 05:49:06 -0700 (PDT) Received: by mail-pf1-x42f.google.com with SMTP id d9so2888948pfl.6 for ; Wed, 20 Oct 2021 05:49:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=MW5XKMinfkic3DGxRVbSGJ7Lv3LsHXlWTeKEhPjWG0A=; b=WAS9LYADJJxprsNJhUgU2leBPsNjhVj2U0f2idYZJZCFoe6pjmxyePWQaUW6uiYI9E o7/2o48KMeQnDiiFQnmr7tTB/rI+iVNIazciNypQ4bE6abuDJEjMyXiGx7v1riLZHjNm SGRBjpB3uoC0PuOQbiSZ+7OgPHTVONyen2Zdqt8Z/IB7j6iylnukXoDtHyb5xfGkLR2W +zYzt/tyxiXWRkFrvZKYajOxIBFSD6laJ9p4SmfbpzHNAQ5HQzP6RXyGVDaJtKSFw21z EI4rnQ15hXiWagaqCgPk7qSHVIbgLDRai1sz1uxIiA/K3XhL9pO3qNcd+RUHaFC8nDir 6Apg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=MW5XKMinfkic3DGxRVbSGJ7Lv3LsHXlWTeKEhPjWG0A=; b=12utWtlVXCpqYoAPiQeGgNMjjbY7SELv17n2Qm74uRUrbzz10kl9N5TReyK86KkDSv jd+Crh4Nm3wTdpP+NTlWI59o69nuT1NBULCNAkuo9s9PAsTLTt5LURLqaSJ/WsUIVg4Y DtV6eqL4JcCyPq+aR3n1VoVbnaTp/7KefYKF2MhmwkTSL/6c8135UuVQT+TFjybgob82 eYcOaYyxsQdJsir6bsGHg4Sq9jsShNZnY9quzZ2l73G1CAPAhR0ta0OEFE864B5HCteb nc/kNpYdUAMM57LcSKMTupoTZ9WVcL5/VUpGziqMz3hHhyZkuA5n6aWi4QCY+jJK6uCa pifg== X-Gm-Message-State: AOAM530r2wLFtt1viiG2SNgiIweWCtO3g/UoXAcjjjG8pEJNiR/XPbFM 9Fa8IFnvH3EGzJt29sf3S95cLA== X-Google-Smtp-Source: ABdhPJz/ojuR/19tWAPkVZPReLPgVZVffGrnzOj4hJq6C+s4AtggeMF/FwJA2837GyU+HSy3z7MI3Q== X-Received: by 2002:a63:2cca:: with SMTP id s193mr26427467pgs.240.1634734146295; Wed, 20 Oct 2021 05:49:06 -0700 (PDT) Received: from leoy-ThinkPad-X240s ([134.195.101.46]) by smtp.gmail.com with ESMTPSA id nn14sm2297124pjb.27.2021.10.20.05.48.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Oct 2021 05:49:05 -0700 (PDT) Date: Wed, 20 Oct 2021 20:48:55 +0800 From: Leo Yan To: German Gomez Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, John Garry , Will Deacon , Mathieu Poirier , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Mike Leach , linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org Subject: Re: [PATCH 3/5] perf arm-spe: Add snapshot mode support Message-ID: <20211020124855.GF49614@leoy-ThinkPad-X240s> References: <20210916154635.1525-1-german.gomez@arm.com> <20210916154635.1525-3-german.gomez@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210916154635.1525-3-german.gomez@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 16, 2021 at 04:46:33PM +0100, German Gomez wrote: > This patch enabled support for snapshot mode of arm_spe events, > including the implementation of the necessary callbacks (excluding > find_snapshot, which is to be included in a followup commit). > > Reviewed-by: James Clark > Signed-off-by: German Gomez Reviewed-by: Leo Yan Tested-by: Leo Yan 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB3CAC433EF for ; Wed, 20 Oct 2021 12:50:47 +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 7773960FF2 for ; Wed, 20 Oct 2021 12:50:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7773960FF2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; 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:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=vxf2oiIVKk5pFq375m3lxoad9TfXLb2Gi+zf6nmkQp8=; b=uFEi22+vQnGyxz d+VCCfX2mBE/hbb/TqqtDsCBfJ8s+4HRBqJmBwfGL0n3gX62QHNFu0Nc1uoqtyTazwTu5vhNFoDd9 WG7W/gVofzgL9lxPVuOLJqRPpwsLcLrxLDqg+ubVrQC6CQm9LsGn7waeAebz4YHMG8gGfslrcr2K3 xFL6r16g1BtLzPtRzxFf0Fp4WC7x4/o9pGCEs3r1MfkvyWmBCYkYs1AtrfhCOu8gA3wHDXe3oJu2D m9AxheLVS9AheOO67g4op0+QChEO8XyfDQFhgevVcYCZVffbNJE+yywIoTUmqppF+v8KRavsIQ5AF rtbKaGxWemefBCs/upnA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdB1u-004YEC-EQ; Wed, 20 Oct 2021 12:49:14 +0000 Received: from mail-pf1-x435.google.com ([2607:f8b0:4864:20::435]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mdB1n-004YCh-US for linux-arm-kernel@lists.infradead.org; Wed, 20 Oct 2021 12:49:12 +0000 Received: by mail-pf1-x435.google.com with SMTP id o133so2872824pfg.7 for ; Wed, 20 Oct 2021 05:49:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=MW5XKMinfkic3DGxRVbSGJ7Lv3LsHXlWTeKEhPjWG0A=; b=WAS9LYADJJxprsNJhUgU2leBPsNjhVj2U0f2idYZJZCFoe6pjmxyePWQaUW6uiYI9E o7/2o48KMeQnDiiFQnmr7tTB/rI+iVNIazciNypQ4bE6abuDJEjMyXiGx7v1riLZHjNm SGRBjpB3uoC0PuOQbiSZ+7OgPHTVONyen2Zdqt8Z/IB7j6iylnukXoDtHyb5xfGkLR2W +zYzt/tyxiXWRkFrvZKYajOxIBFSD6laJ9p4SmfbpzHNAQ5HQzP6RXyGVDaJtKSFw21z EI4rnQ15hXiWagaqCgPk7qSHVIbgLDRai1sz1uxIiA/K3XhL9pO3qNcd+RUHaFC8nDir 6Apg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=MW5XKMinfkic3DGxRVbSGJ7Lv3LsHXlWTeKEhPjWG0A=; b=lOSGUEhD9YDdqhZp7FF5ccqkLBQhSTkTXmN5Sefhl76boklg9IYXwV9WtjGtYXX561 8MiZbbceJ4OEZe66asXispxrPaqj2LqxJdEMCrZUiOQvwdjM0hzltW9eKqc/FOQkRKmz 0kIP3pOCh4LPyI5ohp9ldEYQAxT16QVE74bgaZE/ymjZ5/sIisqN0miFaCWP8a71XZyl FuVD5UbOmATyMQsyIdKpVwAN7s+LWByL9xTRSvyAa+HeFsdZy5W6pMZ0QL9DwiTzwiJT U6HfiqxhORo3pf1enUdz/Qn1R/gALH2Lmvvco9W7HLx9BfSuyzUR1eaYsINghqjXUiW3 Hs0A== X-Gm-Message-State: AOAM5306GQBUNLeVDFDUUXUWLXMk1nL+M6tDoY++9KHooDV+2herrIWS m8/PoPaVJY00DBhNloov9uJd2g== X-Google-Smtp-Source: ABdhPJz/ojuR/19tWAPkVZPReLPgVZVffGrnzOj4hJq6C+s4AtggeMF/FwJA2837GyU+HSy3z7MI3Q== X-Received: by 2002:a63:2cca:: with SMTP id s193mr26427467pgs.240.1634734146295; Wed, 20 Oct 2021 05:49:06 -0700 (PDT) Received: from leoy-ThinkPad-X240s ([134.195.101.46]) by smtp.gmail.com with ESMTPSA id nn14sm2297124pjb.27.2021.10.20.05.48.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 20 Oct 2021 05:49:05 -0700 (PDT) Date: Wed, 20 Oct 2021 20:48:55 +0800 From: Leo Yan To: German Gomez Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, John Garry , Will Deacon , Mathieu Poirier , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Mike Leach , linux-arm-kernel@lists.infradead.org, coresight@lists.linaro.org Subject: Re: [PATCH 3/5] perf arm-spe: Add snapshot mode support Message-ID: <20211020124855.GF49614@leoy-ThinkPad-X240s> References: <20210916154635.1525-1-german.gomez@arm.com> <20210916154635.1525-3-german.gomez@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210916154635.1525-3-german.gomez@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211020_054908_008274_5655E95A X-CRM114-Status: GOOD ( 10.41 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 16, 2021 at 04:46:33PM +0100, German Gomez wrote: > This patch enabled support for snapshot mode of arm_spe events, > including the implementation of the necessary callbacks (excluding > find_snapshot, which is to be included in a followup commit). > > Reviewed-by: James Clark > Signed-off-by: German Gomez Reviewed-by: Leo Yan Tested-by: Leo Yan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel