mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Trace event testing time - 3s to 41s
@ 2009-09-13 15:15 Parag Warudkar
  2009-09-14 15:28 ` Steven Rostedt
  2009-09-17  7:47 ` [tip:tracing/core] tracing: make testing syscall events a separate configuration tip-bot for Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Parag Warudkar @ 2009-09-13 15:15 UTC (permalink / raw)
  To: Steven Rostedt; +Cc: LKML, Ingo Molnar

Somewhere between -rc9 and yesterday's git, my desktop went from using
3s worth of trace event testing time to 41s !

It looks like we not only added a whole bunch of tracing points but
also are doing the tests twice post -rc9 - the addition being testing
with function tracer.

grep "Testing event" dmesg.31rc9 |wc -l
100

grep "Testing event" dmesg.31git |wc -l
1172

While one could get away with "don't enable that config option then"
response, for testing kernels daily this sounds like it is going to be
very annoying as it adds a considerable boot lag.

So I was thinking could we move this testing to a kthread with idle
priority or something - may be disabling tracing until those tests are
finished, if that sort of thing is necessary?
Or does it need to happen synchronous to booting?

Thanks

Parag

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-17  7:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-13 15:15 Trace event testing time - 3s to 41s Parag Warudkar
2009-09-14 15:28 ` Steven Rostedt
2009-09-17  7:47 ` [tip:tracing/core] tracing: make testing syscall events a separate configuration tip-bot for Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome