|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /usr/include/python2.6/ |
Upload File : |
/* Generated by the Systemtap dtrace wrapper */
#define _SDT_HAS_SEMAPHORES 1
#define STAP_HAS_SEMAPHORES 1 /* deprecated */
#include <sys/sdt.h>
/* PYTHON_FUNCTION_ENTRY ( const char *, const char *, int ) */
#if defined STAP_SDT_V1
#define PYTHON_FUNCTION_ENTRY_ENABLED() __builtin_expect (function__entry_semaphore, 0)
#define python_function__entry_semaphore function__entry_semaphore
#else
#define PYTHON_FUNCTION_ENTRY_ENABLED() __builtin_expect (python_function__entry_semaphore, 0)
#endif
__extension__ extern unsigned short python_function__entry_semaphore __attribute__ ((unused)) __attribute__ ((section (".probes")));
#define PYTHON_FUNCTION_ENTRY(arg1, arg2, arg3) \
DTRACE_PROBE3 (python, function__entry, arg1, arg2, arg3)
/* PYTHON_FUNCTION_RETURN ( const char *, const char *, int ) */
#if defined STAP_SDT_V1
#define PYTHON_FUNCTION_RETURN_ENABLED() __builtin_expect (function__return_semaphore, 0)
#define python_function__return_semaphore function__return_semaphore
#else
#define PYTHON_FUNCTION_RETURN_ENABLED() __builtin_expect (python_function__return_semaphore, 0)
#endif
__extension__ extern unsigned short python_function__return_semaphore __attribute__ ((unused)) __attribute__ ((section (".probes")));
#define PYTHON_FUNCTION_RETURN(arg1, arg2, arg3) \
DTRACE_PROBE3 (python, function__return, arg1, arg2, arg3)