match_atomic_inc
add_function_hook("atomic_inc_return", &match_atomic_inc, NULL);
add_function_hook("atomic_long_inc", &match_atomic_inc, NULL);
add_function_hook("atomic_inc", &match_atomic_inc, NULL);