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=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS 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 2772AC433B4 for ; Wed, 28 Apr 2021 07:28:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 02AC4613EE for ; Wed, 28 Apr 2021 07:28:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236806AbhD1H3Z (ORCPT ); Wed, 28 Apr 2021 03:29:25 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:41441 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231635AbhD1H3Y (ORCPT ); Wed, 28 Apr 2021 03:29:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1619594920; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2CACqZbC1apO90AhUtbyvUjTuAObwX0vY+3qkJD08HQ=; b=E9D/vgoZxDBU/cBbOIpA+OGhsf7SJDJ+t7x15929ej89Ad80MU1onKDNCWr5vinH88xfz6 swErd2CrVY70OsHkzTbVI2SHd7krTMEj7w9/n/MBqtib2pomBHxt8fJME3KNndZtdc0pf7 SOUMmc2UxdTEVm9dfV1djQuUEMC9kek= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-592-oM-FBhMqOL-wolkt3HcbTg-1; Wed, 28 Apr 2021 03:28:36 -0400 X-MC-Unique: oM-FBhMqOL-wolkt3HcbTg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B5C848042A8; Wed, 28 Apr 2021 07:28:34 +0000 (UTC) Received: from krava (unknown [10.40.193.167]) by smtp.corp.redhat.com (Postfix) with SMTP id 8D89E5D9F2; Wed, 28 Apr 2021 07:28:32 +0000 (UTC) Date: Wed, 28 Apr 2021 09:28:31 +0200 From: Jiri Olsa To: "Jin, Yao" Cc: acme@kernel.org, jolsa@kernel.org, peterz@infradead.org, mingo@redhat.com, alexander.shishkin@linux.intel.com, Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com, yao.jin@intel.com Subject: Re: [PATCH v6 00/26] perf tool: AlderLake hybrid support series 1 Message-ID: References: <20210427070139.25256-1-yao.jin@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 28, 2021 at 09:57:40AM +0800, Jin, Yao wrote: SNIP > > > 1.003959036 seconds time elapsed > > > > > > Note that, since the whole patchset for AlderLake hybrid support is very > > > large (40+ patches). For simplicity, it's splitted into several patch > > > series. > > > > > > The patch series 1 only supports the basic functionality. The advanced > > > supports for perf-c2c/perf-mem/topdown/metrics/topology header and others > > > will be added in follow-up patch series. > > > > > > The perf tool codes can also be found at: > > > https://github.com/yaoj/perf.git > > > > hi, > > did you update the branch for v6? I think I can't see > > the new update there > > > > thanks, > > jirka > > > > I just pushed the latest updates to https://github.com/yaoj/perf.git. Sorry it's getting late. > > Actually it's Arnaldo's tmp.perf/core branch. Arnaldo has applied the patch > series on tmp.perf/core and with an update on "[PATCH v6 01/26] tools > headers uapi: Update tools's copy of > linux/perf_event.h". np, I used Arnaldo's branch for review > > If there are more comments which need to be addressed, we will start from tmp.perf/core for v7. > > Thanks > Jin Yao > > > > > > > Note that, this patch series is based on tmp.perf/core branch. > > > > > > v6: > > > --- > > > - Rebase to tmp.perf/core branch. > > > > > > - A minor update in v6 patch series. > > > > > > In '[PATCH v6 18/26] perf tests: Add hybrid cases for 'Parse event > > > definition strings' test', we add a test case for cache events with > > > pmu prefix. > > > > > > No other updates. I can't test the functionality, but apart from that all seems fine and non-hybrid stuff keeps working ;-) Reviewed-by: Jiri Olsa thanks, jirka