Home
last modified time | relevance | path

Searched refs:trcbb (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h396 * @trcbb: Indicates if the trace unit supports branch broadcast tracing.
451 bool trcbb; member
H A Dcoresight-etm4x-core.c647 drvdata->trcbb = true; in etm4_init_arch_data()
649 drvdata->trcbb = false; in etm4_init_arch_data()
H A Dcoresight-etm4x-sysfs.c320 if ((config->mode & ETM_MODE_BB) && (drvdata->trcbb == true)) in mode_store()
692 if (drvdata->trcbb == false) in bb_ctrl_store()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-core.c733 if (!drvdata->trcbb) { in etm4_parse_event_config()
1196 drvdata->trcbb = !!(etmidr0 & TRCIDR0_TRCBB); in etm4_init_arch_data()
H A Dcoresight-etm4x-sysfs.c324 if ((config->mode & ETM_MODE_BB) && (drvdata->trcbb == true)) in mode_store()
701 if (drvdata->trcbb == false) in bb_ctrl_store()
H A Dcoresight-etm4x.h985 * @trcbb: Indicates if the trace unit supports branch broadcast tracing.
1048 bool trcbb; member

Completed in 15 milliseconds