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=-4.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 F2BC4C433DB for ; Thu, 4 Feb 2021 12:36:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A29D464F3F for ; Thu, 4 Feb 2021 12:36:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236055AbhBDMfy (ORCPT ); Thu, 4 Feb 2021 07:35:54 -0500 Received: from mail-qk1-f176.google.com ([209.85.222.176]:37005 "EHLO mail-qk1-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235986AbhBDMfx (ORCPT ); Thu, 4 Feb 2021 07:35:53 -0500 Received: by mail-qk1-f176.google.com with SMTP id s77so3074356qke.4 for ; Thu, 04 Feb 2021 04:35:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LsxIO7rN8pPMLftt4vg+scMkX8uPN+d+hAtN2umy2Fk=; b=bYVmBzs8EekQiDm+izycnlPb/PuPVKbDZv5/hCwRyBZySnDutzDPg87PxB2LetEbxJ WPSbTv8W9BjdNA0GvJAyJs62LyiBcgVTaGOzsooAyoJ/a4Yechr+zoWe6eDcnQatCr0c uVHEGbzdwnyHaxor5WtDI8U2rC1Fp5wCIUxyYxNZ5C6QptpTh9Uu3Atfm0sTcipN/g5l xVEgDTv+1UikEwW+Iv/5MefSdAvyZ8ubzEBGnnS5I65k6Hs7k7rTNDMBbui1TWeMaANW bPTlgeT7hV1AezVJX5zG3GOY3MTQ5DKtVQakBBUT7prh5bQ1GspxGYFEfzwWCpVt1bkv DaOw== X-Gm-Message-State: AOAM530/bgws3S6kwhbZ3i1lgwHTc07JrWh3TB96vsrrcxSFXbG1vs64 +9YoV+4ZR13BWYnwnt+UkOQXyCNcXykbueIR7Rc= X-Google-Smtp-Source: ABdhPJyxevox6VkVEd3RoV6dEdkEUhauF4RxUxTGpd+3BLz828q8W4boqTHVG/LZN8JyTE09FrGDUc16hJYS5F+a4DU= X-Received: by 2002:a37:648e:: with SMTP id y136mr7202461qkb.148.1612442112944; Thu, 04 Feb 2021 04:35:12 -0800 (PST) MIME-Version: 1.0 References: <20210203135830.38568-1-alexander.antonov@linux.intel.com> <20210203205502.GN854763@kernel.org> In-Reply-To: <20210203205502.GN854763@kernel.org> From: Namhyung Kim Date: Thu, 4 Feb 2021 21:35:01 +0900 Message-ID: Subject: Re: [PATCH v4 0/5] perf stat: Introduce iostat mode to provide I/O performance metrics To: Arnaldo Carvalho de Melo Cc: Alexander Antonov , linux-kernel , Jiri Olsa , Andi Kleen , Alexander Shishkin , Mark Rutland , Ian Rogers , Ingo Molnar , Peter Zijlstra Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnaldo, On Thu, Feb 4, 2021 at 5:55 AM Arnaldo Carvalho de Melo wrote: > > Em Wed, Feb 03, 2021 at 04:58:25PM +0300, Alexander Antonov escreveu: > > The previous version can be found at: > > v3: https://lkml.kernel.org/r/20210126080619.30275-1-alexander.antonov@linux.intel.com/ > > Changes in this revision are: > > v3 -> v4: > > - Addressed comment from Namhyung Kim: > > 1. Removed NULL-termination of root ports list > > Hi Namhyung, > > Are you ok with this patchkit now? I've left some more comments. Thanks, Namhyung