summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.h
Commit message (Collapse)AuthorAgeFilesLines
...
* 2005-08-19 Martin Hunt <hunt@redhat.com>hunt2005-08-191-2/+2
| | | | | | | | | | * print.c: Change ifdefs to STP_RELAYFS. * runtime.h: Ditto. * io.c (_stp_vlog): Call _stp_write instead of _stp_ctrl_send. * Makefile: Don't build stp-control. * README.doc: Update. * TODO: Update.
* 2005-08-12 Frank Ch. Eigler <fche@elastic.org>fche2005-08-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PR systemtap/1122 et alii * parse.cxx (parse_literal): Parse and range-limit 64-bit numbers. (parse_unary): Correct precedence glitch. * staptree.h (literal_number): Store an int64_t. * staptree.cxx: Corresponding changes. * translate.cxx (check_dbz): Remove - insufficient. (emit_function): Define CONTEXT macro sibling for THIS. (c_typename): pe_long -> int64_t. (visit_literal_number): Format literal rigorously and uglily. (c_assignop, visit_binary_expression): Handle div/mod via new helper functions in runtime. * tapset/builtin_logging.stp: Add error, exit builtins. * testsuite/buildok/ten,eleven.stp: New tests. * testsuite/parse{ko,ok}/six.stp: Modify for larger numbers. * testsuite/transok/one.stp: Add more ";"s, maybe unnecessarily. 2005-08-12 Frank Ch. Eigler <fche@elastic.org> * arith.c: New file to contain arithmetic helper functions. * builtin_functions.h: Remove, unused. * runtime.h: Include it.
* 2005-08-01 Martin Hunt <hunt@redhat.com>hunt2005-08-011-12/+2
| | | | | | | * io.c (_stp_vlog): Use _stp_pid instead os _stp_tport->pid. * print.c (_stp_print_flush): Don't need _stp_tport. *runtime.h (probe_start): Just call _stp_transport_init(). (probe_exit): Just call _stp_transport_close().
* 2005-07-10 Martin Hunt <hunt@redhat.com>hunt2005-07-111-0/+2
| | | | * runtime.h (init_module): Fix return value.
* Update docshunt2005-07-081-0/+1
|
* 2005-07-08 Martin Hunt <hunt@redhat.com>hunt2005-07-081-0/+23
| | | | | * runtime.h: Move some common pieces of modules into this file. Includes MODULE_LICENSE, cleanup_module and init_module.
* 2005-07-01 Martin Hunt <hunt@redhat.com>hunt2005-07-011-0/+18
| | | | | | | | | | | | * alloc.c (_stp_alloc): Call _stp_error(). (_stp_valloc): Ditto. * io.c (_stp_warn): New function. (_stp_exit): New function. (_stp_error): New function. (_stp_dbug): New function. * runtime.h (dbug): Call _stp_dbug() if DEBUG is defined.
* Added merging/sorting of per-cpu data, transport config/selection by probe, etctrz2005-06-211-4/+8
|
* * runtime.h: Always include string.c.hunt2005-05-191-0/+2
|
* Rewritten maps and other updated files.hunt2005-05-171-0/+8
|
* Update to use relayfs.hunt2005-04-071-0/+2
|
* *** empty log message ***hunt2005-03-291-3/+6
|
* *** empty log message ***hunt2005-03-211-0/+3
|
* Initial runtime checkin.hunt2005-03-091-0/+18