Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/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);