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]

[Bug runtime/6432] use 2.6.26 probe_kernel_{read,write}


------- Additional Comments From joshua dot i dot stone at intel dot com  2008-05-27 19:32 -------
Created an attachment (id=2759)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2759&action=view)
Test the overhead of dereferencing strings

Run as 'stap -gt deref-string.stp', and add '-DTEST_DIRECT' for direct memory
access.  My results on 2.6.26-rc3 x86_64:

OLD:
direct: 1725min/2072avg/10283max
deref: 1778min/2085avg/10950max

NEW:
direct: 1650min/2012avg/10613max
deref: 2152min/2476avg/12563max

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6432

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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