Home
last modified time | relevance | path

Searched refs:stop_on_full (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dmsu.c158 bool stop_on_full; member
1778 if (msc->stop_on_full) in intel_th_msc_interrupt()
2080 return sprintf(buf, "%d\n", msc->stop_on_full); in stop_on_full_show()
2090 ret = kstrtobool(buf, &msc->stop_on_full); in stop_on_full_store()
2097 static DEVICE_ATTR_RW(stop_on_full);
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dmsu.c158 bool stop_on_full; member
1792 if (msc->stop_on_full) in intel_th_msc_interrupt()
2094 return sprintf(buf, "%d\n", msc->stop_on_full); in stop_on_full_show()
2104 ret = kstrtobool(buf, &msc->stop_on_full); in stop_on_full_store()
2111 static DEVICE_ATTR_RW(stop_on_full);

Completed in 7 milliseconds