Bug 11916

Summary: sdt.h version 3 improvements
Product: systemtap Reporter: Stan Cox <scox>
Component: translatorAssignee: Stan Cox <scox>
Status: RESOLVED FIXED    
Severity: normal CC: fche
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description Stan Cox 2010-08-16 21:21:10 UTC
Improve sdt.h so:
* can be used in assembly (.S) source files
* can be used inside inline asm statements in C source
* minimal memory footprint of any kind
* no runtime cost, it's all fixed at link time and never in memory
* preserved in both stripped files and .debug files

More information here:

http://sources.redhat.com/ml/systemtap/2010-q3/msg00145.html
Comment 1 Frank Ch. Eigler 2010-09-01 14:56:52 UTC
*** Bug 11847 has been marked as a duplicate of this bug. ***
Comment 2 Stan Cox 2010-09-21 21:27:49 UTC
*** Bug 11764 has been marked as a duplicate of this bug. ***
Comment 3 Stan Cox 2010-09-23 19:40:34 UTC
commit 6b51ee1260

Add translator support for version 3 sdt.h