Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dstackdepot.c45 static bool stack_depot_disabled; variable
100 return kstrtobool(str, &stack_depot_disabled); in disable_stack_depot()
135 if (stack_depot_disabled) { in stack_depot_early_init()
173 stack_depot_disabled = true; in stack_depot_early_init()
197 if (stack_depot_disabled || stack_table) in stack_depot_init()
227 stack_depot_disabled = true; in stack_depot_init()
611 if (unlikely(nr_entries == 0) || stack_depot_disabled) in stack_depot_save_flags()
703 if (!handle || stack_depot_disabled) in stack_depot_fetch()
723 if (!handle || stack_depot_disabled) in stack_depot_put()
802 if (stack_depot_disabled) in depot_debugfs_init()
/linux-6.12.1/scripts/gdb/linux/
Dstackdepot.py27 stack_depot_disabled = gdb.parse_and_eval('stack_depot_disabled')
29 if stack_depot_disabled: