[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081104182628.GA6666@infradead.org>
Date: Tue, 4 Nov 2008 13:26:28 -0500
From: Christoph Hellwig <hch@...radead.org>
To: Ingo Molnar <mingo@...e.hu>
Cc: Al Viro <viro@...IV.linux.org.uk>,
T?r?k Edwin <edwintorok@...il.com>, srostedt@...hat.com,
a.p.zijlstra@...llo.nl, sandmann@...mi.au.dk,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Identify which executable object the userspace address
belongs to. Store thread group leader id, and use it to lookup the
address in the process's map. We could have looked up the address
on thread's map, but the thread might not exist by the time we are
called. The process might not exist either, but if you are reading
trace_pipe, that is unlikely.
On Mon, Nov 03, 2008 at 08:32:57AM +0100, Ingo Molnar wrote:
> could you please help out with such a helper? This is really about
> visualization, not to rely on it.
Is this kindergarten? Take a look at seq_path - what you want
is the combination of d_path + mangle_path and the combination of two
would be rather trivial. In fact I'd say you don't even need the helper
but just make mangle_path global (and document it while you're at it)
and then use it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists