On Sun, 2009-12-13 at 15:50 +0100, Frederic Weisbecker wrote: > On Sun, Dec 13, 2009 at 09:48:15AM -0500, Steven Rostedt wrote: > > > pr_info("event trace: Could not activate trace point " \ > > > - "probe to " #call "\n"); \ > > > + "probe to %s\n", #call); \ > > This reduces format string space a bit, but doesn't it just add another > > string to the string tables #func == "func" as well as add code to pass > > in another parameter? > Yeah, I don't understand the purpose of this patch either... For sched, it reduces size by ~1k. -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |