Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dtracepoint.c591 struct tp_module *tp_mod; in register_tracepoint_module_notifier() local
615 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier() local
642 struct tp_module *tp_mod; in tracepoint_module_coming() local
656 if (!tp_mod) in tracepoint_module_coming()
658 tp_mod->mod = mod; in tracepoint_module_coming()
663 MODULE_STATE_COMING, tp_mod); in tracepoint_module_coming()
670 struct tp_module *tp_mod; in tracepoint_module_going() local
677 if (tp_mod->mod == mod) { in tracepoint_module_going()
679 MODULE_STATE_GOING, tp_mod); in tracepoint_module_going()
680 list_del(&tp_mod->list); in tracepoint_module_going()
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c851 struct tp_module *tp_mod = data; in __tracepoint_probe_module_cb() local
860 if (tp_mod->mod == tf->mod) { in __tracepoint_probe_module_cb()