示例#1
0
void __attribute__((destructor)) bt_dummy_exit(void)
{
	bt_unregister_format(&bt_dummy_format);
}
示例#2
0
void __attribute__((destructor)) ctf_metadata_exit(void)
{
	bt_unregister_format(&ctf_metadata_format);
}
示例#3
0
void __attribute__((destructor)) lttng_live_exit(void)
{
	bt_unregister_format(&lttng_live_format);
}