Lines Matching refs:mod
30 TP_PROTO(struct module *mod),
32 TP_ARGS(mod),
36 __string( name, mod->name )
40 __entry->taints = mod->taints;
41 __assign_str(name, mod->name);
49 TP_PROTO(struct module *mod),
51 TP_ARGS(mod),
54 __string( name, mod->name )
58 __assign_str(name, mod->name);
69 TP_PROTO(struct module *mod, unsigned long ip),
71 TP_ARGS(mod, ip),
76 __string( name, mod->name )
81 __entry->refcnt = __this_cpu_read(mod->refptr->incs) + __this_cpu_read(mod->refptr->decs);
82 __assign_str(name, mod->name);
91 TP_PROTO(struct module *mod, unsigned long ip),
93 TP_ARGS(mod, ip)
98 TP_PROTO(struct module *mod, unsigned long ip),
100 TP_ARGS(mod, ip)