Searched refs:tp_mod (Results 1 – 2 of 2) sorted by relevance
591 struct tp_module *tp_mod; in register_tracepoint_module_notifier() local615 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier() local642 struct tp_module *tp_mod; in tracepoint_module_coming() local656 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() local677 if (tp_mod->mod == mod) { in tracepoint_module_going()680 list_del(&tp_mod->list); in tracepoint_module_going()681 kfree(tp_mod); in tracepoint_module_going()[all …]
918 struct module **tp_mod) in find_tracepoint() argument929 *tp_mod = data.mod; in find_tracepoint()960 struct tp_module *tp_mod = data; in __tracepoint_probe_module_cb() local971 tpoint = find_tracepoint_in_module(tp_mod->mod, tf->symbol); in __tracepoint_probe_module_cb()974 tf->mod = tp_mod->mod; in __tracepoint_probe_module_cb()979 } else if (val == MODULE_STATE_GOING && tp_mod->mod == tf->mod) { in __tracepoint_probe_module_cb()1076 struct module *tp_mod = NULL; in __trace_fprobe_create() local1161 tpoint = find_tracepoint(symbol, &tp_mod); in __trace_fprobe_create()1200 tf = alloc_trace_fprobe(group, event, symbol, tpoint, tp_mod, in __trace_fprobe_create()1241 if (tp_mod) in __trace_fprobe_create()[all …]
Completed in 14 milliseconds