From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751828Ab1LJQ3O (ORCPT ); Sat, 10 Dec 2011 11:29:14 -0500 Received: from mail-qw0-f46.google.com ([209.85.216.46]:41897 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750826Ab1LJQ3K (ORCPT ); Sat, 10 Dec 2011 11:29:10 -0500 Message-ID: <4EE388D0.2090608@gmail.com> Date: Sat, 10 Dec 2011 11:29:04 -0500 From: KOSAKI Motohiro User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Tao Ma CC: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Mel Gorman , Rik van Riel , Johannes Weiner , Christoph Hellwig , KAMEZAWA Hiroyuki , KOSAKI Motohiro , Andrea Arcangeli , Andrew Morton Subject: Re: [PATCH] vmscan/trace: Add 'active' and 'file' info to trace_mm_vmscan_lru_isolate. References: <1323533451-2953-1-git-send-email-tm@tao.ma> In-Reply-To: <1323533451-2953-1-git-send-email-tm@tao.ma> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (12/10/11 11:10 AM), Tao Ma wrote: > From: Tao Ma > > In trace_mm_vmscan_lru_isolate, we don't output 'active' and 'file' > information to the trace event and it is a bit inconvenient for the > user to get the real information(like pasted below). > mm_vmscan_lru_isolate: isolate_mode=2 order=0 nr_requested=32 nr_scanned=32 > nr_taken=32 contig_taken=0 contig_dirty=0 contig_failed=0 > > So this patch adds these 2 info to the trace event and it now looks like: > mm_vmscan_lru_isolate: isolate_mode=2 order=0 nr_requested=32 nr_scanned=32 > nr_taken=32 contig_taken=0 contig_dirty=0 contig_failed=0 lru=1,0 addition is ok to me. but lru=1,0 is not human readable. I suspect people will easily forget which value is active.