Home
last modified time | relevance | path

Searched refs:ETM_CYC_THRESHOLD_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h585 #define ETM_CYC_THRESHOLD_MASK 0xFFF macro
H A Dcoresight-etm4x-core.c708 cc_threshold = attr->config3 & ETM_CYC_THRESHOLD_MASK; in etm4_parse_event_config()
H A Dcoresight-etm4x-sysfs.c671 val &= ETM_CYC_THRESHOLD_MASK; in cyc_threshold_store()