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: [RFC][PATCH 0/4][kprobe](djprobe) Direct jump optimized kprobes


Hi -

On Tue, Nov 28, 2006 at 04:00:03PM +0100, Ingo Molnar wrote:

> [...]  correct, that sort of debug info is not included in the
> kernel image - but some of it could be included - just like unwind
> info, or kallsyms and other info is included currently. Whatever can
> be extracted at build time we can also insert into the kernel image.

That's true, but the total possibly needed information is huge.

> The info that is needed here is a table of all valid instruction
> boundaries, correct?

It's not clear that this is sufficient.  Statement boundaries (to the
extent they still exist in object code) may be the thing.

> OTOH, userspace (SystemTap) has all this information handy already,
> because it already has to parse the -g debuginfo - hence it's more
> natural to delegate this there?

Yes, probably.  While this maintains the possibility that if the
user-space screws up badly enough, the kernel dies, this is nothing new.

- FChE


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