From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22254 invoked by alias); 19 Oct 2007 20:04:36 -0000 Received: (qmail 22237 invoked by uid 9593); 19 Oct 2007 20:04:35 -0000 Date: Fri, 19 Oct 2007 20:04:00 -0000 Message-ID: <20071019200435.22235.qmail@sourceware.org> From: hiramatu@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ChangeLog Makefile.am Makefile.in staplog.c Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2007-q4/txt/msg00102.txt.bz2 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 * 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