This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Forw: Re: [17/19] ftrace: dynamic enabling/disabling of function calls


Frank Ch. Eigler wrote:
> The following blurb from LKML suggests a possible way to implement
> batched kprobe (un)registration too.

I think the current issue on the batched kprobe feature is just its
interface. Kprobes itself can be disabled/enabled immediately, but for
unregistering from the RCU list, we need to wait the scheduler on each CPU.
I had implemented it, but the discussion about interface had not ended.
I'm not so sure that stop_machine can solve the RCU list issue.
Anyway, I'll rework it again.

Thanks,

-- 
Masami Hiramatsu

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

e-mail: mhiramat@redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]