Example #1
0
void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
{
	tep_unregister_print_function(tep, process_jbd2_dev_to_name,
				      "jbd2_dev_to_name");

	tep_unregister_print_function(tep, process_jiffies_to_msecs,
				      "jiffies_to_msecs");
}
Example #2
0
void TEP_PLUGIN_UNLOADER(struct tep_handle *pevent)
{
	tep_unregister_print_function(pevent, process_xen_hypercall_name,
				      "xen_hypercall_name");
}