summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* 2005-05-26 Martin Hunt <hunt@redhat.com>hunt2005-05-2611-308/+290
| | | | | | | | * current.c (_stp_sprint_regs): Implement for i386. * sym.c (_stp_symbol_sprint): Check name before trying to print it. (_stp_symbol_print): Change to macro that calls _stp_symbol_sprint().
* Document generated functions for maps.hunt2005-05-261-0/+191
|
* Remove all the generated html files.hunt2005-05-2667-8911/+0
|
* Added MPATHhunt2005-05-191-6/+7
|
* * runtime.h: Always include string.c.hunt2005-05-192-0/+13
|
* 2005-05-18 Martin Hunt <hunt@redhat.com>hunt2005-05-191-85/+31
| | | | | | | | | * print.c: All functions except _stp_print_flush() are now macros which use _stp_stdout. * string.c: Add _stp_stdout support. Data written to _stp_stdout is automatically flushed when the print buffer is full.
* Add _stp_stdout.hunt2005-05-191-44/+82
|
* Add String test files.hunt2005-05-199-0/+411
|
* *** empty log message ***hunt2005-05-193-105/+17
|
* Add mach pathhunt2005-05-192-7/+10
|
* Renamed to shellsnoop.c. Minor fixes.hunt2005-05-193-6/+7
|
* 2005-05-17 Martin Hunt <hunt@redhat.com>hunt2005-05-182-1/+6
| | | | | * transport.c (_stp_transport_close): Call stp_exit_helper() directly instead of using work queue.
* 2005-05-17 Martin Hunt <hunt@redhat.com>hunt2005-05-182-1/+17
| | | | | * relay.c (relay_switch_subbuf): Applied patch [PATCH 2.6.12-rc1-mm2] relayfs: properly handle oversized events
* 2005-05-17 Martin Hunt <hunt@redhat.com>hunt2005-05-185-20/+36
| | | | | | | | | | | | * map.c (needed_space): Use do_div(). (_stp_map_print_histogram): Ditto. (_stp_map_print): Ditto. * map-values.c (_stp_map_add_int64_stat): Use do_div() when computing histogram bucket. * map-keys.c (_stp_map_key): Fix some warnings on 32-bit machines by using key_data casts.
* Add two new tests. Fix some warnings on i386.hunt2005-05-185-2/+172
|
* User space test stuff.hunt2005-05-187-0/+561
|
* Rewritten maps and other updated files.hunt2005-05-1712-779/+1374
|
* Updated for latest runtime.hunt2005-05-173-60/+31
|
* Updated to work with latest runtime.hunt2005-05-174-69/+43
|
* *** empty log message ***hunt2005-05-174-191/+127
|
* Restructuring of tests. New tests for new maps.hunt2005-05-1724-1779/+711
|
* Use just "make" to build now.hunt2005-05-175-9/+10
| | | | Changed some include paths.
* 2005-05-16 Martin Hunt <hunt@redhat.com>hunt2005-05-174-19/+58
| | | | | | | | | | | | | | | * transport.c (_stp_cmd_handler): For STP_EXIT, schedule a work queue to do the exit functions. (_stp_transport_close): Call work queue for STP_EXIT. (_stp_transport_send): Call _stp_ctrl_send() like before, except when in probe_exit(). In that case, keep retrying on send errors until we succeed. * transport.h (_stp_transport_write): Change to call _stp_transport_send() for NETLINK_ONLY. * Makefile (KDIR): set to /lib/modules/... instead of /usr/local/src/...
* 2005-05-16 Martin Hunt <hunt@redhat.com>hunt2005-05-173-12/+20
| | | | | | * librelay.c (sigproc): If STP_EXIT send fails, keep retrying every 10ms. (init_stp): Don't set n_subbufs and subbuf_size params.
* Renamed dtr.c as shellprobe.c. Now build shellprobe.ko.hunt2005-05-174-65/+46
|
* retiredtrz2005-05-061-534/+0
|
* updated to use new transporttrz2005-05-0613-383/+388
|
* initial revisiontrz2005-05-069-0/+825
|
* i386 fixes.hunt2005-04-112-6/+6
|
* 2005-04-11 Martin Hunt <hunt@redhat.com>hunt2005-04-112-0/+10
| | | | | * inode.c: Latest kernels have modified backing_dev_info. Detect newer version and set appropriately.
* *** empty log message ***hunt2005-04-07114-3756/+4750
|
* Update to use relayfs.hunt2005-04-0742-443/+3861
|
* Update.hunt2005-04-071-1/+12
|
* Update to use relayfs, new I/O.hunt2005-04-0713-63/+289
|
* *** empty log message ***hunt2005-03-2990-4356/+5554
|
* *** empty log message ***hunt2005-03-2258-2020/+2420
|
* *** empty log message ***hunt2005-03-2257-2461/+2649
|
* Clear the arglist.hunt2005-03-221-0/+1
|
* *** empty log message ***hunt2005-03-2147-921/+2162
|
* Moving probes to another directory.hunt2005-03-218-351/+0
|
* *** empty log message ***hunt2005-03-2116-0/+576
|
* Initial checkin. Code to load/unload jprobes and kprobes.hunt2005-03-211-0/+81
|
* Initial runtime checkin.hunt2005-03-0993-0/+10050