blob: 64c5d34ed272617075c4b62a69b16abf27ba376f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
2005-07-08 Martin Hunt <hunt@redhat.com>
* 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 <hunt@redhat.com>
* Makefile.template (debug): New target.
* build: Support "debug" target.
* build_probe: Ditto.
2005-06-28 Martin Hunt <hunt@redhat.com>
* bench/bench_ret.c (inst_sys_write_ret): Fix prototype.
* bench: New probe to do benchmarks.
2005-06-23 Martin Hunt <hunt@redhat.com>
* all probes: Modified to use latest changes to transport.h.
2005-06-21 Martin Hunt <hunt@redhat.com>
* build_probe (build): Add relay_flush and relay_switch_subbuf to the
list of undefines to ignore.
2005-06-20 Tom Zanussi <zanussi@us.ibm.com>
* 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 <hunt@redhat.com>
* 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.
|