Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp360966pxu; Tue, 1 Dec 2020 13:09:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJwdFBtp6Z3w0PvYOhm018gJ/VQv7D+M6di8QrxsZ9GNg+MJfCL3m0nbo1farnmOJWVdOpJK X-Received: by 2002:a05:6402:1748:: with SMTP id v8mr5258175edx.136.1606856967025; Tue, 01 Dec 2020 13:09:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606856967; cv=none; d=google.com; s=arc-20160816; b=FpEgN+Lv2fCbKC2SyTTg1m1KCH7q5EPgY4jDOacWj61fA9Zi0yn1FoXHWF9rqc2/zI YWLyOHDiUVutsFLgz2CapsxlyJ377eNe2r6pI2AGEP0Y8gpN3MuOqE5iHxv52d6LykkP AIIO+fQoz85KqwEPciQdWhFrARRBjXLr0PC0wm3l8G5iKbI913KUY0gmxkuQFFoq3cmc SYSqkHFpFGFKdtA0kaD+BgmgKCQX3fFN6kbxUpah/wjk8BE7HF4RAqve5/xxlNwmAam7 wrli8yjKxVdHYZ0Czg4lHSAbPTZRCPSfL/Czmg1S4mDLt9UIdKBlNF0pP/WxISuCS71A uUtw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=pu1xvq1oWhdXDtwJqH2PNWuctdlhuwHuCIJ1R+4mrds=; b=019sXkkBnZ1c7dhLtou5w3LMyALAHDNabZd2H09+3XvAC/AsnfnKd/NPe42JKC+dwk XqhpD38b824BChDaCQF+Vv1ottXFLexqiiFizGUTjaXg7Petj/YBqwkzvD/FbWm6dCF6 kbcCAoPBfpoywBKdNP7Ti4+wFLu7wEX6cxAFSxO5I8TA2XYvEjLw7H8Ss/DVrN+/5TBw cAdSgLF37oLGMbHfuQC690zJzih45P7xzWCdTnRvIpjNgBXYsZXS8SAeaF/S2bHOA0Ws viuIZkKNWtRnLqgs9j7f3giVy2CjCRHyOEJv6DmX69bfLiYnLMAtaql6X6oGu6pJvagE c3Ow== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z18si575081edi.229.2020.12.01.13.09.03; Tue, 01 Dec 2020 13:09:27 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387663AbgLAVFY (ORCPT + 99 others); Tue, 1 Dec 2020 16:05:24 -0500 Received: from frasgout.his.huawei.com ([185.176.79.56]:2186 "EHLO frasgout.his.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725899AbgLAVFX (ORCPT ); Tue, 1 Dec 2020 16:05:23 -0500 Received: from fraeml708-chm.china.huawei.com (unknown [172.18.147.201]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4ClvgF0wCPz67GVD; Wed, 2 Dec 2020 05:02:17 +0800 (CST) Received: from lhreml741-chm.china.huawei.com (10.201.108.191) by fraeml708-chm.china.huawei.com (10.206.15.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 1 Dec 2020 22:04:36 +0100 Received: from [10.47.199.27] (10.47.199.27) by lhreml741-chm.china.huawei.com (10.201.108.191) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1913.5; Tue, 1 Dec 2020 21:04:30 +0000 Subject: Re: [PATCH v2 1/3] Revert "perf session: Fix decompression of PERF_RECORD_COMPRESSED records" To: Jiri Olsa , Petr Malat , CC: , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Namhyung Kim , Adrian Hunter , Kan Liang , References: <20201124095923.3683-1-oss@malat.biz> <20201124102919.15312-1-oss@malat.biz> <20201124143645.GD2088148@krava> <20201124181519.GA29264@ntb.petris.klfree.czf> <20201130114020.GA29476@ntb.petris.klfree.czf> <20201201190928.GB3169083@krava> From: Alexei Budankov Message-ID: <90d5469d-2591-44bf-70c4-edc1b2750935@huawei.com> Date: Wed, 2 Dec 2020 00:04:23 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <20201201190928.GB3169083@krava> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-Originating-IP: [10.47.199.27] X-ClientProxiedBy: braeml708-chm.china.huawei.com (10.226.71.36) To lhreml741-chm.china.huawei.com (10.201.108.191) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01.12.2020 22:09, Jiri Olsa wrote: > On Mon, Nov 30, 2020 at 12:40:20PM +0100, Petr Malat wrote: >> Hi Jiří, >> were you able to reproduce the issue? I may also upload perf-archive >> if that would help. > > oh yea ;-) seems like those 2 commits you reverted broke 32 bits > perf for data files > 32MB > > but the fix you did does not work for Alexey's test he mentioned > in the commit: > > $ perf record -z -- some_long_running_workload > $ perf report --stdio -vv > > it's failing for me with: > > # ./perf report > Couldn't allocate memory for decompression > 0xfe6f3a [0x60]: failed to process type: 81 [Operation not permitted] > Error: > failed to process sample > # To display the perf.data header info, please use --header/--header-only options. > # > > I think that's why here's special handling for compressed > events, but I'll need to check on that in more detail, > I was hoping for Alexey to answer ;-) Sorry for delay. Alexey Bayduraev could possibly help with that sooner. Alexey, could you please follow up. Thanks, Alexei