summaryrefslogtreecommitdiffstats
path: root/runtime/print.c
Commit message (Collapse)AuthorAgeFilesLines
* 2005-10-31 Martin Hunt <hunt@redhat.com>hunt2005-10-311-1/+11
| | | | * ALL: Cleanup copyrights.
* switch to binary TIMESTAMPtrz2005-10-191-5/+3
|
* Fix for PR 1455trz2005-10-141-1/+1
|
* 2005-08-19 Martin Hunt <hunt@redhat.com>hunt2005-08-191-3/+3
| | | | | | | | | | * print.c: Change ifdefs to STP_RELAYFS. * runtime.h: Ditto. * io.c (_stp_vlog): Call _stp_write instead of _stp_ctrl_send. * Makefile: Don't build stp-control. * README.doc: Update. * TODO: Update.
* 2005-08-03 Martin Hunt <hunt@redhat.com>hunt2005-08-041-0/+4
| | | | | * io.c (_stp_vlog): Revert previous change for now. * print.c (_stp_print_flush): Ditto.
* Added transport failure messagetrz2005-08-031-2/+8
|
* 2005-08-01 Martin Hunt <hunt@redhat.com>hunt2005-08-011-2/+2
| | | | | | | * io.c (_stp_vlog): Use _stp_pid instead os _stp_tport->pid. * print.c (_stp_print_flush): Don't need _stp_tport. *runtime.h (probe_start): Just call _stp_transport_init(). (probe_exit): Just call _stp_transport_close().
* 2005-07-19 Martin Hunt <hunt@redhat.com>hunt2005-07-201-2/+5
| | | | | * print.c (_stp_print_flush): Check return value and increment transport failures.
* 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