This is the mail archive of the systemtap-cvs@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]

src ChangeLog Makefile.am Makefile.in staplog.c


CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hiramatu@sourceware.org	2007-10-19 20:04:35

Modified files:
	.              : ChangeLog Makefile.am Makefile.in staplog.c 

Log message:
	2007-10-19  Masami Hiramatsu <mhiramat@redhat.com>
	
	* staplog.c: Cleanup code and remove end-of-line spaces.
	(create_output_filename): Use snprintf instead of sprintf and remove
	malloc().
	(print_rchan_info): Merge into output_cpu_logs().
	(open_output_file): Use GETBUF() instead of malloc().
	(output_cpu_logs): Simplify logic and remove unused code.
	(do_staplog): Merge into cmd_staplog().
	(help_staplog): Fix typos.
	* Makefile.am (STAPLOG): Add -Wall option.
	* Makefile.in: Regenerated.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.707&r2=1.708
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.am.diff?cvsroot=systemtap&r1=1.91&r2=1.92
http://sourceware.org/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=systemtap&r1=1.100&r2=1.101
http://sourceware.org/cgi-bin/cvsweb.cgi/src/staplog.c.diff?cvsroot=systemtap&r1=1.3&r2=1.4


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