Home
last modified time | relevance | path

Searched refs:tp_module (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/kernel/
Dtracepoint.c544 struct tp_module *tp_mod; in register_tracepoint_module_notifier()
568 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier()
595 struct tp_module *tp_mod; in tracepoint_module_coming()
608 tp_mod = kmalloc(sizeof(struct tp_module), GFP_KERNEL); in tracepoint_module_coming()
623 struct tp_module *tp_mod; in tracepoint_module_going()
726 struct tp_module *tp_mod; in for_each_module_tracepoint()
/linux-6.14.4/include/linux/
Dtracepoint.h58 struct tp_module { struct
/linux-6.14.4/kernel/trace/
Dtrace_fprobe.c994 struct tp_module *tp_mod = data; in __tracepoint_probe_module_cb()