When writing a big file to a ubd disk, everything in uml slows down to a crawl, even though CPU usage is minimal.
So I wanted to try the latency tracer from -rt, but it doesn't compile with UML: CC arch/um/kernel/asm-offsets.s In file included from arch/um/include/sysdep/kernel-offsets.h:2, from arch/um/kernel/asm-offsets.c:1: include/linux/sched.h: In function ‘set_tsk_need_resched_delayed’: include/linux/sched.h:2105: error: ‘TIF_NEED_RESCHED_DELAYED’ undeclared (first use in this function) include/linux/sched.h:2105: error: (Each undeclared identifier is reported only once include/linux/sched.h:2105: error: for each function it appears in.) include/linux/sched.h: In function ‘clear_tsk_need_resched_delayed’: include/linux/sched.h:2110: error: ‘TIF_NEED_RESCHED_DELAYED’ undeclared (first use in this function) include/linux/sched.h: In function ‘need_resched_delayed’: include/linux/sched.h:2115: error: ‘TIF_NEED_RESCHED_DELAYED’ undeclared (first use in this function) make[1]: *** [arch/um/kernel/asm-offsets.s] Error 1 make: *** [prepare0] Error 2 Ingo, do you think this route is worthwhile pursuing, or is it too difficult to make -rt work for UML? Thanks, Miklos - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/