match_kfree
add_function_hook("kfree", &match_kfree, INT_PTR(0));
add_function_hook("brelse", &match_kfree, INT_PTR(0));
add_function_hook("kmem_cache_free", &match_kfree, INT_PTR(1));
add_function_hook("vfree", &match_kfree, INT_PTR(0));
add_function_hook("kfree", &match_kfree, NULL);
add_function_hook("free", &match_kfree, NULL);