On Mon, 23 Apr 2018 10:59:43 -0400 (EDT) Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx> wrote: > The main open question here is whether we want one SRCU grace period > domain per SRCU tracepoint definition, or just one SRCU domain for all > SRCU tracepoints would be fine. > > I'm not sure what we would gain by having the extra granularity provided > by one SRCU grace period domain per tracepoint, and having a single SRCU > domain for all SRCU tracepoints makes it easy to batch grace period after > bulk tracepoint modifications. > > Thoughts ? I didn't think too much depth in this. It was more of just a brain storming idea. Yeah, one singe RCU domain may be good enough. I was thinking more of how to know when a tracepoint required the SRCU domain as supposed to a preempt disabled domain, and wanted to just suggest the linker script approach. This is how I detect if trace_printk() is used anywhere in the kernel (and do that big warning if it is). That way the trace events don't need to be created any special way. You just use the trace_##event##_X flavor and it automatically detects what to do. But we need to make sure the same event isn't used for multiple flavors (SRCU vs schedule), or maybe we can, and any change would have to do both synchronizations. -- Steve -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html