Home
last modified time | relevance | path

Searched refs:ETM_MODE_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance

/drivers/hwtracing/coresight/
Dcoresight-etm.h111 #define ETM_MODE_TIMESTAMP BIT(3) macro
114 ETM_MODE_STALL | ETM_MODE_TIMESTAMP | \
Dcoresight-etm3x-sysfs.c152 if (config->mode & ETM_MODE_TIMESTAMP) { in mode_store()