You need to fix the build-bot warning, it's legitimate (though hard to spot): > + TP_printk(WIPHY_PR_FMT, ", enabled=%d", > + WIPHY_PR_ARG, __entry->enabled) > +); You have a stray comma there after WIPHY_PR_FMT. johannes