Re: [RFC] Tracepoint proposal

From: Masami Hiramatsu
Date: Tue Jun 24 2008 - 13:03:39 EST


KOSAKI Motohiro wrote:
>> Tracepoint
>> - stored in a section
>> - dynamic activation
>> - no message
>> - export kernel structure
>> - arguments depending on points
>> - high frequently called
>> - no module support (kernel use only)
>
> Why Shouldn't kernel module use tracepoint?
> technical problem? or any plicy exist?

Good question, I think we don't want to export so much
kernel internal structures. Since tracepoint tend to export
raw kernel structure to user module, I thought it might be
better not to export its interface to modules.

However, I thought that again, and knew what Peter worried was
about marker which exports marker list to user space.
So, the issue is exporting internal structures to user space,
not to modules. Thus, I think it can support modules also.

Thank you,

--
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America) Inc.
Software Solutions Division

e-mail: mhiramat@xxxxxxxxxx

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/