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