Searched refs:dtrace (Results 1 – 25 of 30) sorted by relevance
12
/third_party/node/src/ |
D | v8ustack.d | 162 dtrace:helper:ustack: \ 199 dtrace:helper:ustack: \ 222 dtrace:helper:ustack: \ 261 dtrace:helper:ustack: \ 289 dtrace:helper:ustack: \ 359 dtrace:helper:ustack: 399 dtrace:helper:ustack: 404 dtrace:helper:ustack: 416 dtrace:helper:ustack: 422 dtrace:helper:ustack: [all …]
|
D | node_dtrace.cc | 310 NODE_MODULE_CONTEXT_AWARE_INTERNAL(dtrace, node::InitializeDTrace)
|
D | node_binding.cc | 29 #define NODE_BUILTIN_DTRACE_MODULES(V) V(dtrace)
|
/third_party/python/Doc/howto/ |
D | instrumentation.rst | 49 CPython must then be :option:`configured with the --with-dtrace option 50 <--with-dtrace>`: 54 checking for --with-dtrace... yes 61 $ sudo dtrace -l -P python$! # or: dtrace -l -m python3.6 174 $ sudo dtrace -q -s call_stack.d -c "python3.6 script.py"
|
/third_party/node/ |
D | node.gyp | 664 # node_dtrace_provider.o All except OS X. "dtrace -G" is not 670 # object files are generated by "dtrace -G" using custom actions 817 'action': [ 'dtrace', '-h', '-xnolibs', '-s', '<@(_inputs)', 828 'action': [ 'dtrace', '-h', '-s', '<@(_inputs)', 849 'action': [ 'dtrace', '-G', '-xnolibs', '-s', 'src/node_provider.d', 863 'dtrace', '-C', '-G', '-s', '<@(_inputs)', '-o', '<@(_outputs)' 902 'dtrace', '-32', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc', 908 'dtrace', '-64', '-I<(SHARED_INTERMEDIATE_DIR)', '-Isrc',
|
/third_party/node/tools/rpm/ |
D | node.spec | 81 rm -fr %{buildroot}/usr/lib/dtrace/ # No systemtap support.
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-uninstall.md | 54 npm uninstall dtrace-provider --save-optional
|
D | npm-install.md | 175 npm install dtrace-provider --save-optional
|
/third_party/glib/ |
D | glib2.spec | 333 - DESC:fix accidentally delete temp file within dtrace
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V010.md | 472 * dtrace: workaround linker bug on FreeBSD (Fedor Indutny) 568 * dtrace: interpret two byte strings (Dave Pacheco) 795 * etw: update prototypes to match dtrace provider (Timothy J Fontaine) 796 * dtrace: pass more arguments to probes (Dave Pacheco) 797 * build: allow building with dtrace on osx (Dave Pacheco)
|
D | CHANGELOG_ARCHIVE.md | 434 * dtrace, mdb_v8: support more string, frame types (Dave Pacheco) 554 * dtrace: enable uv's probes if enabled (Timothy J Fontaine) 555 * dtrace: unify dtrace and systemtap interfaces (Timothy J Fontaine) 605 * etw: update prototypes to match dtrace provider (Timothy J Fontaine) 607 * dtrace: actually use the _handle.fd value (Timothy J Fontaine) 608 * dtrace: pass more arguments to probes (Dave Pacheco) 609 * build: allow building with dtrace on osx (Dave Pacheco) 626 * dtrace: fix generation of v8 constants on freebsd (Fedor Indutny) 627 * dtrace: x64 ustack helper (Fedor Indutny) 730 * build: fix build with dtrace support on FreeBSD (Fedor Indutny) [all …]
|
D | CHANGELOG_IOJS.md | 2334 …602b547074f4367a7eb3964395080c94)] - gyp: enable postmortem support, fix dtrace paths (Fedor Indut… 2336 …thub.com/nodejs/node/commit/d0b0bb4ae00f596042bebe1ae61ae685bfbebf7d)] - dtrace: fix removal of un… 2342 …e/commit/d75fecf6fd7a1ef9d3d84a70ab832e7c062f5880)] - src: remove unused dtrace probes (Glen Keane)
|
D | CHANGELOG_V6.md | 1482 * [[`c7025de6e2`](https://github.com/nodejs/node/commit/c7025de6e2)] - **build**: support dtrace on… 1746 * [[`351be2d5a8`](https://github.com/nodejs/node/commit/351be2d5a8)] - **dtrace**: resolve conversi… 3840 * [[`b1922e7b5b`](https://github.com/nodejs/node/commit/b1922e7b5b)] - **dtrace**: fix ustack helpe… 3863 …hub.com/nodejs/node/commit/c568dfad39)] - **test**: refactor pummel/test-dtrace-jsstack (Rich Trot…
|
D | CHANGELOG_V14.md | 3496 …nodejs/node/commit/ce901e3906)] - **(SEMVER-MINOR)** **deps**: update V8 dtrace & postmortem metad… 4413 * [[`17a6def4e8`](https://github.com/nodejs/node/commit/17a6def4e8)] - **deps**: update V8 dtrace &…
|
/third_party/libuv/ |
D | ChangeLog | 3593 * unix: remove unused dtrace file (Saúl Ibarra Corretgé) 3868 * build: remove dtrace probes (Ben Noordhuis) 4237 * build: freebsd link with libelf if dtrace enabled (Saúl Ibarra Corretgé) 4885 * build: apply dtrace -G to all object files (Timothy J. Fontaine) 4929 * build: dtrace shouldn't break out of tree builds (Timothy J. Fontaine) 5051 * freebsd: don't enable dtrace if it's not available (Brian White) 5053 * build: make HAVE_DTRACE=0 should disable dtrace (Timothy J. Fontaine) 5078 * freebsd: don't enable dtrace if it's not available (Brian White) 5080 * build: make HAVE_DTRACE=0 should disable dtrace (Timothy J. Fontaine) 5277 * build: avoid double / in paths for dtrace (Timothy J. Fontaine) [all …]
|
/third_party/python/Python/ |
D | sysmodule.c | 209 int dtrace = PyDTrace_AUDIT_ENABLED(); in sys_audit_tstate() local 239 if (dtrace) { in sys_audit_tstate()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0a2.rst | 99 Importlib was instrumented with two dtrace probes to profile import timing.
|
D | 3.6.2rc1.rst | 823 Fix out-of-tree builds of Python when configured with ``--with--dtrace``.
|
D | 3.9.0a1.rst | 5729 Fix dtrace issue introduce by bpo-36842
|
D | 3.7.0a1.rst | 5148 Fix out-of-tree builds of Python when configured with ``--with--dtrace``.
|
/third_party/python/Doc/using/ |
D | configure.rst | 295 .. cmdoption:: --with-dtrace
|
/third_party/python/ |
D | configure.ac | 3620 AC_MSG_CHECKING(for --with-dtrace) 3621 AC_ARG_WITH(dtrace, optwith 3622 AS_HELP_STRING([--with-dtrace],[enable DTrace support (default is no)]),, 3636 AC_PATH_PROG(DTRACE, [dtrace], [not found]) 3638 AC_MSG_ERROR([dtrace command not found on \$PATH]) 3644 # linked into the binary. Correspondingly, dtrace(1) is missing the ELF
|
D | Makefile.pre.in | 465 # in-place by dtrace(1). 1000 # follow our naming conventions. dtrace(1) uses the output filename to generate
|
D | configure | 1594 --with-dtrace enable DTrace support (default is no) 11817 set dummy dtrace; ac_word=$2
|
/third_party/python/Doc/whatsnew/ |
D | 3.6.rst | 715 Python can now be built ``--with-dtrace`` which enables static markers
|
12