From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Rostedt Subject: Re: [PATCH 2/2] mm/page_ref: add tracepoint to track down page reference manipulation Date: Mon, 15 Feb 2016 20:16:02 -0500 Message-ID: <20160215201602.350d73fa@gandalf.local.home> References: <1455505490-12376-1-git-send-email-iamjoonsoo.kim@lge.com> <1455505490-12376-2-git-send-email-iamjoonsoo.kim@lge.com> <20160215110741.7c0c5039@gandalf.local.home> <20160216004720.GA1782@js1304-P5Q-DELUXE> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160216004720.GA1782@js1304-P5Q-DELUXE> Sender: linux-kernel-owner@vger.kernel.org To: Joonsoo Kim Cc: Andrew Morton , Michal Nazarewicz , Minchan Kim , Mel Gorman , Vlastimil Babka , "Kirill A. Shutemov" , Sergey Senozhatsky , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org List-Id: linux-api@vger.kernel.org On Tue, 16 Feb 2016 09:47:20 +0900 Joonsoo Kim wrote: > > They return true when CONFIG_TRACEPOINTS is configured in and the > > tracepoint is enabled, and false otherwise. > > This implementation is what you proposed before. Please refer below > link and source. > > https://lkml.org/lkml/2015/12/9/699 > arch/x86/include/asm/msr.h That was a year ago, how am I suppose to remember ;-) > > There is header file dependency problem between mm.h and tracepoint.h. > page_ref.h should be included in mm.h and tracepoint.h cannot > be included in this case. Ah, OK, I forgot about that. I'll take another look at it again. A lot happened since then, that's all a fog to me. -- Steve