Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c541 return sprintf(buf, "%#x\n", drvdata->stop_on_flush); in stop_on_flush_show()
556 drvdata->stop_on_flush = true; in stop_on_flush_store()
558 drvdata->stop_on_flush = false; in stop_on_flush_store()
563 static DEVICE_ATTR_RW(stop_on_flush);
H A Dcoresight-tmc.h259 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.c1107 if (drvdata->stop_on_flush) in __tmc_etr_enable_hw()
/linux/Documentation/trace/coresight/
H A Dpanic.rst185 #echo 1 > /sys/bus/coresight/devices/tmc_etr0/stop_on_flush