HomeSort by: relevance | last modified time | path
    Searched refs:ruby (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/cddl/dtracetoolkit/dist/Bin/
rb_calls.d 3 * rb_calls.d - count Ruby calls using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * FILE Filename of the Ruby program
47 ruby*:::function-entry
53 ruby*:::object-create-start
61 ruby*:::object-free
67 ruby*:::gc-begin
72 ruby*:::rais
    [all...]
rb_stat.d 3 * rb_stat.d - Ruby operation stats using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * EXEC/s Ruby programs executed per second, including
15 * those without Ruby provider support
27 * Ruby software is probably not running with the DTrace Ruby provider.
28 * See Ruby/Readme.
88 /execname == "ruby"/
    [all...]
rb_flowtime.d 3 * rb_flowtime.d - snoop Ruby function (method) flow using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
18 * CLASS::METHOD Ruby class and method name
59 ruby*:::function-entry,
60 ruby*:::function-return
66 ruby*:::function-entry
76 ruby*:::function-return
rb_flowinfo.d 3 * rb_flowinfo.d - snoop Ruby function (method) flow with info using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
17 * FILE Filename of the Ruby program
20 * NAME Ruby class and method name
61 ruby*:::function-entry,
62 ruby*:::function-return
68 ruby*:::function-entry
79 ruby*:::function-retur
    [all...]
rb_funccalls.d 3 * rb_funccalls.d - count Ruby function (method) calls using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * FILE Filename of the Ruby program
46 ruby*:::function-entry
rb_lines.d 3 * rb_lines.d - trace Ruby line execution by process using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * FILE Filename of the Ruby program
46 ruby*:::line
rb_objnew.d 3 * rb_objnew.d - count Ruby object creation using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all programs running on the system with
9 * Ruby provider support.
14 * FILE Filename of the Ruby program
46 ruby*:::object-create-done
rb_who.d 3 * rb_who.d - trace Ruby line execution by process using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * PID Process ID of Ruby
17 * FILE Pathname of the Ruby program
47 ruby*:::line
rb_flow.d 3 * rb_flow.d - snoop Ruby execution showing method flow using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
17 * CLASS::METHOD Ruby classname and method
58 ruby*:::function-entry
66 ruby*:::function-return
rb_objcpu.d 3 * rb_objcpu.d - measure Ruby object creation on-CPU time using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all programs running on the system with
9 * Ruby provider support.
41 ruby*:::object-create-start
46 ruby*:::object-create-done
rb_malloc.d 3 * rb_malloc.d - Ruby operations and libc malloc statistics.
4 * Written for the Ruby DTrace provider.
9 * distributions by "recent" Ruby operation, which we hope will be usually
15 * 1 Filename of the Ruby program
49 ruby$target:::function-entry
56 ruby$target:::object-create-start
72 @mallocs["ruby", "startup", "-"] = quantize(arg0);
78 printf("Ruby malloc byte distributions by recent Ruby operation,\n");
rb_calldist.d 3 * rb_calldist.d - measure Ruby elapsed times for types of operation.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all programs running on the system with
9 * Ruby provider support.
13 * This script prints distribution plots of elapsed time for Ruby
17 * 1 Filename of the Ruby program
49 ruby*:::function-entry
56 ruby*:::function-return
75 ruby*:::object-create-start
80 ruby*:::object-create-don
    [all...]
rb_calltime.d 3 * rb_calltime.d - measure Ruby elapsed times for types of operation.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all programs running on the system with
9 * Ruby provider support.
14 * FILE Filename of the Ruby program
47 ruby*:::function-entry
54 ruby*:::function-return
74 ruby*:::object-create-start
79 ruby*:::object-create-done
94 ruby*:::gc-begi
    [all...]
rb_cpudist.d 3 * rb_cpudist.d - measure Ruby on-CPU times for types of operation.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all programs running on the system with
9 * Ruby provider support.
13 * This script prints distribution plots of elapsed time for Ruby
17 * 1 Filename of the Ruby program
49 ruby*:::function-entry
56 ruby*:::function-return
75 ruby*:::object-create-start
80 ruby*:::object-create-don
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Ruby/
rb_calls.d 3 * rb_calls.d - count Ruby calls using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * FILE Filename of the Ruby program
47 ruby*:::function-entry
53 ruby*:::object-create-start
61 ruby*:::object-free
67 ruby*:::gc-begin
72 ruby*:::rais
    [all...]
rb_stat.d 3 * rb_stat.d - Ruby operation stats using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * EXEC/s Ruby programs executed per second, including
15 * those without Ruby provider support
27 * Ruby software is probably not running with the DTrace Ruby provider.
28 * See Ruby/Readme.
88 /execname == "ruby"/
    [all...]
rb_flowtime.d 3 * rb_flowtime.d - snoop Ruby function (method) flow using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
18 * CLASS::METHOD Ruby class and method name
59 ruby*:::function-entry,
60 ruby*:::function-return
66 ruby*:::function-entry
76 ruby*:::function-return
rb_flowinfo.d 3 * rb_flowinfo.d - snoop Ruby function (method) flow with info using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
17 * FILE Filename of the Ruby program
20 * NAME Ruby class and method name
61 ruby*:::function-entry,
62 ruby*:::function-return
68 ruby*:::function-entry
79 ruby*:::function-retur
    [all...]
rb_funccalls.d 3 * rb_funccalls.d - count Ruby function (method) calls using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * FILE Filename of the Ruby program
46 ruby*:::function-entry
rb_lines.d 3 * rb_lines.d - trace Ruby line execution by process using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * FILE Filename of the Ruby program
46 ruby*:::line
rb_objnew.d 3 * rb_objnew.d - count Ruby object creation using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all programs running on the system with
9 * Ruby provider support.
14 * FILE Filename of the Ruby program
46 ruby*:::object-create-done
rb_who.d 3 * rb_who.d - trace Ruby line execution by process using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
14 * PID Process ID of Ruby
17 * FILE Pathname of the Ruby program
47 ruby*:::line
rb_flow.d 3 * rb_flow.d - snoop Ruby execution showing method flow using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces activity from all Ruby programs on the system that are
9 * running with Ruby provider support.
17 * CLASS::METHOD Ruby classname and method
58 ruby*:::function-entry
66 ruby*:::function-return
rb_objcpu.d 3 * rb_objcpu.d - measure Ruby object creation on-CPU time using DTrace.
4 * Written for the Ruby DTrace provider.
8 * This traces Ruby activity from all programs running on the system with
9 * Ruby provider support.
41 ruby*:::object-create-start
46 ruby*:::object-create-done
rb_malloc.d 3 * rb_malloc.d - Ruby operations and libc malloc statistics.
4 * Written for the Ruby DTrace provider.
9 * distributions by "recent" Ruby operation, which we hope will be usually
15 * 1 Filename of the Ruby program
49 ruby$target:::function-entry
56 ruby$target:::object-create-start
72 @mallocs["ruby", "startup", "-"] = quantize(arg0);
78 printf("Ruby malloc byte distributions by recent Ruby operation,\n");

Completed in 22 milliseconds

1 2