From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-f172.google.com (mail-ea0-f172.google.com [209.85.215.172]) by kanga.kvack.org (Postfix) with ESMTP id 53E8C6B0037 for ; Thu, 16 Jan 2014 07:25:28 -0500 (EST) Received: by mail-ea0-f172.google.com with SMTP id g15so512662eak.31 for ; Thu, 16 Jan 2014 04:25:23 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id 3si1503588eeq.206.2014.01.16.04.25.22 for ; Thu, 16 Jan 2014 04:25:23 -0800 (PST) Message-ID: <52D7CFAA.6060903@redhat.com> Date: Thu, 16 Jan 2014 07:25:14 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH] mm: vmstat: Do not display stats for TLB flushes unless debugging References: <1389278098-27154-1-git-send-email-mgorman@suse.de> <1389278098-27154-2-git-send-email-mgorman@suse.de> <20140116111205.GN4963@suse.de> In-Reply-To: <20140116111205.GN4963@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman , Alex Shi , Ingo Molnar Cc: Linus Torvalds , Thomas Gleixner , Andrew Morton , Fengguang Wu , H Peter Anvin , Linux-X86 , Linux-MM , LKML On 01/16/2014 06:12 AM, Mel Gorman wrote: > The patch "x86: mm: Account for TLB flushes only when debugging" removed > vmstat counters related to TLB flushes unless CONFIG_DEBUG_TLBFLUSH was > set from the vm_event_item enum but not the vmstat_text text. > > Signed-off-by: Mel Gorman Reviewed-by: Rik van Riel -- All rights reversed -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752343AbaAPMZb (ORCPT ); Thu, 16 Jan 2014 07:25:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43067 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751768AbaAPMZ3 (ORCPT ); Thu, 16 Jan 2014 07:25:29 -0500 Message-ID: <52D7CFAA.6060903@redhat.com> Date: Thu, 16 Jan 2014 07:25:14 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Mel Gorman , Alex Shi , Ingo Molnar CC: Linus Torvalds , Thomas Gleixner , Andrew Morton , Fengguang Wu , H Peter Anvin , Linux-X86 , Linux-MM , LKML Subject: Re: [PATCH] mm: vmstat: Do not display stats for TLB flushes unless debugging References: <1389278098-27154-1-git-send-email-mgorman@suse.de> <1389278098-27154-2-git-send-email-mgorman@suse.de> <20140116111205.GN4963@suse.de> In-Reply-To: <20140116111205.GN4963@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/16/2014 06:12 AM, Mel Gorman wrote: > The patch "x86: mm: Account for TLB flushes only when debugging" removed > vmstat counters related to TLB flushes unless CONFIG_DEBUG_TLBFLUSH was > set from the vm_event_item enum but not the vmstat_text text. > > Signed-off-by: Mel Gorman Reviewed-by: Rik van Riel -- All rights reversed