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

/linux-master/drivers/hwtracing/intel_th/
H A Dmsu.c158 bool stop_on_full; member in struct:msc
1792 if (msc->stop_on_full)
2094 return sprintf(buf, "%d\n", msc->stop_on_full);
2104 ret = kstrtobool(buf, &msc->stop_on_full);
2111 static DEVICE_ATTR_RW(stop_on_full);

Completed in 131 milliseconds