summaryrefslogtreecommitdiffstats
path: root/runtime/probes/os_timer/os_timer.c
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-291-126/+0
|
* 2005-11-08 Martin Hunt <hunt@redhat.com>hunt2005-11-091-11/+4
| | | | | | | | * shellsnoop/shellsnoop.c: Updated to use new map API. * where_func/kprobe_where_funct.c: Ditto. * os_timer/os_timer.c (probe_start): Ditto. * test4/test4.c: Ditto. * scf/scf.c: Ditto.
* 2005-08-01 Martin Hunt <hunt@redhat.com>hunt2005-08-011-1/+1
| | | | | | | | | | | | | | | | * 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.
* Produce some statistics regarding the time (cpu cycles) in the interrupt handlercspiraki2005-07-221-7/+11
|
* Allow clean compile on x86_64 and change output to include process namecspiraki2005-07-211-7/+12
|
* Fix buildhunt2005-07-081-16/+2
|
* Demonstrate using an asynchronous probe (the os timer)cspiraki2005-07-071-0/+138