|
XRootD
|
Include dependency graph for XrdTrace.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| XrdGlobal | |
Macros | |
| #define | TRACE(act, x) if (XRD_TRACE What & TRACE_ ## act) {SYSTRACE(XRD_TRACE, 0, TraceID, 0, x)} |
| #define | TRACE_ALL 0x0fff |
| #define | TRACE_CONN 0x0002 |
| #define | TRACE_DEBUG 0x0001 |
| #define | TRACE_MEM 0x0004 |
| #define | TRACE_NET 0x0008 |
| #define | TRACE_NONE 0x0000 |
| #define | TRACE_POLL 0x0010 |
| #define | TRACE_PROT 0x0020 |
| #define | TRACE_SCHED 0x0040 |
| #define | TRACE_TLS 0x0500 |
| #define | TRACE_TLSCTX 0x0100 |
| #define | TRACE_TLSSIO 0x0200 |
| #define | TRACE_TLSSOK 0x0400 |
| #define | TRACEI(act, x) |
| #define | TRACING(x) XRD_TRACE What & x |
| #define | XRD_TRACE XrdGlobal::XrdTrace. |
| #define TRACE | ( | act, | |
| x | |||
| ) | if (XRD_TRACE What & TRACE_ ## act) {SYSTRACE(XRD_TRACE, 0, TraceID, 0, x)} |
Definition at line 63 of file XrdTrace.hh.
| #define TRACE_ALL 0x0fff |
Definition at line 35 of file XrdTrace.hh.
| #define TRACE_CONN 0x0002 |
Definition at line 37 of file XrdTrace.hh.
| #define TRACE_DEBUG 0x0001 |
Definition at line 36 of file XrdTrace.hh.
| #define TRACE_MEM 0x0004 |
Definition at line 38 of file XrdTrace.hh.
| #define TRACE_NET 0x0008 |
Definition at line 39 of file XrdTrace.hh.
| #define TRACE_NONE 0x0000 |
Definition at line 34 of file XrdTrace.hh.
| #define TRACE_POLL 0x0010 |
Definition at line 40 of file XrdTrace.hh.
| #define TRACE_PROT 0x0020 |
Definition at line 41 of file XrdTrace.hh.
| #define TRACE_SCHED 0x0040 |
Definition at line 42 of file XrdTrace.hh.
| #define TRACE_TLS 0x0500 |
Definition at line 44 of file XrdTrace.hh.
| #define TRACE_TLSCTX 0x0100 |
Definition at line 45 of file XrdTrace.hh.
| #define TRACE_TLSSIO 0x0200 |
Definition at line 46 of file XrdTrace.hh.
| #define TRACE_TLSSOK 0x0400 |
Definition at line 47 of file XrdTrace.hh.
| #define TRACEI | ( | act, | |
| x | |||
| ) |
Definition at line 66 of file XrdTrace.hh.
| #define TRACING | ( | x | ) | XRD_TRACE What & x |
Definition at line 70 of file XrdTrace.hh.
| #define XRD_TRACE XrdGlobal::XrdTrace. |
Definition at line 60 of file XrdTrace.hh.