Searched refs:tp_mod (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/ |
| H A D | tracepoint.c | 544 struct tp_module *tp_mod; in register_tracepoint_module_notifier() local 551 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in register_tracepoint_module_notifier() local 552 (void) nb->notifier_call(nb, MODULE_STATE_COMING, tp_mod); in register_tracepoint_module_notifier() 568 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier() local 575 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in unregister_tracepoint_module_notifier() local 576 (void) nb->notifier_call(nb, MODULE_STATE_GOING, tp_mod); in unregister_tracepoint_module_notifier() 595 struct tp_module *tp_mod; in tracepoint_module_coming() local 608 tp_mod = kmalloc(sizeof(struct tp_module), GFP_KERNEL); in tracepoint_module_coming() 609 if (!tp_mod) in tracepoint_module_coming() 611 tp_mod->mod = mod; in tracepoint_module_coming() [all …]
|
| /linux/kernel/trace/ |
| H A D | trace_fprobe.c | 125 struct module **tp_mod); 1020 struct module **tp_mod) in find_tracepoint() argument 1031 *tp_mod = data.mod; in find_tracepoint() 1078 struct tp_module *tp_mod = data; in __tracepoint_probe_module_cb() local 1089 tpoint = find_tracepoint_in_module(tp_mod->mod, tuser->name); in __tracepoint_probe_module_cb() 1094 tracepoint_user_within_module(tuser, tp_mod->mod)) { in __tracepoint_probe_module_cb()
|