summaryrefslogtreecommitdiffstats
path: root/runtime/probes/bench
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-2916-899/+0
|
* 2006-09-26 David Smith <dsmith@redhat.com>dsmith2006-09-262-2/+2
| | | | | | * bench/run_bench: Changed 'stpd' references to 'staprun'. * bench/trans_bench: Ditto. * where_func/README: Ditto.
* 2006-01-19 Martin Hunt <hunt@redhat.com>hunt2006-01-191-7/+1
| | | | | * pmap-gen.c (_stp_pmap_get): Fix bug where old data from agg map could be returned after element was deleted.
* *** empty log message ***hunt2005-08-241-5/+19
|
* New benchmark: trans_bench.hunt2005-08-2210-56/+384
|
* 2005-08-01 Martin Hunt <hunt@redhat.com>hunt2005-08-015-5/+5
| | | | | | | | | | | | | | | | * 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-28 Martin Hunt <hunt@redhat.com>hunt2005-07-287-73/+58
| | | | | * bench/ALL: Chnage to probe sys_getuid() and sys_getgid() because those aren't used by stpd, unlike sys_read() and sys_write().
* 2005-07-12 Martin Hunt <hunt@redhat.com>hunt2005-07-135-81/+95
| | | | | | | | | | | | * bench/run_bench (do_time): Use ttest instead of "time". Fix processor computation. * bench/ttest.c: Like "time.c" except takes an argument to adjust loop size. Also computes system time + user time instead of real time. Added a warmup loop to get consistent results from cpus which adjust speed based on load. * bench/time.c: Replaced by ttest.c
* Fix relayfs.hunt2005-07-121-3/+7
|
* 2005-07-11 Martin Hunt <hunt@redhat.com>hunt2005-07-121-2/+6
| | | | | | | | | | * 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 <hunt@redhat.com>hunt2005-07-085-69/+15
| | | | | | * ALL: Use new runtime.h. Change init_module() to probe_start() and don't do transport calls. Remove MODULE_LICENSE and cleanup_module().
* *** empty log message ***hunt2005-06-281-10/+15
|
* 2005-06-28 Martin Hunt <hunt@redhat.com>hunt2005-06-281-7/+1
| | | | * bench/bench_ret.c (inst_sys_write_ret): Fix prototype.
* *** empty log message ***hunt2005-06-281-0/+22
|
* 2005-06-28 Martin Hunt <hunt@redhat.com>hunt2005-06-2811-0/+589
* bench: New probe to do benchmarks.