Esempio n. 1
0
void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent)
{
	pevent_unregister_print_function(pevent, process_jbd2_dev_to_name,
					 "jbd2_dev_to_name");

	pevent_unregister_print_function(pevent, process_jiffies_to_msecs,
					 "jiffies_to_msecs");
}
Esempio n. 2
0
void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent)
{
	pevent_unregister_print_function(pevent, process_xen_hypercall_name,
					 "xen_hypercall_name");
}
void PEVENT_PLUGIN_UNLOADER(struct pevent *pevent)
{
	pevent_unregister_print_function(pevent, process___le16_to_cpup,
					 "__le16_to_cpup");
}