2005-07-08 Martin Hunt * ALL: Use new runtime.h. Change init_module() to probe_start() and don't do transport calls. Remove MODULE_LICENSE and cleanup_module(). 2005-07-01 Martin Hunt * Makefile.template (debug): New target. * build: Support "debug" target. * build_probe: Ditto. 2005-06-28 Martin Hunt * bench/bench_ret.c (inst_sys_write_ret): Fix prototype. * bench: New probe to do benchmarks. 2005-06-23 Martin Hunt * all probes: Modified to use latest changes to transport.h. 2005-06-21 Martin Hunt * build_probe (build): Add relay_flush and relay_switch_subbuf to the list of undefines to ignore. 2005-06-20 Tom Zanussi * added transport_mode, subbuf_size, n_subbufs to all probes and changed _stp_transport_open() calls. * removed all obsolete params from stp scripts. 2005-06-18 Martin Hunt * build: Modified to use build_probe. * build_probe: New file. This does the work of building a single probe or set of probes in a directory. * Makefile.template: New file. Template used by build_probe to create Makefiles. * agg: New set of probes to test/demonstrate Counter and Stat aggregations. * all probes modified for latest changes and new build process.