Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_debug.h(3)			      DPDK			  rte_debug.h(3)

NAME
     rte_debug.h

SYNOPSIS
     #include 'rte_log.h'
     #include 'rte_branch_prediction.h'

   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 implemen-
     tation is architecture-specific.

     Definition in file rte_debug.h.

Macro Definition Documentation
   #define rte_panic( ...)   rte_panic_(__func__, __VA_ARGS__, 'dummy')
     Provide notification of a critical non-recoverable error and terminate exe-
     cution abnormally.

     Display the format string and its expanded arguments (printf-like).

     In a linux environment, this function dumps the stack and calls abort() re-
     sulting in a core dump if enabled.

     The function never returns.

     Parameters
	 ... The format string, followed by the variable list of arguments.

     Definition at line 43 of file rte_debug.h.

Function Documentation
   void rte_dump_stack (void)
     Dump the stack of the calling core to the standard error.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026		  rte_debug.h(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_dump_stack&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help