Prev: [PATCH 0/5] Optimize perf ring-buffer
Next: posix_timer: move copy_to_user(created_timer_id) down in timer_create
From: Steven Rostedt on 19 May 2010 10:50 On Wed, 2010-05-19 at 09:28 +0200, Frederic Weisbecker wrote: > On Tue, May 18, 2010 at 04:45:09PM +0200, Johannes Berg wrote: > This is a place where events injection might be suitable perhaps. > Either kernel or user space event injection. > > kernel space injection would be a simple trace event declared that > have a callback called when it gets enabled. This callback would > inject any events it wants. > > userspace injection could be a bit different, the user can inject > its own format and events content toward a debugfs or whatever file. > This would be suitable if userspace have few things to inject, > otherwise we would need to think about something else perhaps. > The userspace injection actually sounds like a good idea. I don't think it needs to tell the kernel about it. Since it is running the trace. Perhaps just have a way that the userspace can add its own events to the recording file. I guess this would be closer to what LTTng does with channels. That is, you could have a separate recording stream to write events that tell the tracer what is happening. It would be nice to have a way that userspace can read the trace clock timer though. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |