Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dstackdepot.c66 static bool stack_depot_disabled; variable
106 ret = kstrtobool(str, &stack_depot_disabled); in disable_stack_depot()
107 if (!ret && stack_depot_disabled) { in disable_stack_depot()
141 if (!__stack_depot_early_init_requested || stack_depot_disabled) in stack_depot_early_init()
162 stack_depot_disabled = true; in stack_depot_early_init()
178 if (stack_depot_disabled || stack_table) in stack_depot_init()
208 stack_depot_disabled = true; in stack_depot_init()
379 if (unlikely(nr_entries == 0) || stack_depot_disabled) in __stack_depot_save()
/openbmc/linux/scripts/gdb/linux/
H A Dstackdepot.py20 stack_depot_disabled = gdb.parse_and_eval('stack_depot_disabled')
22 if stack_depot_disabled: