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.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, 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 D8106C43461 for ; Mon, 14 Sep 2020 20:50:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8FEF1217BA for ; Mon, 14 Sep 2020 20:50:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="iahjdkbP" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726145AbgINUuK (ORCPT ); Mon, 14 Sep 2020 16:50:10 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:34639 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725994AbgINUuI (ORCPT ); Mon, 14 Sep 2020 16:50:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1600116607; 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=ZZNt3h2oy5r339ohQho00NCVzYLi5AnGo8u3vi1/uJo=; b=iahjdkbPeyhYxVmyrc8xnZVvjn9SrfphKT7kFnZyDCbOhrpX2u3xuwLAjjVzVsRIH1XATz NaDarecWKv7ifwG+0XzzGQ/+EQvuKR6p3vW7a06+vtchQIdVAgte/IJErayLFYi0iRMW98 Bz4zLMY6WIF4LdjSRGzMVt9xJmdFWZ8= 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-409-tQu-gXlSN8uxQlZ5SnoVew-1; Mon, 14 Sep 2020 16:50:06 -0400 X-MC-Unique: tQu-gXlSN8uxQlZ5SnoVew-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id BF57118B9F85; Mon, 14 Sep 2020 20:50:02 +0000 (UTC) Received: from krava (unknown [10.40.192.180]) by smtp.corp.redhat.com (Postfix) with SMTP id EA41A7512A; Mon, 14 Sep 2020 20:49:58 +0000 (UTC) Date: Mon, 14 Sep 2020 22:49:57 +0200 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: Jiri Olsa , lkml , Peter Zijlstra , Ingo Molnar , Mark Rutland , Namhyung Kim , Alexander Shishkin , Michael Petlan , Song Liu , "Frank Ch. Eigler" , Ian Rogers , Stephane Eranian , Alexey Budankov , Andi Kleen , Adrian Hunter Subject: Re: [PATCH 06/26] perf tools: Add support to read build id from compressed elf Message-ID: <20200914204957.GB1714160@krava> References: <20200913210313.1985612-1-jolsa@kernel.org> <20200913210313.1985612-7-jolsa@kernel.org> <20200914160434.GH160517@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200914160434.GH160517@kernel.org> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 14, 2020 at 01:04:34PM -0300, Arnaldo Carvalho de Melo wrote: > Em Sun, Sep 13, 2020 at 11:02:53PM +0200, Jiri Olsa escreveu: > > Adding support to decompress file before reading build id. > > > > Adding filename__read_build_id and change its current > > versions to read_build_id. > > Also a standalone, generally useful, prep patch, applyed. thanks, jirka