Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm.h111 #define ETM_MODE_ALL (ETM_MODE_EXCLUDE | ETM_MODE_CYCACC | \ macro
H A Dcoresight-etm3x-sysfs.c121 config->mode = val & ETM_MODE_ALL; in mode_store()