DPDK  20.11.10
Macros | Functions
rte_debug.h File Reference
#include "rte_log.h"
#include "rte_branch_prediction.h"

Go to the source code of this file.

Macros

#define rte_panic(...)   rte_panic_(__func__, __VA_ARGS__, "dummy")
 

Functions

void rte_dump_stack (void)
 

Detailed Description

Debug Functions in RTE

This file defines a generic API for debug operations. Part of the implementation is architecture-specific.

Definition in file rte_debug.h.

Macro Definition Documentation

◆ rte_panic

#define rte_panic (   ...)    rte_panic_(__func__, __VA_ARGS__, "dummy")

Function Documentation

◆ rte_dump_stack()

void rte_dump_stack ( void  )

Dump the stack of the calling core to the console.