HomeSort by relevance Sort by last modified time
    Searched refs:dtrace (Results 1 - 19 of 19) sorted by null

  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/helpers/
dtrace_helper.d 1 #!/usr/sbin/dtrace -s
38 * dtrace -c option launches the command specified in the -c argument and
52 * This is because DTrace tries to enable probes before libjvm.so is loaded.
56 * This script waits until the Hotspot DTrace probes are loaded and then
  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot_jni/
hotspot_jni_calls_stat.d 1 #!/usr/sbin/dtrace -Zs
hotspot_jni_calls_tree.d 1 #!/usr/sbin/dtrace -Zs
CriticalSection.d 1 #!/usr/sbin/dtrace -Zs
CriticalSection_slow.d 1 #!/usr/sbin/dtrace -Zs
  /prebuilts/jdk/jdk8/darwin-x86/sample/dtrace/hotspot/
class_loading_stat.d 1 #!/usr/sbin/dtrace -Zs
hotspot_calls_tree.d 1 #!/usr/sbin/dtrace -Zs
method_invocation_tree.d 1 #!/usr/sbin/dtrace -Zs
monitors.d 1 #!/usr/sbin/dtrace -Zs
object_allocation_stat.d 1 #!/usr/sbin/dtrace -Zs
47 * results in reverse order when DTrace supports it.
gc_time_stat.d 1 #!/usr/sbin/dtrace -Zs
method_invocation_stat.d 1 #!/usr/sbin/dtrace -Zs
method_invocation_stat_filter.d 1 #!/usr/sbin/dtrace -Zs
method_compile_stat.d 1 #!/usr/sbin/dtrace -Zs
  /external/clang/utils/perf-training/
perf-helper.py 50 def dtrace(args): function
51 parser = argparse.ArgumentParser(prog='perf-helper dtrace',
52 description='dtrace wrapper for order file generation')
54 default=1, help='dtrace buffer size in MB (default 1)')
56 help='Use dtrace\'s oneshot probes')
58 help='Use dtrace\'s ustack to print function names')
64 # everything else through to dtrace
79 log_timestamp = 'printf("dtrace-TS: %d\\n", timestamp)'
83 action = 'printf("dtrace-Symbol: %s\\n", probefunc);'
90 + '%%admin ALL=(ALL) NOPASSWD: /usr/sbin/dtrace')
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar_ioctl.c 11 #include <sys/dtrace.h>
481 /* dtrace */
585 /* dtrace */
  /external/valgrind/include/vki/
vki-darwin.h 1005 #include <sys/dtrace.h>
vki-solaris.h 380 #include <sys/dtrace.h>
    [all...]
  /external/python/cpython3/
configure 648 DTRACE
    [all...]

Completed in 449 milliseconds