summaryrefslogtreecommitdiffstats
path: root/runtime/print.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-07-08 Martin Hunt <hunt@redhat.com>hunt2005-07-081-2/+2
| | | | | | * print.c (_stp_print_flush): Rename "t" to "_stp_tport". * io.c (_stp_vlog): Ditto.
* 2005-07-01 Martin Hunt <hunt@redhat.com>hunt2005-07-011-1/+0
| | | | | | | | | * probes.c: Convert all _stp_log() calls to either stp_warn() or dbug(). * print.c: Comment out dbug()s. * stat-common.c: Comment out dbug()s.
* Added merging/sorting of per-cpu data, transport config/selection by probe, etctrz2005-06-211-8/+8
|
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-181-3/+37
| | | | | | | | | | | | | | | | | | | | | | | * 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-06-02 Martin Hunt <hunt@redhat.com>hunt2005-06-021-1/+1
| | | | | | | * string.c (_stp_string_cat_cstr): Be sure result is always terminated. * print.c (_stp_vprintf): Fix typo.
* 2005-05-26 Martin Hunt <hunt@redhat.com>hunt2005-05-261-8/+4
| | | | | | | | * current.c (_stp_sprint_regs): Implement for i386. * sym.c (_stp_symbol_sprint): Check name before trying to print it. (_stp_symbol_print): Change to macro that calls _stp_symbol_sprint().
* 2005-05-18 Martin Hunt <hunt@redhat.com>hunt2005-05-191-85/+31
| | | | | | | | | * print.c: All functions except _stp_print_flush() are now macros which use _stp_stdout. * string.c: Add _stp_stdout support. Data written to _stp_stdout is automatically flushed when the print buffer is full.
* Rewritten maps and other updated files.hunt2005-05-171-2/+39
|
* updated to use new transporttrz2005-05-061-32/+1
|
* *** empty log message ***hunt2005-04-071-11/+43
|
* Update to use relayfs.hunt2005-04-071-0/+168