Bug 11916 - sdt.h version 3 improvements
Summary: sdt.h version 3 improvements
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: translator (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Stan Cox
URL:
Keywords:
: 11764 11847 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-08-16 21:21 UTC by Stan Cox
Modified: 2010-09-23 19:40 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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