|
XRootD
|
#include "XrdSys/XrdSysHeaders.hh"#include "XrdSys/XrdSysTrace.hh"#include "XrdSys/XrdSysE2T.hh"#include "XrdOuc/XrdOucUtils.hh"#include "XrdOuc/XrdOucPrivateUtils.hh"
Include dependency graph for XrdPfcTrace.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | XrdPfc |
Macros | |
| #define | ERRNO_AND_ERRSTR(err_code) |
| #define | TRACE(act, x) |
| #define | TRACE_Debug 4 |
| #define | TRACE_Dump 5 |
| #define | TRACE_DumpXL 6 |
| #define | TRACE_Error 1 |
| #define | TRACE_Info 3 |
| #define | TRACE_INT(act, x) |
| #define | TRACE_None 0 |
| #define | TRACE_PC(act, pre_code, x) |
| #define | TRACE_STR_0 "" |
| #define | TRACE_STR_1 "error " |
| #define | TRACE_STR_2 "warning " |
| #define | TRACE_STR_3 "info " |
| #define | TRACE_STR_4 "debug " |
| #define | TRACE_STR_5 "dump " |
| #define | TRACE_STR_6 "dump " |
| #define | TRACE_STR_Debug "debug " |
| #define | TRACE_STR_Dump "dump " |
| #define | TRACE_STR_DumpXL "dump " |
| #define | TRACE_STR_Error "error " |
| #define | TRACE_STR_Info "info " |
| #define | TRACE_STR_None "" |
| #define | TRACE_STR_Warning "warning " |
| #define | TRACE_TEST(act, x) |
| #define | TRACE_Warning 2 |
| #define | TRACEF(act, x) |
| #define | TRACEF_INT(act, x) |
| #define | TRACEIO(act, x) |
| #define | XRD_TRACE GetTrace()-> |
| #define ERRNO_AND_ERRSTR | ( | err_code | ) |
Definition at line 46 of file XrdPfcTrace.hh.
Referenced by XrdPfc::Cache::ExecuteCommandUrl().
| #define TRACE | ( | act, | |
| x ) |
Definition at line 48 of file XrdPfcTrace.hh.
| #define TRACE_Debug 4 |
Definition at line 10 of file XrdPfcTrace.hh.
| #define TRACE_Dump 5 |
Definition at line 11 of file XrdPfcTrace.hh.
| #define TRACE_DumpXL 6 |
Definition at line 12 of file XrdPfcTrace.hh.
| #define TRACE_Error 1 |
Definition at line 7 of file XrdPfcTrace.hh.
Referenced by XrdPfc::IOFile::DetachFinalize().
| #define TRACE_Info 3 |
Definition at line 9 of file XrdPfcTrace.hh.
| #define TRACE_INT | ( | act, | |
| x ) |
Definition at line 52 of file XrdPfcTrace.hh.
| #define TRACE_None 0 |
Definition at line 6 of file XrdPfcTrace.hh.
| #define TRACE_PC | ( | act, | |
| pre_code, | |||
| x ) |
Definition at line 59 of file XrdPfcTrace.hh.
Referenced by XrdPfc::Cache::Attach(), and XrdPfc::IO::Update().
| #define TRACE_STR_0 "" |
Definition at line 22 of file XrdPfcTrace.hh.
| #define TRACE_STR_1 "error " |
Definition at line 23 of file XrdPfcTrace.hh.
| #define TRACE_STR_2 "warning " |
Definition at line 24 of file XrdPfcTrace.hh.
| #define TRACE_STR_3 "info " |
Definition at line 25 of file XrdPfcTrace.hh.
| #define TRACE_STR_4 "debug " |
Definition at line 26 of file XrdPfcTrace.hh.
| #define TRACE_STR_5 "dump " |
Definition at line 27 of file XrdPfcTrace.hh.
| #define TRACE_STR_6 "dump " |
Definition at line 28 of file XrdPfcTrace.hh.
| #define TRACE_STR_Debug "debug " |
Definition at line 18 of file XrdPfcTrace.hh.
| #define TRACE_STR_Dump "dump " |
Definition at line 19 of file XrdPfcTrace.hh.
| #define TRACE_STR_DumpXL "dump " |
Definition at line 20 of file XrdPfcTrace.hh.
| #define TRACE_STR_Error "error " |
Definition at line 15 of file XrdPfcTrace.hh.
| #define TRACE_STR_Info "info " |
Definition at line 17 of file XrdPfcTrace.hh.
| #define TRACE_STR_None "" |
Definition at line 14 of file XrdPfcTrace.hh.
| #define TRACE_STR_Warning "warning " |
Definition at line 16 of file XrdPfcTrace.hh.
| #define TRACE_TEST | ( | act, | |
| x ) |
Definition at line 56 of file XrdPfcTrace.hh.
| #define TRACE_Warning 2 |
Definition at line 8 of file XrdPfcTrace.hh.
| #define TRACEF | ( | act, | |
| x ) |
Definition at line 67 of file XrdPfcTrace.hh.
Referenced by XrdPfc::File::~File(), XrdPfc::File::AddIO(), XrdPfc::File::BlockRemovedFromWriteQ(), XrdPfc::File::BlocksRemovedFromWriteQ(), XrdPfc::File::FinalizeSyncBeforeExit(), XrdPfc::File::ioActive(), XrdPfc::File::Prefetch(), XrdPfc::File::Read(), XrdPfc::File::ReadV(), XrdPfc::File::RemoveIO(), XrdPfc::File::Sync(), and XrdPfc::File::WriteBlockToDisk().
| #define TRACEF_INT | ( | act, | |
| x ) |
Definition at line 71 of file XrdPfcTrace.hh.
| #define TRACEIO | ( | act, | |
| x ) |
Definition at line 63 of file XrdPfcTrace.hh.
Referenced by XrdPfc::IOFile::~IOFile(), XrdPfc::IOFileBlock::~IOFileBlock(), XrdPfc::IOFileBlock::DetachFinalize(), XrdPfc::IOFile::pgRead(), XrdPfc::IOFile::Read(), XrdPfc::IOFile::Read(), XrdPfc::IOFileBlock::Read(), XrdPfc::IOFile::ReadV(), and XrdPfc::IOFile::ReadV().
| #define XRD_TRACE GetTrace()-> |
Definition at line 38 of file XrdPfcTrace.hh.