summaryrefslogtreecommitdiffstats
path: root/runtime/map.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-07-01 Martin Hunt <hunt@redhat.com>hunt2005-07-011-11/+8
| | | | | | | | | | | | | | * map.c (_stp_map_new): Call _stp_error() on a bad map type. Comment out dbug()s. * map-stat.c (_stp_map_new_hstat_log): Call _stp_warn(). (_stp_map_new_hstat_linear): Ditto. * map-int.c: Comment out dbug()s. * map-str.c: Comment out dbug()s. * map-keys.c: Use _stp_warn(). Comment out dbug()s.
* 2005-06-29 Martin Hunt <hunt@redhat.com>hunt2005-06-291-2/+2
| | | | | | | * map-values.c (_stp_map_add_int64): Fix docs. * map-str.c: Fix some docs * map.c: Ditto. * map.doc: Ditto.
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-181-367/+62
| | | | | | | | | | | | | | | | | | | | | | | * counter.c: New file. Counter aggregations. * stat.c: New file. Stat aggregations. * stat.h: Header file for stats. * map-int.c: New file. Support for int64 values. * map-stat.c: New file. Support for stat values. * map-str.c: New file. Support for string values. * map-values.c: Now just includes the necessary map-*.c files. * stat-common.c: New file. Stats stuff common to Stats and maps containing stats. * Doxyfile: Bumped version to 0.6. * README: Renamed README.doc and reorganized.
* 2005-05-31 Martin Hunt <hunt@redhat.com>hunt2005-05-311-34/+160
| | | | | | | | | * map.c (_stp_map_print): Now takes a format string instead of a name. * map.h (foreach): Update macro. * string.c (_stp_string_cat_char): New function. Append a char to a string.
* 2005-05-17 Martin Hunt <hunt@redhat.com>hunt2005-05-181-5/+14
| | | | | | | | | | | | * map.c (needed_space): Use do_div(). (_stp_map_print_histogram): Ditto. (_stp_map_print): Ditto. * map-values.c (_stp_map_add_int64_stat): Use do_div() when computing histogram bucket. * map-keys.c (_stp_map_key): Fix some warnings on 32-bit machines by using key_data casts.
* Rewritten maps and other updated files.hunt2005-05-171-708/+385
|
* *** empty log message ***hunt2005-04-071-5/+25
|
* Update to use relayfs.hunt2005-04-071-1/+13
|
* *** empty log message ***hunt2005-03-291-0/+21
|
* *** empty log message ***hunt2005-03-221-1/+0
|
* *** empty log message ***hunt2005-03-221-4/+11
|
* *** empty log message ***hunt2005-03-211-13/+36
|
* Initial runtime checkin.hunt2005-03-091-0/+830