NDN-DPDK
High-Speed Named Data Networking Forwarder
|
Go to the source code of this file.
Data Structures | |
struct | HrlogHeader |
A high resolution log file header. More... | |
struct | HrlogRingRef |
RCU-protected pointer to hrlog collector queue. More... | |
Macros | |
#define | HRLOG_HEADER_MAGIC 0x35f0498a |
#define | HRLOG_HEADER_VERSION 2 |
Typedefs | |
typedef enum HrlogAction | HrlogAction |
Action identifier in high resolution log. More... | |
typedef uint64_t | HrlogEntry |
A high resolution log entry. More... | |
typedef struct HrlogHeader | HrlogHeader |
A high resolution log file header. More... | |
typedef struct HrlogRingRef | HrlogRingRef |
RCU-protected pointer to hrlog collector queue. More... | |
Enumerations | |
enum | HrlogAction { HRLOG_OI = 1 , HRLOG_OD = 2 , HRLOG_OC = 4 } |
Action identifier in high resolution log. More... | |
Variables | |
HrlogRingRef | theHrlogRing |
#define HRLOG_HEADER_MAGIC 0x35f0498a |
#define HRLOG_HEADER_VERSION 2 |
typedef enum HrlogAction HrlogAction |
Action identifier in high resolution log.
typedef uint64_t HrlogEntry |
A high resolution log entry.
typedef struct HrlogHeader HrlogHeader |
A high resolution log file header.
typedef struct HrlogRingRef HrlogRingRef |
RCU-protected pointer to hrlog collector queue.
enum HrlogAction |
|
extern |