Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-bus-intel_th-devices-msc47 What: /sys/bus/intel_th/devices/<intel_th_id>-msc<msc-id>/stop_on_full
/linux/drivers/hwtracing/intel_th/
H A Dmsu.c129 * @stop_on_full: stop the trace if the current window is full
167 bool stop_on_full; member
1790 if (msc->stop_on_full) in intel_th_msc_interrupt()
2092 return sprintf(buf, "%d\n", msc->stop_on_full); in stop_on_full_show()
2102 ret = kstrtobool(buf, &msc->stop_on_full); in stop_on_full_store()
2109 static DEVICE_ATTR_RW(stop_on_full);