/openbsd/gnu/usr.bin/perl/t/run/ |
H A D | dtrace.t | 4 my $dtrace; 13 $dtrace = $Config::Config{dtrace}; 17 `$dtrace -V` or skip_all("$dtrace unavailable"); 19 my $result = `$dtrace -qnBEGIN -c'$Perl -e 1' 2>&1`; 20 $? && skip_all("Apparently can't probe using $dtrace (perhaps you need root?): $result"); 149 qr{loading-file <strict\.pm>.*loading-file <HTTP/Tiny\.pm>.*loading-file <run/dtrace\.pl>}s, 150 qr{loaded-file <strict\.pm>.*loaded-file <HTTP/Tiny\.pm>.*loaded-file <run/dtrace\.pl>}s, 164 $dtrace,
|
/openbsd/gnu/llvm/clang/utils/perf-training/ |
H A D | CMakeLists.txt | 35 find_program(DTRACE dtrace) 42 add_lit_testsuite(generate-dtrace-logs "Generating clang dtrace data" 46 DEPENDS clang clear-dtrace-logs 49 add_custom_target(clear-dtrace-logs 50 …n3_EXECUTABLE}" ${CMAKE_CURRENT_SOURCE_DIR}/perf-helper.py clean ${CMAKE_CURRENT_BINARY_DIR} dtrace 51 COMMENT "Clearing old dtrace data") 60 DEPENDS generate-dtrace-logs)
|
H A D | order-files.lit.cfg | 31 dtrace_wrapper = '%s %s/perf-helper.py dtrace' % (config.python_exe, config.perf_helper_dir) 32 dtrace_wrapper_cc1 = '%s %s/perf-helper.py dtrace --cc1' % (config.python_exe, config.perf_helper_d…
|
H A D | perf-helper.py | 59 def dtrace(args): function 409 'dtrace' : dtrace,
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | Makefile.PL | 63 dtrace\$(OBJ_EXT): \$(DTRACE_D) core\$(OBJ_EXT) 64 $Config{dtrace} -G -s \$(DTRACE_D) -o dtrace\$(OBJ_EXT) core\$(OBJ_EXT) || \\ 65 ( \$(ECHO) >dtrace.c && \$(CCCMD) \$(CCCDLFLAGS) dtrace.c && rm -f dtrace.c )
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perldtrace.pod | 7 # dtrace -Zn 'perl::sub-entry, perl::sub-return { trace(copyinstr(arg0)) }' 8 dtrace: description 'perl::sub-entry, perl::sub-return ' matched 10 probes 13 (dtrace output) 146 …# dtrace -qZn 'sub-entry { @[strjoin(strjoin(copyinstr(arg3),"::"),copyinstr(arg0))] = count() } E… 161 # dtrace -qFZn 'sub-entry, sub-return { trace(copyinstr(arg0)) }' 180 …# dtrace -Zn 'phase-change /copyinstr(arg0) == "END"/ { self->ending = 1 } sub-entry /self->ending… 191 …# dtrace -qZn 'phase-change /copyinstr(arg0) == "START"/ { self->interesting = 1 } phase-change /c… 199 …# dtrace -qZn 'sub-entry { self->fqn = strjoin(copyinstr(arg3), strjoin("::", copyinstr(arg0))) } … 213 L<https://illumos.org/books/dtrace/preface.html>
|
H A D | perl5301delta.pod | 50 The C<ECHO> macro is now defined. This is used in a C<dtrace> rule that was
|
H A D | perl5181delta.pod | 144 The dtrace sub-entry probe now works with lexical subs, instead of
|
H A D | perl5260delta.pod | 1933 The C<dtrace> build process has further changes 1940 If the C<-xnolibs> is available, use that so a F<dtrace> perl can be 1945 On systems that build a F<dtrace> object file (FreeBSD, Solaris, and 1946 SystemTap's dtrace emulation), copy the input objects to a separate 1948 since C<dtrace -G> also modifies these objects. 1952 Add F<libelf> to the build on FreeBSD 10.x, since F<dtrace> adds 1957 Generate a dummy F<dtrace_main.o> if C<dtrace -G> fails to build it. A 1959 functions, while they don't on FreeBSD, which causes C<dtrace -G> to
|
H A D | perl5222delta.pod | 124 Dtrace builds now build successfully on systems with a newer dtrace that
|
H A D | perl5320delta.pod | 1230 The C<ECHO> macro is now defined. This is used in a C<dtrace> rule that was
|
H A D | perl5120delta.pod | 1608 Perl now supports SystemTap's C<dtrace> compatibility layer and an
|
H A D | perl5200delta.pod | 2867 The dtrace sub-entry probe now works with lexical subs, instead of
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | BuildingADistribution.rst | 182 The current tooling is only available on Darwin systems with ``dtrace(1)``. It 183 is worth noting that dtrace is non-deterministic, and so the order file 184 generation using dtrace is also non-deterministic.
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | config_sh.sample | 669 dtrace=''
|
/openbsd/gnu/usr.bin/perl/Cross/ |
H A D | config.sh-arm-linux | 670 dtrace=''
|
/openbsd/gnu/usr.bin/perl/Porting/ |
H A D | config.sh | 686 dtrace=''
|
H A D | Glossary | 3098 dtrace (usedtrace.U): 3099 This variable holds the location of the dtrace executable. 3102 Whether we need to build an object file with the dtrace tool. 3105 Whether dtrace accepts -xnolibs. If available we call dtrace -h 3106 and dtrace -G with -xnolibs to allow dtrace to run in a jail on 5660 This variable indicates whether we are compiling with dtrace 5661 support. See also dtrace.
|
H A D | todo.pod | 496 gprof, and dtrace, and work to reduce the bottlenecks they reveal.
|
/openbsd/gnu/usr.bin/perl/ |
H A D | Configure | 1362 dtrace='' 8117 $test -x /usr/bin/dtrace && dflt_dtrace='/usr/bin/dtrace' 8157 rp='Where is the dtrace executable?' 8190 *** $me: Fatal Error: $dtrace not found. 21378 $dtrace -h -xnolibs -s ../perldtrace.d -o perldtrace.h 21383 echo "Your dtrace accepts -xnolibs" 21384 elif $dtrace -h -s ../perldtrace.d -o perldtrace.h 2>&1 ; then 21386 echo "Your dtrace doesn't accept -xnolibs" 21394 $dtrace -h -s ../perldtrace.d -o perldtrace.h 21418 echo "Your dtrace builds an object file" [all …]
|
H A D | Makefile.SH | 427 DTRACE = $dtrace $xnolibs
|
H A D | MANIFEST | 7171 t/run/dtrace.pl For dtrace.t 7172 t/run/dtrace.t Test for DTrace probes
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Options.td | 299 def dtrace : Separate<["-"], "dtrace">, 1007 HelpText<"Disable dtrace-dof processing (default).">,
|
/openbsd/gnu/usr.bin/perl/win32/ |
H A D | config.gc | 660 dtrace=''
|
H A D | config.vc | 659 dtrace=''
|