Home
last modified time | relevance | path

Searched refs:stop_on_flush (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c540 return sprintf(buf, "%#x\n", drvdata->stop_on_flush); in stop_on_flush_show()
555 drvdata->stop_on_flush = true; in stop_on_flush_store()
557 drvdata->stop_on_flush = false; in stop_on_flush_store()
562 static DEVICE_ATTR_RW(stop_on_flush);
H A Dcoresight-tmc.h255 bool stop_on_flush; member
H A Dcoresight-tmc-etf.c39 if (drvdata->stop_on_flush) in __tmc_etb_enable_hw()
H A Dcoresight-tmc-etr.c1111 if (drvdata->stop_on_flush) in __tmc_etr_enable_hw()
/linux-6.15/Documentation/trace/coresight/
H A Dpanic.rst185 #echo 1 > /sys/bus/coresight/devices/tmc_etr0/stop_on_flush