Go to the source code of this file.
|
#define | log_debug(fmt, ...) vlib_log_debug (if_intel_uncore_log.class, fmt, __VA_ARGS__) |
|
#define | log_warn(fmt, ...) vlib_log_warn (if_intel_uncore_log.class, fmt, __VA_ARGS__) |
|
#define | log_err(fmt, ...) vlib_log_err (if_intel_uncore_log.class, fmt, __VA_ARGS__) |
|
#define | PERF_INTEL_CODE(event, umask, edge, any, inv, cmask) |
|
◆ log_debug
◆ log_err
◆ log_warn
◆ PERF_INTEL_CODE
#define PERF_INTEL_CODE |
( |
|
event, |
|
|
|
umask, |
|
|
|
edge, |
|
|
|
any, |
|
|
|
inv, |
|
|
|
cmask |
|
) |
| |
Value: ((event) | (umask) << 8 | (edge) << 18 | (
any) << 21 | (inv) << 23 | \
(cmask) << 24)
Definition at line 34 of file uncore.c.
◆ intel_uncore_add_unit()
◆ intel_uncore_init()
◆ intel_uncore_instance_name_cmp()
static int intel_uncore_instance_name_cmp |
( |
void * |
v1, |
|
|
void * |
v2 |
|
) |
| |
|
static |
◆ PERFMON_REGISTER_SOURCE()
PERFMON_REGISTER_SOURCE |
( |
intel_uncore |
| ) |
|
◆ VLIB_REGISTER_LOG_CLASS()
VLIB_REGISTER_LOG_CLASS |
( |
if_intel_uncore_log |
, |
|
|
static |
|
|
) |
| |
◆ format_intel_core_config
◆ intel_uncore_events
Initial value:= {
#define _(unit, event, umask, n, suffix, desc)
}
Definition at line 38 of file uncore.c.