Home
last modified time | relevance | path

Searched refs:configUSE_STATS_FORMATTING_FUNCTIONS (Results 1 – 7 of 7) sorted by relevance

/Kernel-v11.1.0/examples/coverity/
DFreeRTOSConfig.h104 #define configUSE_STATS_FORMATTING_FUNCTIONS 0 macro
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h380 #define configUSE_STATS_FORMATTING_FUNCTIONS 0 macro
/Kernel-v11.1.0/include/
DFreeRTOS.h2742 #ifndef configUSE_STATS_FORMATTING_FUNCTIONS
2743 #define configUSE_STATS_FORMATTING_FUNCTIONS 0 macro
2818 #if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
2819 …#error configUSE_STATS_FORMATTING_FUNCTIONS cannot be used without dynamic allocation, but configS…
2822 #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
2824configUSE_STATS_FORMATTING_FUNCTIONS is 1 but the functions it enables are not used because neithe…
Dtask.h2234 #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
2351 #if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( c…
/Kernel-v11.1.0/
Dtasks.c58 #if ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 )
684 #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
776 #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
2156 #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
7184 #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
7211 #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
7381 #if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( c…
DHistory.txt1516 function. configUSE_STATS_FORMATTING_FUNCTIONS must be set to 1 in
1550 + configUSE_STATS_FORMATTING_FUNCTIONS
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c510 …#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( confi…
532 …#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( …