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,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 0A392C43219 for ; Thu, 18 Feb 2021 19:24:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CCCEE64EBD for ; Thu, 18 Feb 2021 19:24:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234369AbhBRTXm (ORCPT ); Thu, 18 Feb 2021 14:23:42 -0500 Received: from mga12.intel.com ([192.55.52.136]:59144 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231132AbhBRS0l (ORCPT ); Thu, 18 Feb 2021 13:26:41 -0500 IronPort-SDR: lbhgb+sAxKDkbaTyp2OB9YOWvdA2gC2QVczIkuPSU5ZkUCP02klkbv9u4iyKqTHkQyv2ZVaHJ3 ARtM9WzFNwWA== X-IronPort-AV: E=McAfee;i="6000,8403,9899"; a="162748524" X-IronPort-AV: E=Sophos;i="5.81,187,1610438400"; d="scan'208";a="162748524" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2021 10:24:53 -0800 IronPort-SDR: BxHHUZL5051synqASMo9cCp1FoA2TKmlwiIAGeLEQ0sk86OGBuFOlIrFagJ1ia8W7o5TiK9Aj7 /xQ/Y70B6kIw== X-IronPort-AV: E=Sophos;i="5.81,187,1610438400"; d="scan'208";a="378511037" Received: from tassilo.jf.intel.com ([10.54.74.11]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Feb 2021 10:24:53 -0800 Date: Thu, 18 Feb 2021 10:24:51 -0800 From: Andi Kleen To: Adrian Hunter Cc: Arnaldo Carvalho de Melo , Jiri Olsa , Alexander Shishkin , linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/11] perf intel-pt: Add limited support for tracing guest kernels Message-ID: <20210218182451.GH472138@tassilo.jf.intel.com> References: <20210218095801.19576-1-adrian.hunter@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210218095801.19576-1-adrian.hunter@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 18, 2021 at 11:57:50AM +0200, Adrian Hunter wrote: > Hi > > Currently, only kernel tracing is supported and only with "timeless" decoding > i.e. no TSC timestamps Patches look good to me. That will be quite useful. Acked-by: Andi Kleen Thanks, -Andi