summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* * preliminaries for code generation logicfche2005-05-0513-97/+824
| | | | | | | | | | | | | | | | | | | | | 2005-05-05 Frank Ch. Eigler <fche@redhat.com> * parse.cxx (parse): Add helper methods. (lexer::scan, parse_assignment): Parse "<<<" operator. Fix assignment associativity. (parse_symbol): Permit function with empty arg list. (parse_global, parse_statement, parse_functiondecl): Expect unconsumed leading keyword. (parse_global): Don't use ";" termination. * parse.h: Corresponding changes. * staptree.cxx (binary_expression::resolve_types): Fix <<< type inference. (translator_output): Improve pretty-printing. (*): Add general visitors to statement/expression types. * staptree.h: Corresponding changes. Tweak symresolution_info fields. Add semantic_error class. * semtest.cxx: Adapt to this. * testsuite/parseok/two.stp, semok/*.stp: Adapt to syntax changes.
* nonefche2005-05-021-0/+30
|
* nonefche2005-04-291-0/+7
|
* nonefche2005-04-291-0/+64
|
* last snapshot before moving to bugzillafche2005-04-281-6/+23
|
* 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
|
* * add some forgotten bitsfche2005-03-241-0/+6
|
* *** 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
|
* * adding some remindersfche2005-03-211-3/+16
|
* 2005-03-15 Frank Ch. Eigler <fche@redhat.com>fche2005-03-154-2/+15
| | | | | * semtest.cxx: Print probe signatures properly. * staptree.cxx (probe::printsig): New function.
* 2005-03-15 Frank Ch. Eigler <fche@redhat.com>fche2005-03-1521-83/+255
| | | | | | | | | | | | | | * TODO: New file. Include some probe-point-provider syntax examples. * parse.cxx (lexer::scan, parser::parse_literal): Support hex, octal numbers via strtol. (parse_probe, parse_probe_point): Modify for dotted syntax. * staptree.cxx: Ditto. * parsetest.cxx, semtest.cxx: Print parse/sem results even if .stp files were given on command line. * parse.h, staptree.h: Rename probe_point_spec -> probe_point. * runtest.sh: New test-runner front-end script. * Makefile.am: Use it for TESTS_ENVIRONMENT. * testsuite/*: Update probe point syntax. Add a bunch of new tests.
* Initial runtime checkin.hunt2005-03-0993-0/+10050
|
* * dummy commit to test web archivingfche2005-03-090-0/+0
|