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]

Re: user mode backtrace


"Stone, Joshua I" <joshua.i.stone@intel.com> writes:

> [...]  Deadlock issues aside, there's not really a way for you to
> invoke a process (like pstack) from within a SystemTap script.  [...]

It turns out that quite some time ago, Martin implemented a clone of
the dtrace system() function for systemtap, which enqueues a string
for execution by the userspace staprun daemon.  (There is no
synchronization or data exchange though.)

- FChE


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