[ag-automation] echo 1 > /sys/kernel/debug/tracing/latency_hist/enable/preemptirqsoff causes crash

"Dr.-Ing. Matthias Schöpfer" schoepfer at robolab.de
Tue Nov 11 12:41:24 CET 2014


Hi Carsten!

On 11/11/2014 12:34 PM, Carsten Emde wrote:
> Did you forget to disable sleep states?
> 
> This is best done by writing "0" to /dev/cpu_dma_latency such as
> 
> int fd = open("/dev/cpu_dma_latency", O_WRONLY);
> if (fd >= 0)
>    write(fd, "0", 1);
> /* do not close fd */

Yes, I did that. lsof confirmed.

Thanks!

-- 
Dr. Matthias Schöpfer
mz robolab GmbH
Marie-Curie-Str. 1
53359 Rheinbach

Office: +49 2226 83600 00
Fax: +49 2226 83600 11
Email: schoepfer at robolab.de

mz robolab GmbH
Vertretungsberechtigte Geschäftsführer: Dr. Rüdiger Maaß, Ralf Schulte
Registergericht Amtsgericht Bonn
Registernummer HRB 10595
---
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in
error) please notify the sender immediately and destroy this e-mail. Any
unauthorised copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese
E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie
die unbefugte Weitergabe dieser Mail ist nicht gestattet.
---
P    please consider the environment before printing this e-mail


More information about the ag-automation mailing list