Home
last modified time | relevance | path

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

/linux/lib/
H A Dstackdepot.c45 static bool stack_depot_disabled; variable
100 return kstrtobool(str, &stack_depot_disabled); in disable_stack_depot()
163 if (stack_depot_disabled) { in stack_depot_early_init()
201 stack_depot_disabled = true; in stack_depot_early_init()
220 stack_depot_disabled = true; in stack_depot_early_init()
236 if (stack_depot_disabled || stack_table) in stack_depot_init()
266 stack_depot_disabled = true; in stack_depot_init()
279 stack_depot_disabled = true; in stack_depot_init()
661 if (unlikely(nr_entries == 0) || stack_depot_disabled) in stack_depot_save_flags()
764 if (!handle || stack_depot_disabled) in stack_depot_fetch()
[all …]
/linux/scripts/gdb/linux/
H A Dstackdepot.py27 stack_depot_disabled = gdb.parse_and_eval('stack_depot_disabled')
29 if stack_depot_disabled: