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=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,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 B6BEFC6377D for ; Thu, 22 Jul 2021 12:53:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D7D961378 for ; Thu, 22 Jul 2021 12:53:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231960AbhGVMNF (ORCPT ); Thu, 22 Jul 2021 08:13:05 -0400 Received: from szxga01-in.huawei.com ([45.249.212.187]:7043 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231840AbhGVMND (ORCPT ); Thu, 22 Jul 2021 08:13:03 -0400 Received: from dggemv703-chm.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4GVsg33gLDzYdqB; Thu, 22 Jul 2021 20:47:43 +0800 (CST) Received: from dggpeml500013.china.huawei.com (7.185.36.41) by dggemv703-chm.china.huawei.com (10.3.19.46) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Thu, 22 Jul 2021 20:53:31 +0800 Received: from [10.174.187.161] (10.174.187.161) by dggpeml500013.china.huawei.com (7.185.36.41) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2176.2; Thu, 22 Jul 2021 20:53:30 +0800 To: , References: <20210716085325.10300-1-lingshan.zhu@intel.com> Subject: Re: [PATCH V8 00/18] KVM: x86/pmu: Add *basic* support to enable guest PEBS via DS CC: , , , , , , , , , , , , , , , , , Xiexiangyou , "Fangyi (Eric)" From: Liuxiangdong Message-ID: <60F96A3F.3030703@huawei.com> Date: Thu, 22 Jul 2021 20:53:19 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20210716085325.10300-1-lingshan.zhu@intel.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.187.161] X-ClientProxiedBy: dggeme704-chm.china.huawei.com (10.1.199.100) To dggpeml500013.china.huawei.com (7.185.36.41) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi,like and lingshan. We can use pebs on the Icelake by using "perf record -e $event:pp", but how can we get all the supported $event for the Icelake? Because it seems like that all the hardware event/software event/kernel pmu event listed by "perf list" can use ":pp" without error. By quering events list for Icelake("https://perfmon-events.intel.com/), we can use "perf record -e cpu/event=0xXX,unask=0xXX/pp" to enable sampling. There are some events with "PEBS: [PreciseEventingIP]" in "Additional Info" column. Are they the only supported precise events? Do those events which have "PEBS:[NonPreciseEventingIP]" in last column support PEBS? Thanks, Xiangdong Liu