From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752068Ab2ALBlp (ORCPT ); Wed, 11 Jan 2012 20:41:45 -0500 Received: from LGEMRELSE1Q.lge.com ([156.147.1.111]:64650 "EHLO LGEMRELSE1Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812Ab2ALBln (ORCPT ); Wed, 11 Jan 2012 20:41:43 -0500 X-AuditID: 9c93016f-b7c72ae000007401-81-4f0e3a530b9c Message-ID: <4F0E3A53.8050208@lge.com> Date: Thu, 12 Jan 2012 10:41:39 +0900 From: Namhyung Kim User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: Tejun Heo CC: Namhyung Kim , axboe@kernel.dk, mingo@redhat.com, rostedt@goodmis.org, fweisbec@gmail.com, teravest@google.com, slavapestov@google.com, ctalbott@google.com, dhsharp@google.com, linux-kernel@vger.kernel.org, winget@google.com, Chanho Park Subject: Re: [PATCH RESEND 9/9] block, trace: implement ioblame - IO tracer with origin tracking References: <1326220106-5765-1-git-send-email-tj@kernel.org> <1326220106-5765-10-git-send-email-tj@kernel.org> <20120111013212.GA6843@dhcp-172-17-108-109.mtv.corp.google.com> <4F0D291A.8030205@lge.com> <20120111170635.GE26832@google.com> <4F0E31D9.3080306@lge.com> <4F0E38E6.4070606@lge.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2012-01-12 10:37 AM, Tejun Heo wrote: > Hello, > > On Wed, Jan 11, 2012 at 5:35 PM, Namhyung Kim wrote: >> Why do we need to trigger the TP for existing ones as we keep each entry at >> its creation? Maybe I'm missing something? > > If a userland program starts to watch the TP after some intents are > created, how is it gonna find out the existing ones? > Hi, OK, but that can be controlled from userspace, I guess? Do we have to care about that? Thanks, Namhyung Kim