match_atomic_dec
add_function_hook("atomic_dec_and_test", &match_atomic_dec, NULL);
add_function_hook("atomic_long_dec_and_test", &match_atomic_dec, NULL);
add_function_hook("atomic64_dec_and_test", &match_atomic_dec, NULL);
add_function_hook("_atomic_dec_and_lock", &match_atomic_dec, NULL);
add_function_hook("atomic_dec", &match_atomic_dec, NULL);
add_function_hook("atomic_dec_return", &match_atomic_dec, NULL);
add_function_hook("atomic_long_dec", &match_atomic_dec, NULL);