Ar Llu, 2006-09-18 am 12:15 -0400, ysgrifennodd Frank Ch. Eigler:
[...] So its L1 misses more register reloads and the like. SoundsBut it's not just "for debug"! It is for system administrators,
more and more like wasted clock cycles for debug. [...]
end-users, developers.
It is for debug. System administrators and developers also do debug,
they may just use different tools. The percentage of schedule() calls
executed across every Linux box on the planet where debug is enabled is
so close to nil its noise. Even with traces that won't change.
I am not sure i quiet understand your line number part of the proposal. Does this proposal assume we have access to source code while generating dynamic probes?
Indeed, there will be some non-zero execution-time cost. We must be
willing to pay *something* in order to enable this functionality.
There is an implementation which requires no penalty is paid. Create a
new elf section which contains something like
[address to whack with int3]
[or info for jprobes to make better use]
[name for debug tools to find]
[line number in source to parse the gcc debug data]
This still doesn't solve the problem of compiler optimizing such that a variable i would like to read in my probe not being available at the probe point.
-
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/