PATH:
usr
/
lib64
/
perl5
/
CORE
/* mydtrace.h * * Copyright (C) 2008, 2010, 2011 by Larry Wall and others * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * * Provides macros that wrap the various DTrace probes we use. We add * an extra level of wrapping to encapsulate the _ENABLED tests. */ #if defined(USE_DTRACE) && defined(PERL_CORE) # include "perldtrace.h" # define PERL_DTRACE_PROBE_ENTRY(cv) \ if (PERL_SUB_ENTRY_ENABLED()) \ Perl_dtrace_probe_call(aTHX_ cv, TRUE); # define PERL_DTRACE_PROBE_RETURN(cv) \ if (PERL_SUB_ENTRY_ENABLED()) \ Perl_dtrace_probe_call(aTHX_ cv, FALSE); # define PERL_DTRACE_PROBE_FILE_LOADING(name) \ if (PERL_SUB_ENTRY_ENABLED()) \ Perl_dtrace_probe_load(aTHX_ name, TRUE); # define PERL_DTRACE_PROBE_FILE_LOADED(name) \ if (PERL_SUB_ENTRY_ENABLED()) \ Perl_dtrace_probe_load(aTHX_ name, FALSE); # define PERL_DTRACE_PROBE_OP(op) \ if (PERL_OP_ENTRY_ENABLED()) \ Perl_dtrace_probe_op(aTHX_ op); # define PERL_DTRACE_PROBE_PHASE(phase) \ if (PERL_OP_ENTRY_ENABLED()) \ Perl_dtrace_probe_phase(aTHX_ phase); #else /* NOPs */ # define PERL_DTRACE_PROBE_ENTRY(cv) # define PERL_DTRACE_PROBE_RETURN(cv) # define PERL_DTRACE_PROBE_FILE_LOADING(cv) # define PERL_DTRACE_PROBE_FILE_LOADED(cv) # define PERL_DTRACE_PROBE_OP(op) # define PERL_DTRACE_PROBE_PHASE(phase) #endif /* * ex: set ts=8 sts=4 sw=4 et: */
[-] stadtx_hash.h
[edit]
[-] l1_char_class_tab.h
[edit]
[-] XSUB.h
[edit]
[-] iperlsys.h
[edit]
[-] keywords.h
[edit]
[-] dosish.h
[edit]
[-] sv.h
[edit]
[-] thread.h
[edit]
[-] zaphod32_hash.h
[edit]
[-] intrpvar.h
[edit]
[-] unixish.h
[edit]
[-] mydtrace.h
[edit]
[-] perlio.h
[edit]
[-] pp.h
[edit]
[-] bitcount.h
[edit]
[-] reentr.h
[edit]
[-] pad.h
[edit]
[-] op.h
[edit]
[-] config.h
[edit]
[-] parser.h
[edit]
[-] mg_data.h
[edit]
[-] regnodes.h
[edit]
[-] form.h
[edit]
[-] perlvars.h
[edit]
[-] regcomp.h
[edit]
[-] warnings.h
[edit]
[-] nostdio.h
[edit]
[-] hv.h
[edit]
[-] sbox32_hash.h
[edit]
[-] util.h
[edit]
[-] mg_vtable.h
[edit]
[-] uni_keywords.h
[edit]
[-] perlapi.h
[edit]
[-] uudmap.h
[edit]
[-] op_reg_common.h
[edit]
[-] metaconfig.h
[edit]
[-] hv_macro.h
[edit]
[-] overload.h
[edit]
[-] unicode_constants.h
[edit]
[-] opnames.h
[edit]
[-] proto.h
[edit]
[-] perl_langinfo.h
[edit]
[-] perlsdio.h
[edit]
[-] time64_config.h
[edit]
[-] perly.h
[edit]
[-] cop.h
[edit]
[-] charclass_invlists.h
[edit]
[-] patchlevel.h
[edit]
[-] perliol.h
[edit]
[-] INTERN.h
[edit]
[-] regcharclass.h
[edit]
[-] libperl.so
[edit]
[-] cv.h
[edit]
[-] embedvar.h
[edit]
[-] hv_func.h
[edit]
[+]
..
[-] handy.h
[edit]
[-] gv.h
[edit]
[-] scope.h
[edit]
[-] invlist_inline.h
[edit]
[-] malloc_ctl.h
[edit]
[-] uconfig.h
[edit]
[-] inline.h
[edit]
[-] mg.h
[edit]
[-] utfebcdic.h
[edit]
[-] EXTERN.h
[edit]
[-] time64.h
[edit]
[-] fakesdio.h
[edit]
[-] av.h
[edit]
[-] vutil.h
[edit]
[-] git_version.h
[edit]
[-] perl_inc_macro.h
[edit]
[-] opcode.h
[edit]
[-] perldtrace.h
[edit]
[-] perl.h
[edit]
[-] regexp.h
[edit]
[-] feature.h
[edit]
[-] embed.h
[edit]
[-] utf8.h
[edit]
[-] pp_proto.h
[edit]
[-] mg_raw.h
[edit]
[-] ebcdic_tables.h
[edit]