From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934035AbcATOkn (ORCPT ); Wed, 20 Jan 2016 09:40:43 -0500 Received: from smtprelay0224.hostedemail.com ([216.40.44.224]:57774 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932261AbcATOkj (ORCPT ); Wed, 20 Jan 2016 09:40:39 -0500 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:981:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1538:1593:1594:1711:1714:1730:1747:1777:1792:2393:2553:2559:2562:3138:3139:3140:3141:3142:3351:3622:3865:3866:3867:3868:3870:3871:3872:3873:3874:4250:5007:6261:6742:7514:7875:7903:10004:10400:10848:10967:11232:11658:11914:12517:12519:12740:13069:13161:13229:13311:13357:14659:21080:30054:30070:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: idea35_79cd09dde8004 X-Filterd-Recvd-Size: 2010 Date: Wed, 20 Jan 2016 09:40:35 -0500 From: Steven Rostedt To: Jeff Merkey Cc: Jiri Olsa , LKML , Thomas Gleixner , Andy Lutomirski , Ingo Molnar , "H. Peter Anvin" , X86 ML , Peter Zijlstra , Andy Lutomirski , Masami Hiramatsu , Borislav Petkov , Jiri Olsa Subject: Re: x86_64 Compiler Output Kernel Bloat v4.4 Message-ID: <20160120094035.4e63f473@gandalf.local.home> In-Reply-To: References: <20160119073930.GA20358@krava.brq.redhat.com> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.29; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 19 Jan 2016 08:47:04 -0700 Jeff Merkey wrote: > I'll check my CONFIG and see if there's a way to turn this off. > vmlinux.o is at 385MB on my build -- about 20% of that is this NOP > instruction for a trace program that in most cases is probably never > used. Oink ... Oink ... Oink ... > The bloat is well known and was a sacrifice for the feature. This feature is optional. If you don't like it, simple disable all tracing. Then you'll save a lot of kernel text. -- Steve