Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
HDFreeRTOS.h916 #ifndef configUSE_STATS_FORMATTING_FUNCTIONS
917 #define configUSE_STATS_FORMATTING_FUNCTIONS 0 macro
984 #if ( ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( configSUPPORT_DYNAMIC_ALLOCATION != 1 ) )
985 …#error configUSE_STATS_FORMATTING_FUNCTIONS cannot be used without dynamic allocation, but configS…
988 #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
990configUSE_STATS_FORMATTING_FUNCTIONS is 1 but the functions it enables are not used because neithe…
/Kernel-v10.6.2/
HDtasks.c52 #if ( configUSE_STATS_FORMATTING_FUNCTIONS == 1 )
523 #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
4472 #if ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 )
4499 #if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) )
4605 #if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( c…
HDHistory.txt1347 function. configUSE_STATS_FORMATTING_FUNCTIONS must be set to 1 in
1381 + configUSE_STATS_FORMATTING_FUNCTIONS
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c534 …#if ( ( configUSE_TRACE_FACILITY == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( confi…
556 …#if ( ( configGENERATE_RUN_TIME_STATS == 1 ) && ( configUSE_STATS_FORMATTING_FUNCTIONS > 0 ) && ( …