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=-7.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,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 C45BBC432BE for ; Mon, 23 Aug 2021 11:40:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 996576136F for ; Mon, 23 Aug 2021 11:40:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236445AbhHWLkp (ORCPT ); Mon, 23 Aug 2021 07:40:45 -0400 Received: from mga09.intel.com ([134.134.136.24]:29973 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234997AbhHWLkm (ORCPT ); Mon, 23 Aug 2021 07:40:42 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10084"; a="217086595" X-IronPort-AV: E=Sophos;i="5.84,344,1620716400"; d="scan'208";a="217086595" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2021 04:39:58 -0700 X-IronPort-AV: E=Sophos;i="5.84,344,1620716400"; d="scan'208";a="525912573" Received: from abaydur-mobl1.ccr.corp.intel.com (HELO [10.249.226.70]) ([10.249.226.70]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Aug 2021 04:39:56 -0700 Subject: Re: [GSoC] Multi-threading in perf: Final Report To: Riccardo Mancini Cc: Arnaldo Carvalho de Melo , Ian Rogers , Namhyung Kim , Jiri Olsa , linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org References: <3c4f8dd64d07373d876990ceb16e469b4029363f.camel@gmail.com> From: "Bayduraev, Alexey V" Organization: Intel Corporation Message-ID: Date: Mon, 23 Aug 2021 14:39:39 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <3c4f8dd64d07373d876990ceb16e469b4029363f.camel@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21.08.2021 12:41, Riccardo Mancini wrote: > Hi, > > this is the final report of my project "Multi-threading in perf", > developed as part of the Google Summer of Code with the Linux Foundation. > https://summerofcode.withgoogle.com/projects/#4670070929752064 > > Review activity: > PATCHSET Introduce threaded trace streaming for basic perf record operation > Link: https://lore.kernel.org/lkml/cover.1629186429.git.alexey.v.bayduraev@linux.intel.com/ > Contribution: helped in fixing some bugs, performed extensive testing Hi Riccardo, Thank you very much for the deep review and extensive testing of this patchset, it was very helpful and allowed us to improve the quality of the feature used in our product. Good luck, Alexey > PATCHSET perf tools: Add PMU alias support > Link: https://lore.kernel.org/lkml/20210729070619.20726-1-yao.jin@linux.intel.com/ > Link: https://lore.kernel.org/lkml/20210729070619.20726-1-yao.jin@linux.intel.com/ > Contribution: helped in fixing some memory bugs > >