This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mjw
Recipients dmalcolm, eric.araujo, jcea, loewis, mjw, pitrou
Date 2012-05-11.15:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336748555.8.0.415719026418.issue14776@psf.upfronthosting.co.za>
In-reply-to
Content
Just a comment that newer [eu]-readelf -n will provide a nicer view of the sdt ELF notes. You might want to suggest that in the documentation.

e.g. $ eu-readelf -n /usr/lib64/libpython2.7.so

Note section [ 1] '.note.gnu.build-id' of 36 bytes at offset 0x190:
  Owner          Data size  Type
  GNU                   20  GNU_BUILD_ID
    Build ID: a28f8db1b224530b0d38ad7b82a249cf7c3f18d6

Note section [27] '.note.stapsdt' of 184 bytes at offset 0x1ae884:
  Owner          Data size  Type
  stapsdt               70  Version: 3
    PC: 0xe0d3a, Base: 0x14b150, Semaphore: 0x3ae882
    Provider: python, Name: function__return, Args: '8@%rbx 8@%r13 -4@%eax'
  stapsdt               69  Version: 3
    PC: 0xe0f37, Base: 0x14b150, Semaphore: 0x3ae880
    Provider: python, Name: function__entry, Args: '8@%rbx 8@%r13 -4@%eax'
History
Date User Action Args
2012-05-11 15:02:35mjwsetrecipients: + mjw, loewis, jcea, pitrou, eric.araujo, dmalcolm
2012-05-11 15:02:35mjwsetmessageid: <1336748555.8.0.415719026418.issue14776@psf.upfronthosting.co.za>
2012-05-11 15:02:35mjwlinkissue14776 messages
2012-05-11 15:02:35mjwcreate