Home
last modified time | relevance | path

Searched refs:retstack (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c64 PMU_FORMAT_ATTR(retstack, "config:" __stringify(ETM_OPT_RETSTK));
H A Dcoresight-etm4x-core.c769 if ((attr->config & BIT(ETM_OPT_RETSTK)) && drvdata->retstack) in etm4_parse_event_config()
1338 drvdata->retstack = !!(etmidr0 & TRCIDR0_RETSTACK); in etm4_init_arch_data()
H A Dcoresight-etm4x.h962 * @retstack: Indicates if the implementation supports a return stack.
1025 bool retstack; member
H A Dcoresight-etm4x-sysfs.c363 (drvdata->retstack == true)) in mode_store()