Home
last modified time | relevance | path

Searched refs:UNW_DEBUG_ON (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/ia64/kernel/
Dunwind.c60 # define UNW_DEBUG_ON(n) unw_debug_level >= n macro
62 # define UNW_DPRINT(n, ...) if (UNW_DEBUG_ON(n)) printk(__VA_ARGS__)
66 # define UNW_DEBUG_ON(n) 0 macro
1231 if (UNW_DEBUG_ON(0)) in script_lookup()