Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dtracepoint.c591 struct tp_module *tp_mod; in register_tracepoint_module_notifier()
615 struct tp_module *tp_mod; in unregister_tracepoint_module_notifier()
642 struct tp_module *tp_mod; in tracepoint_module_coming()
655 tp_mod = kmalloc(sizeof(struct tp_module), GFP_KERNEL); in tracepoint_module_coming()
670 struct tp_module *tp_mod; in tracepoint_module_going()
/openbmc/linux/include/linux/
H A Dtracepoint.h60 struct tp_module { struct
/openbmc/linux/kernel/trace/
H A Dtrace_fprobe.c869 struct tp_module *tp_mod = data; in __tracepoint_probe_module_cb()