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]

debuginfoless static user probes


This patch implements adding info to the .probes section to access probe arguments and since the probe address is also in the .probes section this means no debuginfo is required for a process("proc").mark("mark") probe. So here is a patch to implement that and also to implement not needing debuginfo for .mark probes. The diffs are large but some of this is mechanical. I put '#####' comments in the patch. Comments?

Attachment: stap.diff
Description: Text document


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