#include "../core/common.h"
#include <rte_lcore.h>
#include <rte_ring.h>
#include <urcu-pointer.h>
Go to the source code of this file.
|
| typedef enum __rte_packed_begin 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.
|
◆ HRLOG_HEADER_MAGIC
| #define HRLOG_HEADER_MAGIC 0x35f0498a |
◆ HRLOG_HEADER_VERSION
| #define HRLOG_HEADER_VERSION 2 |
◆ HrlogAction
Action identifier in high resolution log.
◆ HrlogEntry
A high resolution log entry.
◆ HrlogHeader
| typedef struct HrlogHeader HrlogHeader |
A high resolution log file header.
◆ HrlogRingRef
| typedef struct HrlogRingRef HrlogRingRef |
RCU-protected pointer to hrlog collector queue.
◆ HRLOG_OC
◆ HRLOG_OD
◆ HRLOG_OI
◆ theHrlogRing