From db22e55f4280ceaf3181e5b17aacd0ba4075e85f Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 10 Jan 2006 18:52:33 +0000 Subject: 2006-01-10 Frank Ch. Eigler PR 2060. * buildrun.cxx (compile_pass): Add "V=1" to kbuild if verbose. * translate.cxx (translator_output): For output-file constructor, set an explicit output buffer. (emit_module_init, emit_module_exit): Reorganize output, to spit each individual probe registration/deregistration blurb into a separate function. * translate.h: Corresponding changes; set default buffer size to 8K. * translate.cxx, tapsets.cxx: Replace "endl" by buffer-friendly "\n" throughout code generation routines. --- buildrun.cxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'buildrun.cxx') diff --git a/buildrun.cxx b/buildrun.cxx index 05d903d5..d678e874 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -66,6 +66,9 @@ compile_pass (systemtap_session& s) for (unsigned i=0; i