Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753198AbcLGB5v (ORCPT ); Tue, 6 Dec 2016 20:57:51 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:32942 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbcLGB5t (ORCPT ); Tue, 6 Dec 2016 20:57:49 -0500 MIME-Version: 1.0 From: Alexei Starovoitov Date: Tue, 6 Dec 2016 17:57:27 -0800 Message-ID: Subject: Re: [PATCH v3 10/30] perf clang: Add builtin clang support ant test case To: Arnaldo Carvalho de Melo Cc: Arnaldo Carvalho de Melo , Wang Nan , Alexei Starovoitov , Zefan Li , He Kuang , Ingo Molnar , "linux-kernel@vger.kernel.org" , pi3orama , Joe Stringer , Jiri Olsa Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 332 Lines: 9 On Tue, Dec 6, 2016 at 1:02 PM, Arnaldo Carvalho de Melo wrote: [acme@jouet linux]$ ls -lah /tmp/perf > -rwxr-xr-x. 1 acme acme 41M Dec 6 17:58 /tmp/perf awesome. that's reasonable and matches to what I see with libbcc.so We had few tricks before to reduce it into <30M range, but they were too fragile.