::ETMV1_TRIGGER_CYCLE is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

::ETMV1_TRIGGER_CYCLE

Syntax

ETMV1_TRIGGER_CYCLE = 0x2;

References

LocationReferrerText
etm.h:137
ETMV1_TRIGGER_CYCLE = 0x2,
etb.c:563etb_read_trace()
etm_ctx->trace_data[j].flags |= ETMV1_TRIGGER_CYCLE;
etb.c:575etb_read_trace()
etm_ctx->trace_data[j + 1].flags |= ETMV1_TRIGGER_CYCLE;
etb.c:587etb_read_trace()
etm_ctx->trace_data[j + 2].flags |= ETMV1_TRIGGER_CYCLE;
etb.c:601etb_read_trace()
etm_ctx->trace_data[j].flags |= ETMV1_TRIGGER_CYCLE;
etb.c:613etb_read_trace()
etm_ctx->trace_data[j + 1].flags |= ETMV1_TRIGGER_CYCLE;
etb.c:627etb_read_trace()
etm_ctx->trace_data[j].flags |= ETMV1_TRIGGER_CYCLE;
etm.c:711etmv1_next_packet()
|| (ctx->trace_data[ctx->data_index].flags & ETMV1_TRIGGER_CYCLE)) {
etm.c:881etmv1_analyze_trace()
if (ctx->trace_data[ctx->pipe_index].flags & ETMV1_TRIGGER_CYCLE)

Data Use

Functions using ::ETMV1_TRIGGER_CYCLE
::ETMV1_TRIGGER_CYCLE