summaryrefslogtreecommitdiffstats
path: root/runtime/string.h
Commit message (Collapse)AuthorAgeFilesLines
* 2006-07-11 Martin Hunt <hunt@redhat.com>hunt2006-07-111-1/+1
| | | | | | * string.c (_stp_text_str): Add a parameter to support userspace strings too. * string.h: (_stp_text_str): Fix proto.
* 2006-05-30 Martin Hunt <hunt@redhat.com>hunt2006-05-301-0/+2
| | | | | * string.c (_stp_text_str): New function. * string.h (_stp_text_str): Declare.
* Correct the initialization to work with gcc 4.1.wcohen2006-04-051-1/+1
|
* 2005-10-31 Martin Hunt <hunt@redhat.com>hunt2005-10-311-1/+9
| | | | * ALL: Cleanup copyrights.
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-181-0/+30
* 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.