Searched refs:dtrace (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/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");
139 do "./run/dtrace.pl";
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\
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DMakefile.PL6 my $dtrace_o = $Config{dtraceobject} ? ' dtrace$(OBJ_EXT)' : '';
57 # core.o is build using PERL_CORE, so picks up any dtrace probes
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-current/gnu/llvm/clang/utils/perf-training/
H A Dperf-helper.py59 def dtrace(args): function
60 parser = argparse.ArgumentParser(prog='perf-helper dtrace',
61 description='dtrace wrapper for order file generation')
63 default=1, help='dtrace buffer size in MB (default 1)')
65 help='Use dtrace\'s oneshot probes')
67 help='Use dtrace\'s ustack to print function names')
73 # everything else through to dtrace
88 log_timestamp = 'printf("dtrace-TS: %d\\n", timestamp)'
92 action = 'printf("dtrace-Symbol: %s\\n", probefunc);'
99 + '%%admin ALL=(ALL) NOPASSWD: /usr/sbin/dtrace')
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Duconfig.sh603 dtrace=''
H A Duconfig64.sh603 dtrace=''
H A DConfigure1358 dtrace=''
8107 dflt_dtrace='/usr/sbin/dtrace'
8108 $test -x /usr/bin/dtrace && dflt_dtrace='/usr/bin/dtrace'
8148 rp='Where is the dtrace executable?'
8152 set dtrace
8155 if $test -f $dtrace
8157 if $dtrace -h -s ../perldtrace.d \
8162 echo "Good: your $dtrace knows about the -h flag."
8166 *** $me: Fatal Error: $dtrace does
[all...]
H A DMakefile.SH255 # three object files generated by 'dtrace -G' when dtrace is enabled
427 DTRACE = $dtrace $xnolibs
430 DTRACE_PERLLIB_O = $dtrace_perllib_o # "dtrace -G" output for perllib_objs
431 DTRACE_MINI_O = $dtrace_mini_o # "dtrace -G" output for common and mini
432 DTRACE_MAIN_O = $dtrace_main_o # "dtrace -G" output for perlmain.o
573 # actual perl(mini)main.o, nor any dtrace objects.
582 # dtrace with -G modifies the source object files, which can cause
583 # dependency issues, and can cause the dtrace -G to fail on FreeBSD
585 # the executable when dtrace
[all...]
/openbsd-current/gnu/usr.bin/perl/Cross/
H A Dconfig.sh-arm-linux667 dtrace=''
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dconfig_sh.sample666 dtrace=''
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dconfig.sh683 dtrace=''

Completed in 213 milliseconds