logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                  rte_debug.h(3)

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.

Function Documentation

voidrte_dump_stack(void)
       Dump the stack of the calling core to the standard error.

Macro Definition Documentation

#definerte_panic(...)rte_panic_(__func__,__VA_ARGS__,'dummy')
       Provide notification of a critical non-recoverable error and terminate execution abnormally.

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

       In a linux environment, this function dumps the stack and calls abort() resulting 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.

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)

See Also