Home
last modified time | relevance | path

Searched refs:dtrace (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/run/
H A Ddtrace.t4 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 DCMakeLists.txt35 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 Dorder-files.lit.cfg31 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 Dperf-helper.py59 def dtrace(args): function
409 'dtrace' : dtrace,
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DMakefile.PL63 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 Dperldtrace.pod7 # 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 Dperl5301delta.pod50 The C<ECHO> macro is now defined. This is used in a C<dtrace> rule that was
H A Dperl5181delta.pod144 The dtrace sub-entry probe now works with lexical subs, instead of
H A Dperl5260delta.pod1933 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 Dperl5222delta.pod124 Dtrace builds now build successfully on systems with a newer dtrace that
H A Dperl5320delta.pod1230 The C<ECHO> macro is now defined. This is used in a C<dtrace> rule that was
H A Dperl5120delta.pod1608 Perl now supports SystemTap's C<dtrace> compatibility layer and an
H A Dperl5200delta.pod2867 The dtrace sub-entry probe now works with lexical subs, instead of
/openbsd/gnu/llvm/llvm/docs/
H A DBuildingADistribution.rst182 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 Dconfig_sh.sample669 dtrace=''
/openbsd/gnu/usr.bin/perl/Cross/
H A Dconfig.sh-arm-linux670 dtrace=''
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig.sh686 dtrace=''
H A DGlossary3098 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 Dtodo.pod496 gprof, and dtrace, and work to reduce the bottlenecks they reveal.
/openbsd/gnu/usr.bin/perl/
H A DConfigure1362 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 DMakefile.SH427 DTRACE = $dtrace $xnolibs
H A DMANIFEST7171 t/run/dtrace.pl For dtrace.t
7172 t/run/dtrace.t Test for DTrace probes
/openbsd/gnu/llvm/lld/MachO/
H A DOptions.td299 def dtrace : Separate<["-"], "dtrace">,
1007 HelpText<"Disable dtrace-dof processing (default).">,
/openbsd/gnu/usr.bin/perl/win32/
H A Dconfig.gc660 dtrace=''
H A Dconfig.vc659 dtrace=''