public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* src/runtime ChangeLog map-gen.c map-stat.c map ...
@ 2007-09-12 18:37 hunt
  0 siblings, 0 replies; 2+ messages in thread
From: hunt @ 2007-09-12 18:37 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2007-09-12 18:37:47

Modified files:
	runtime        : ChangeLog map-gen.c map-stat.c map.h pmap-gen.c 
	                 stat-common.c stat.c stat.h 

Log message:
	2007-09-12  Martin Hunt  <hunt@redhat.com>
	
	* map-stat.c (_stp_map_new_hstat_log): Set buckets to
	HIST_LOG_BUCKETS.
	(_stp_pmap_new_hstat_log): Ditto.
	(_stp_map_new_hstat_linear): Call _stp_stat_calc_buckets().
	(_stp_pmap_new_hstat_linear): Ditto.
	
	* stat.h (STP_MAX_BUCKETS): Define..
	(HIST_LOG_BUCKETS): Define.
	
	* stat.c (_stp_stat_init): Call _stp_stat_calc_buckets().
	
	* stat-common.c (_stp_stat_calc_buckets): New function. Common
	bucket calculation and error reporting code.
	(_stp_bucket_to_val): New function.
	(_stp_val_to_bucket): Renamed and now handles negative numbers.
	(_stp_stat_print_histogram): Handle negative values in log histograms.
	(__stp_stat_add): Cleanup..
	
	* map-gen.c (_stp_map_new): Remove buckets param for HIST_LOG.
	* pmap-gen.c (_stp_pmap_new): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.220&r2=1.221
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-gen.c.diff?cvsroot=systemtap&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-stat.c.diff?cvsroot=systemtap&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map.h.diff?cvsroot=systemtap&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/pmap-gen.c.diff?cvsroot=systemtap&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stat-common.c.diff?cvsroot=systemtap&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stat.c.diff?cvsroot=systemtap&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/stat.h.diff?cvsroot=systemtap&r1=1.3&r2=1.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* src/runtime ChangeLog map-gen.c map-stat.c map ...
@ 2005-11-09  8:24 hunt
  0 siblings, 0 replies; 2+ messages in thread
From: hunt @ 2005-11-09  8:24 UTC (permalink / raw)
  To: systemtap-cvs

CVSROOT:	/cvs/systemtap
Module name:	src
Changes by:	hunt@sourceware.org	2005-11-09 08:24:53

Modified files:
	runtime        : ChangeLog map-gen.c map-stat.c map.c map.h 
	runtime/tests  : ChangeLog 
Removed files:
	runtime        : list.c map-int.c map-keys.c map-str.c 
	                 map-values.c 

Log message:
	2005-11-09  Martin Hunt  <hunt@redhat.com>
	
	* map.h (struct map_root): Delete fields
	used by old API.
	
	* map.c: Remove old map API functions.
	* map-stat.c (_stp_map_add_stat): Delete.
	(_stp_pmap_new_hstat_linear): Move here from map.c.
	(_stp_pmap_new_hstat_log): Ditto.
	
	* list.c: Deleted.
	* map-keys.c: Deleted.
	* map-values.c: Deleted.
	* map-int.c: Deleted.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/ChangeLog.diff?cvsroot=systemtap&r1=1.74&r2=1.75
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-gen.c.diff?cvsroot=systemtap&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-stat.c.diff?cvsroot=systemtap&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map.c.diff?cvsroot=systemtap&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map.h.diff?cvsroot=systemtap&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/list.c.diff?cvsroot=systemtap&r1=1.8&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-int.c.diff?cvsroot=systemtap&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-keys.c.diff?cvsroot=systemtap&r1=1.7&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-str.c.diff?cvsroot=systemtap&r1=1.5&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/map-values.c.diff?cvsroot=systemtap&r1=1.8&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/runtime/tests/ChangeLog.diff?cvsroot=systemtap&r1=1.10&r2=1.11


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-12 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-12 18:37 src/runtime ChangeLog map-gen.c map-stat.c map hunt
  -- strict thread matches above, loose matches on Subject: below --
2005-11-09  8:24 hunt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).