On Tue, 2011-01-25 at 16:58 -0500, John W. Linville wrote: > On Sun, Jan 23, 2011 at 11:12:53AM +0100, Johannes Berg wrote: > > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > > > For events that include only the local struct as > > their parameter, we can use DECLARE_EVENT_CLASS > > and save quite some binary size across segments > > as well lines of code. > > > > text data bss dec hex filename > > 375745 19296 916 395957 60ab5 mac80211.ko.before > > 367473 17888 916 386277 5e4e5 mac80211.ko.after > > -8272 -1408 0 -9680 -25d0 delta > > > > Some more tracepoints with identical arguments > > could be combined like this but for now this is > > the one that benefits most. > > > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > > OK, so what am I doing wrong? > > Kernel: arch/x86/boot/bzImage is ready (#11) > Building modules, stage 2. > MODPOST 2218 modules > ERROR: "__tracepoint_drv_return_void" [net/mac80211/mac80211.ko] undefined! Oh, apparently that happens when you compile without the tracing in mac80211. How strange. I'll have to figure that out. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html