From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753465AbbCWXhM (ORCPT ); Mon, 23 Mar 2015 19:37:12 -0400 Received: from lgeamrelo02.lge.com ([156.147.1.126]:56279 "EHLO lgeamrelo02.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752159AbbCWXhI (ORCPT ); Mon, 23 Mar 2015 19:37:08 -0400 X-Original-SENDERIP: 10.177.220.203 X-Original-MAILFROM: namhyung@kernel.org Date: Tue, 24 Mar 2015 08:30:26 +0900 From: Namhyung Kim To: David Ahern Cc: Ingo Molnar , Arnaldo Carvalho de Melo , Peter Zijlstra , Jiri Olsa , LKML , Frederic Weisbecker , Stephane Eranian Subject: Re: [RFC/PATCH] perf record: Save build-id of DSO in callchains Message-ID: <20150323233026.GF2782@sejong> References: <1427073483-7713-1-git-send-email-namhyung@kernel.org> <20150323072213.GB22765@gmail.com> <20150323081821.GE2782@sejong> <551018C5.4030304@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <551018C5.4030304@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, On Mon, Mar 23, 2015 at 07:44:37AM -0600, David Ahern wrote: > On 3/23/15 2:18 AM, Namhyung Kim wrote: > >>Just curious, could you try to measure the performance impact of this > >>change? > > > > $ time perf record --call-graph dwarf -o kbuild.xxx -a -- sleep 30 > > [ perf record: Woken up 34674 times to write data ] > > [ perf record: Captured and wrote 9538.729 MB kbuild.xxx (1211997 samples) ] > > > > real 0m32.244s > > user 0m1.097s > > sys 0m8.997s > > > > $ time perf record --call-graph dwarf -o kbuild.yyy --buildid-callchain -a -- sleep 30 > > [ perf record: Woken up 40902 times to write data ] > > [ perf record: Captured and wrote 11208.500 MB kbuild.yyy (1433922 samples) ] > > > > real 2m21.695s > > user 1m33.127s > > sys 0m22.077s > > > > How many CPUs and processes? I was running kbuild with allyesconfig on 12-cpu box. Thanks, Namhyung