dtrace

Clone Tools
  • last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- fix typos, example code

  1. … 1 more file in changeset.
- close parenthesis in README text

- fix readme file

DTrace * renamed object-create into object-alloc (counterpart of object-free, no confusion with create) * fire probes as well for classes created by the object system

  1. … 5 more files in changeset.
- updated DTrace README

DTrace: * add probes for object creation and freeing * add sample d-script for object bookkeeping

  1. … 5 more files in changeset.
- comment functions, activate D-mode in emacs

DTrace: handle self->tracing in D scripts (and in dtrace/sample.tcl, tests/object-system.tcl)

    • -0
    • +100
    ./execution-flow-args.d
- dtrace improvements: * track objects in method invocations * trace result codes in method-return * add some dtrace sample scripts

  1. … 7 more files in changeset.