Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR5648: Fix unaligned access warning in stp_print_flush on ia64 | Masami Hiramatsu | 2008-05-07 | 1 | -5/+7 |
| | |||||
* | 2007-11-09 Masami Hiramatsu <mhiramat@redhat.com> | hiramatu | 2007-11-09 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | PR3858 * print.c: Add -DRELAY_HOST=<hostname> and -DRELAY_GUEST=<hostname> options support. (_stp_print_flush): Disable irqs if -DRELAY_* option is specified. * print_old.c: Export stp_print_flush to other modules if the -DRELAY_HOST option is specified. * print_new.c: Ditto. * transport.c (_stp_transport_init): Reduce relay buffer size to 64KB*2 if -DRELAY_GUEST is specified. * systemtap.printf/sharedbuf.exp: New test for buffer sharing option. * systemtap.printf/sharedbuf.stp: Ditto. * systemtap.printf/hello.stp: Ditto. * systemtap.printf/hello2.stp: Ditto. | ||||
* | 2007-03-14 Martin Hunt <hunt@redhat.com> | hunt | 2007-03-14 | 1 | -0/+54 |
* bench2/bench.rb: Updated to work with new transport and new itest.c. * bench2/Makefile: Updated for new itest.c * bench2/itest.c: Rewritten to use multiple threads and automatically divide the workload among the threads. * print.c (_stp_print_flush): Move to print_new.c and print_old.c. * print_new.c: New file containing _stp_print_flush() for the new transport. * print_old.c: Ditto for old transport. * runtime.h (STP_OLD_TRANSPORT): Define (errk): Define. (MAXSTRINGLEN): Define if not already defined. * io.c (_stp_vlog): Use _stp_ctl_write(). |