Home
last modified time | relevance | path

Searched refs:TRC_CFG_USE_IMPLICIT_IFE_RULES (Results 1 – 8 of 8) sorted by relevance

/TraceRecorderSource-2.7.6/kernelports/SAFERTOS/config/
DtrcSnapshotConfig.h199 #define TRC_CFG_USE_IMPLICIT_IFE_RULES 1 macro
/TraceRecorderSource-2.7.6/kernelports/FreeRTOS/config/
DtrcSnapshotConfig.h190 #define TRC_CFG_USE_IMPLICIT_IFE_RULES 1 macro
/TraceRecorderSource-2.7.6/kernelports/BareMetal/config/
DtrcSnapshotConfig.h190 #define TRC_CFG_USE_IMPLICIT_IFE_RULES 1 macro
/TraceRecorderSource-2.7.6/kernelports/Micrium/config/
DtrcSnapshotConfig.h190 #define TRC_CFG_USE_IMPLICIT_IFE_RULES 1 macro
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/config/
DtrcSnapshotConfig.h190 #define TRC_CFG_USE_IMPLICIT_IFE_RULES CONFIG_PERCEPIO_RECORDER_TRC_CFG_USE_IMPLICIT_IFE_RULES macro
/TraceRecorderSource-2.7.6/kernelports/Zephyr/
DKconfig678 If TRC_CFG_USE_IMPLICIT_IFE_RULES is one (1), the default IFE rules is
684 If TRC_CFG_USE_IMPLICIT_IFE_RULES is zero (0), the implicit IFE rules are
/TraceRecorderSource-2.7.6/kernelports/ESP-IDF_FreeRTOS/
DKconfig.projbuild787 If TRC_CFG_USE_IMPLICIT_IFE_RULES is one (1), the default IFE rules is
793 If TRC_CFG_USE_IMPLICIT_IFE_RULES is zero (0), the implicit IFE rules are
/TraceRecorderSource-2.7.6/
DtrcSnapshotRecorder.c2341 #if (TRC_CFG_USE_IMPLICIT_IFE_RULES == 1) in prvTraceSetTaskInstanceFinished()