2005-08-01 Martin Hunt * agg/stat1.c (probe_exit): Remove "static" * agg/count1.c (probe_exit): Ditto. * agg/count2.c (probe_exit): Ditto. * bench/bench_io2.c (probe_exit): Ditto. * bench/bench_io1.c (probe_exit): Ditto. * bench/bench.c (probe_exit): Ditto. * bench/bench_ret.c (probe_exit): Ditto. * bench/bench_multi.c (probe_exit): Ditto. * where_func/kprobe_where_funct.c (probe_exit): Ditto. * test4/test4.c (probe_exit): Ditto. * tasklet/stp_tasklet.c (probe_exit): Ditto. * os_timer/os_timer.c (probe_exit): Ditto. * scf/scf.c (probe_exit): Ditto. 2005-07-11 Martin Hunt * build_probe: Set RELAYFS correctly. * Makefile.template: Fix for RELAYFS. * stp: Moved here. All probes now use this copy. * ALL/stp: source the master copy of stp. 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.