Home
last modified time | relevance | path

Searched defs:tp_mod (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/kernel/
Dtracepoint.c611 struct tp_module *tp_mod; in register_tracepoint_module_notifier() local
618 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in register_tracepoint_module_notifier() local
635 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier() local
642 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in unregister_tracepoint_module_notifier() local
662 struct tp_module *tp_mod; in tracepoint_module_coming() local
692 struct tp_module *tp_mod; in tracepoint_module_going() local
/kernel/linux/linux-6.6/kernel/
Dtracepoint.c591 struct tp_module *tp_mod; in register_tracepoint_module_notifier() local
598 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in register_tracepoint_module_notifier() local
615 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier() local
622 list_for_each_entry(tp_mod, &tracepoint_module_list, list) in unregister_tracepoint_module_notifier() local
642 struct tp_module *tp_mod; in tracepoint_module_coming() local
670 struct tp_module *tp_mod; in tracepoint_module_going() local
/kernel/linux/linux-6.6/kernel/trace/
Dtrace_fprobe.c869 struct tp_module *tp_mod = data; in __tracepoint_probe_module_cb() local