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: duplicate body remover


Hi -

On Fri, Oct 20, 2006 at 09:05:21AM +0800, Li Guanglei wrote:

> [...]  If probe_* are [duplicate-eliminated], shouldn't we optimize
> further to eliminate duplicated enter_probe_* and register_* too?
> Seems that your new coming codes will optimize for this, right?

Yes, that's exactly its focus.  Building on dsmith's probe-grouping
code from a month+ back, the new code will emit a single slab of code
for registering all probes within each group (i.e., all dwarf-based
probes), and a single entry function (i.e., kprobes callback) for all
handlers within each group.

- FChE


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