Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756524AbbESPMk (ORCPT ); Tue, 19 May 2015 11:12:40 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43477 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751675AbbESPMh (ORCPT ); Tue, 19 May 2015 11:12:37 -0400 Message-ID: <555B52E3.3010504@suse.cz> Date: Tue, 19 May 2015 17:12:35 +0200 From: Vlastimil Babka User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Michal Hocko , Johannes Weiner CC: Mel Gorman , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton , Tejun Heo , cgroups@vger.kernel.org Subject: Re: [PATCH] mm, memcg: Optionally disable memcg by default using Kconfig References: <20150519104057.GC2462@suse.de> <20150519141807.GA9788@cmpxchg.org> <20150519145340.GI6203@dhcp22.suse.cz> In-Reply-To: <20150519145340.GI6203@dhcp22.suse.cz> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1763 Lines: 42 On 05/19/2015 04:53 PM, Michal Hocko wrote: > On Tue 19-05-15 10:18:07, Johannes Weiner wrote: >> CC'ing Tejun and cgroups for the generic cgroup interface part >> >> On Tue, May 19, 2015 at 11:40:57AM +0100, Mel Gorman wrote: > [...] >>> /usr/src/linux-4.0-vanilla/mm/memcontrol.c 6.6441 395842 >>> mem_cgroup_try_charge 2.950% 175781 >> >> Ouch. Do you have a way to get the per-instruction breakdown of this? >> This function really isn't doing much. I'll try to reproduce it here >> too, I haven't seen such high costs with pft in the past. >> >>> try_charge 0.150% 8928 >>> get_mem_cgroup_from_mm 0.121% 7184 > > Indeed! try_charge + get_mem_cgroup_from_mm which I would expect to be > the biggest consumers here are below 10% of the mem_cgroup_try_charge. Note that they don't explain 10% of the mem_cgroup_try_charge. They *add* their own overhead to the overhead of mem_cgroup_try_charge itself. Which might be what you meant but I wasn't sure. > Other than that the function doesn't do much else than some flags > queries and css_put... > > Do you have the full trace? > Sorry for a stupid question but do inlines > from other header files get accounted to memcontrol.c? Yes, perf doesn't know about them so it's accounted to function where the code physically is. > > [...] > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/