summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* 2005-06-22 Martin Hunt <hunt@redhat.com>hunt2005-06-232-1/+7
| | | | | * runtime.h: Include config.h first then redefine CONFIG_SMP and NR_CPUS.
* x86 fixes.hunt2005-06-232-8/+2
|
* updated relayfs with latest patchestrz2005-06-223-2/+18
|
* 2005-06-21 Martin Hunt <hunt@redhat.com>hunt2005-06-211-0/+2
| | | | | * build_probe (build): Add relay_flush and relay_switch_subbuf to the list of undefines to ignore.
* Added merging/sorting of per-cpu data, transport config/selection by probe, etctrz2005-06-2120-328/+668
|
* *** empty log message ***hunt2005-06-181-0/+147
|
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-1825-756/+1423
| | | | | | | | | | | | | | | | | | | | | | | * counter.c: New file. Counter aggregations. * stat.c: New file. Stat aggregations. * stat.h: Header file for stats. * map-int.c: New file. Support for int64 values. * map-stat.c: New file. Support for stat values. * map-str.c: New file. Support for string values. * map-values.c: Now just includes the necessary map-*.c files. * stat-common.c: New file. Stats stuff common to Stats and maps containing stats. * Doxyfile: Bumped version to 0.6. * README: Renamed README.doc and reorganized.
* Added aggregation tests. Fixed other for latest runtime changes.hunt2005-06-1816-65/+369
|
* *** empty log message ***hunt2005-06-185-2/+97
|
* 2005-06-18 Martin Hunt <hunt@redhat.com>hunt2005-06-1831-170/+583
| | | | | | | | | | | | | | | | * 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.
* 2005-06-15 Martin Hunt <hunt@redhat.com>hunt2005-06-152-2/+11
| | | | * current.c (_stp_ret_addr): Fix computation for i386.
* 2005-06-14 Martin Hunt <hunt@redhat.com>hunt2005-06-143-0/+109
| | | | | | | | | * README: Removed old docs and replaced with simple build instructions. * Makefile: New file. * probes/build: New file.
* 2005-06-02 Martin Hunt <hunt@redhat.com>hunt2005-06-023-1/+9
| | | | | | | * string.c (_stp_string_cat_cstr): Be sure result is always terminated. * print.c (_stp_vprintf): Fix typo.
* Simplify Makefiles.hunt2005-06-015-45/+36
|
* 2005-05-31 Martin Hunt <hunt@redhat.com>hunt2005-05-314-38/+193
| | | | | | | | | * map.c (_stp_map_print): Now takes a format string instead of a name. * map.h (foreach): Update macro. * string.c (_stp_string_cat_char): New function. Append a char to a string.
* Updated to use new _stp_map_print().hunt2005-05-312-4/+4
|
* New probe.hunt2005-05-314-0/+158
|
* *** empty log message ***hunt2005-05-312-0/+17
|
* added formatting to _stp_map_print() and updated tests.hunt2005-05-319-55/+232
|
* 2005-05-31 Martin Hunt <hunt@redhat.com>hunt2005-05-312-0/+7
| | | | * map-keys.c: Don't forget to undef KEYSYM, ALLKEYS and ALLKEYSD.
* *** empty log message ***hunt2005-05-261-0/+20
|
* 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
|