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: Tapset for Signals....


Manoj S Pattabhiraman <mpattabh@in.ibm.com> writes:

> I have updated the signal tapset, with the functions you have asked for.
> Since i would not be able to send it to the maillist, please post this
> mail.

Thank you.  A few observations may help complete the work:
- the probe points should be documented in the man page stapprobes.5
- the buildok test suite should be extended with a script that exercises
  all probe points
- within probes for functions that take siginfo structs, it may be handy
  if the probe handler extracted salient fields from the struct into
  local script variables, as users of these aliases won't be able to do
  that without referring to the raw $info symbol.

- FChE


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