Lines Matching refs:mod
32 TP_PROTO(struct module *mod),
34 TP_ARGS(mod),
38 __string( name, mod->name )
42 __entry->taints = mod->taints;
43 __assign_str(name, mod->name);
51 TP_PROTO(struct module *mod),
53 TP_ARGS(mod),
56 __string( name, mod->name )
60 __assign_str(name, mod->name);
71 TP_PROTO(struct module *mod, unsigned long ip),
73 TP_ARGS(mod, ip),
78 __string( name, mod->name )
83 __entry->refcnt = atomic_read(&mod->refcnt);
84 __assign_str(name, mod->name);
93 TP_PROTO(struct module *mod, unsigned long ip),
95 TP_ARGS(mod, ip)
100 TP_PROTO(struct module *mod, unsigned long ip),
102 TP_ARGS(mod, ip)