This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 6436
  unwinder/backtrace should see through kretprobes_trampolines Last modified: 2009-04-23 16:12:15
Bug List: (82 of 290) First Last Prev Next   Show list      Query page      Enter new bug
Bug#: 6436   Hardware:   Reporter: Frank Ch. Eigler <fche@redhat.com>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Remove selected CCs
Status: NEW   Priority:  
Resolution:   Severity:  
Assigned To: Unassigned <systemtap@sources.redhat.com>   Target Milestone:  
Summary:
Keywords:

Attachment Description Type Created Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 6436 depends on: Show dependency tree
Show dependency graph
Bug 6436 blocks:

Additional Comments:


Leave as NEW 
Mark bug as waiting for feedback
Mark bug as suspended
Accept bug (change status to ASSIGNED)
Resolve bug, changing resolution to
Resolve bug, mark it as duplicate of bug #
Reassign bug to
Reassign bug to owner of selected component

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2008-04-20 12:33
*** Bug 6437 has been marked as a duplicate of this bug. ***

------- Additional Comment #1 From Masami Hiramatsu 2008-04-21 16:26 -------
I think this request needs kernel-side support, because the original return
address has been removed from a stack. We can find it in
kretprobe_instance->ret_addr.

------- Additional Comment #2 From Frank Ch. Eigler 2008-04-21 17:47 -------
It may be enough to MODULE_EXPORT the kretprobe_inst_table_head() function.
Then our unwinder could search the list of currently active kretprobe_instances.

------- Additional Comment #3 From Masami Hiramatsu 2008-04-21 20:59 -------
(In reply to comment #2)
> It may be enough to MODULE_EXPORT the kretprobe_inst_table_head() function.

Take care: you have to hold the kretprobe_lock while accessing the instance
table:-).
# and the lock is held when a kretprobe handler is called. :-(

Bug List: (82 of 290) First Last Prev Next   Show list      Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In