Declaration of the profiling signals. More...
#include "rwnx_config.h"Go to the source code of this file.
Defines | |
Profiling Switches definitions | |
| #define | TX_BASIC_PROF_DEF |
| Profiling switch definition. | |
| #define | RX_BASIC_PROF_DEF |
| Profiling switch definition. | |
| #define | MM_BASIC_PROF_DEF |
| Profiling switch definition. | |
| #define | TX_AC_PROF_DEF |
| Profiling switch definition. | |
| #define | TX_FRAME_PROF_DEF |
| Profiling switch definition. | |
| #define | TBTT_PROF_DEF |
| Profiling switch definition. | |
| #define | AGG_BASIC_PROF_DEF |
| Profiling switch definition. | |
| #define | TX_IPC_IRQ_DEF |
| Profiling switch definition. | |
| #define | TX_BUF_ALLOC_DEF |
| Profiling switch definition. | |
| #define | TX_DMA_IRQ_DEF |
| Profiling switch definition. | |
| #define | TX_BUF_FREE_DEF |
| Profiling switch definition. | |
| #define | TX_MACIF_EVT_DEF |
| Profiling switch definition. | |
| #define | TX_NEW_TAIL_DEF |
| Profiling switch definition. | |
| #define | TX_MAC_IRQ_DEF |
| Profiling switch definition. | |
| #define | TX_PAYL_HDL_DEF |
| Profiling switch definition. | |
| #define | TX_CFM_EVT_DEF |
| Profiling switch definition. | |
| #define | TX_AC_BG_DEF |
| Profiling switch definition. | |
| #define | TX_AC_IRQ_DEF |
| Profiling switch definition. | |
| #define | TX_FRAME_PUSH_DEF |
| Profiling switch definition. | |
| #define | TX_FRAME_CFM_DEF |
| Profiling switch definition. | |
| #define | RX_MAC_IRQ_DEF |
| Profiling switch definition. | |
| #define | RX_DMA_IRQ_DEF |
| Profiling switch definition. | |
| #define | RX_DMA_EVT_DEF |
| Profiling switch definition. | |
| #define | RX_MPDU_XFER_DEF |
| Profiling switch definition. | |
| #define | RX_MPDU_FREE_DEF |
| Profiling switch definition. | |
| #define | RX_CNTRL_EVT_DEF |
| Profiling switch definition. | |
| #define | RX_IPC_IND_DEF |
| Profiling switch definition. | |
| #define | STA_TBTT_DEF |
| Profiling switch definition. | |
| #define | MM_HW_IDLE_DEF |
| Profiling switch definition. | |
| #define | MM_SET_CHANNEL_DEF |
| Profiling switch definition. | |
| #define | AGG_FIRST_MPDU_DWNLD_DEF |
| Profiling switch definition. | |
| #define | AGG_START_AMPDU_DEF |
| Profiling switch definition. | |
| #define | AGG_ADD_MPDU_DEF |
| Profiling switch definition. | |
| #define | AGG_FINISH_AMPDU_DEF |
| Profiling switch definition. | |
| #define | AGG_BAR_DONETX_DEF |
| Profiling switch definition. | |
| #define | AGG_BA_RXED_DEF |
| Profiling switch definition. | |
Enumerations | |
Profiling Identifier definitions | |
| enum | { TX_IPC_IRQ, TX_MACIF_EVT, TX_BUF_ALLOC, TX_DMA_IRQ, TX_PAYL_HDL, TX_NEW_TAIL, TX_MAC_IRQ, TX_BUF_FREE, TX_CFM_EVT, RX_MAC_IRQ, RX_CNTRL_EVT, RX_MPDU_XFER, RX_MPDU_FREE, RX_DMA_IRQ, RX_DMA_EVT, RX_IPC_IND, AGG_FIRST_MPDU_DWNLD, AGG_START_AMPDU, AGG_ADD_MPDU, AGG_FINISH_AMPDU, AGG_BAR_DONETX, AGG_BA_RXED, MM_HW_IDLE, MM_SET_CHANNEL, TX_FRAME_PUSH, TX_FRAME_CFM, TX_AC_BG, TX_AC_BG_LAST = TX_AC_BG + 1, TX_AC_IRQ, TX_AC_IRQ_LAST = TX_AC_IRQ + 1, STA_TBTT, DBG_PROF_MAX } |
Profiling signal identifiers. | |
Variables | |
| const char *const | dbg_prof_conf [DBG_PROF_MAX] |
| Variable linking a profiling identifier to its name string. | |
Declaration of the profiling signals.
Copyright (C) RivieraWaves 2011-2019
Definition in file dbg_profiling.h.
1.6.1