]> sourceware.org Git - systemtap.git/commit
2007-11-09 Masami Hiramatsu <mhiramat@redhat.com>
authorhiramatu <hiramatu>
Fri, 9 Nov 2007 18:12:06 +0000 (18:12 +0000)
committerhiramatu <hiramatu>
Fri, 9 Nov 2007 18:12:06 +0000 (18:12 +0000)
commit185457afd0b9b00f835e2bedcd6801aae432b699
tree667dc956901aa44b59cd87adc4ad688a71b3cdfb
parentbba416fe7a5eb25ed7c517d076185ce4cfaf6fbd
2007-11-09  Masami Hiramatsu  <mhiramat@redhat.com>

        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.
runtime/ChangeLog
runtime/print.c
runtime/print_new.c
runtime/print_old.c
runtime/transport/ChangeLog
runtime/transport/transport.c
testsuite/ChangeLog
testsuite/systemtap.printf/hello.stp [new file with mode: 0644]
testsuite/systemtap.printf/hello2.stp [new file with mode: 0644]
testsuite/systemtap.printf/sharedbuf.exp [new file with mode: 0644]
testsuite/systemtap.printf/sharedbuf.stp [new file with mode: 0644]
This page took 0.025622 seconds and 5 git commands to generate.