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]

TODOs of kprobe-booster


Hi all,

Kprobe-booster has survived in 2.6.16-rc5-mm3.
We want to prepare the next step.

I summarize TODOs of kprobe-booster.

multi probe booster:
Current kprobe-booster lose boostability when multiple
probes is put on the same address. Multi-probe-booster
solve this problem. First patch has already posted on
systemtap-ml and need to be reviewed. And also some
tweaks such as jprobe support is required.

multi byte instruction support on i386:
kprobe-booster should support multi byte instruction.
Current kprobe-booster only boosts single byte
instruction. Prefix or 2 byte instructions are
not supported.

support other architectures:
Currently, i386 architecture is only supported.
Porting to other architectures is needed. We have
started working on x86_64. And we also have a plan
to work on IA64.

But we have little experience of development on IA64.
And we don't have any hardware of other architectures.
We need your help such as some advice, review and
volunteer for porting to others such as ppc64 or sparc.


Thanks,
Satoshi


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