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/3858] Independent Runtime Module


------- Additional Comments From hiramatu at sdl dot hitachi dot co dot jp  2007-02-16 13:09 -------
Created an attachment (id=1559)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1559&action=view)
export stp_print* interfaces

 This patch adds the relay channel sharing feature.
 With this patch, you can share one relay channel among several 
 pre-compiled scripts.

 To run a host script which provides interfaces of relay channel:
   stap -b -DRELAY_HOST host.stp

 To add some guest script:
   stap -DRELAY_GUEST guest1.stp
   stap -DRELAY_GUEST guest2.stp

 This patch is just a minimum implementation. So you can NOT run 
 several host scripts concurrently.

-- 


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

------- 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]