Searched refs:tp_mod (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/
H A Dtracepoint.c591 struct tp_module *tp_mod; local
598 list_for_each_entry(tp_mod, &tracepoint_module_list, list)
599 (void) nb->notifier_call(nb, MODULE_STATE_COMING, tp_mod);
615 struct tp_module *tp_mod; local
622 list_for_each_entry(tp_mod, &tracepoint_module_list, list)
623 (void) nb->notifier_call(nb, MODULE_STATE_GOING, tp_mod);
642 struct tp_module *tp_mod; local
655 tp_mod = kmalloc(sizeof(struct tp_module), GFP_KERNEL);
656 if (!tp_mod)
658 tp_mod
670 struct tp_module *tp_mod; local
[all...]
/linux-master/kernel/trace/
H A Dtrace_fprobe.c869 struct tp_module *tp_mod = data; local
878 if (tp_mod->mod == tf->mod) {

Completed in 384 milliseconds