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 uprobes/13489] support upstream inode-based uprobes


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

--- Comment #2 from Josh Stone <jistone at redhat dot com> 2011-12-09 23:42:35 UTC ---
Created attachment 6101
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6101
prototype support for sdt semaphores

This adds process/mmap tracking with David Smith's new task_finder2
implementation, so we can increment and decrement semaphores for SDT probes. 
This seems to work on F16, but shows warnings when running on rawhide.  It
seems that callbacks in this new task_finder are not allowed to sleep, which
makes the get/put_user problematic.  I'm not sure how to make progress on this
without finding a sleepy context.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


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