Lines Matching refs:mod
33 TP_PROTO(struct module *mod),
35 TP_ARGS(mod),
39 __string( name, mod->name )
43 __entry->taints = mod->taints;
44 __assign_str(name, mod->name);
52 TP_PROTO(struct module *mod),
54 TP_ARGS(mod),
57 __string( name, mod->name )
61 __assign_str(name, mod->name);
72 TP_PROTO(struct module *mod, unsigned long ip),
74 TP_ARGS(mod, ip),
79 __string( name, mod->name )
84 __entry->refcnt = atomic_read(&mod->refcnt);
85 __assign_str(name, mod->name);
94 TP_PROTO(struct module *mod, unsigned long ip),
96 TP_ARGS(mod, ip)
101 TP_PROTO(struct module *mod, unsigned long ip),
103 TP_ARGS(mod, ip)