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]

[RESEND][ PATCH v2 0/3] Signal-based file switching support take 2


Hi,

This patch series adds signal-based file switching support on systemtap
runtime.

I fixed it to use SIGUSR2 only and add documented.

Thank you,

---
 
Masami Hiramatsu (3):
      Add signal based file switching testcase
      Signal-based file switching support for old relay
      Signal-based file switching support for relay/ring buffer.


 NEWS                                    |    3 +
 runtime/staprun/relay.c                 |   83 +++++++++++++++++++++++--------
 runtime/staprun/relay_old.c             |   82 +++++++++++++++++++++++++------
 staprun.8.in                            |   33 ++++++++++++
 testsuite/systemtap.base/flightrec1.exp |   12 ++++
 testsuite/systemtap.base/flightrec4.exp |   56 +++++++++++++++++++++
 testsuite/systemtap.base/flightrec5.exp |   64 ++++++++++++++++++++++++
 7 files changed, 296 insertions(+), 37 deletions(-)
 create mode 100644 testsuite/systemtap.base/flightrec4.exp
 create mode 100644 testsuite/systemtap.base/flightrec5.exp

-- 
Masami Hiramatsu
 
Software Engineer
Hitachi Computer Products (America), Inc.
Software Solutions Division
 
e-mail: mhiramat@redhat.com


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