Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/gdb/linux/
Dstackdepot.py56 def stack_depot_print(handle): function
82 stack_depot_print(gdb.Value(handle).cast(utils.get_uint_type()))
Dpage_owner.py134 stackdepot.stack_depot_print(page_owner["handle"])
140 stackdepot.stack_depot_print(page_owner["free_handle"])
179 stackdepot.stack_depot_print(page_owner["handle"])
Dslab.py235 stackdepot.stack_depot_print(loc['handle'])
/linux-6.12.1/mm/kasan/
Dreport_generic.c199 stack_depot_print(alloc_meta->aux_stack[0]); in kasan_print_aux_stacks()
204 stack_depot_print(alloc_meta->aux_stack[1]); in kasan_print_aux_stacks()
Dreport.c280 stack_depot_print(track->stack); in print_track()
/linux-6.12.1/include/linux/
Dstackdepot.h207 void stack_depot_print(depot_stack_handle_t stack);
/linux-6.12.1/lib/
Dref_tracker.c248 stack_depot_print(tracker->alloc_stack_handle); in ref_tracker_free()
252 stack_depot_print(tracker->free_stack_handle); in ref_tracker_free()
Dstackdepot.c739 void stack_depot_print(depot_stack_handle_t stack) in stack_depot_print() function
748 EXPORT_SYMBOL_GPL(stack_depot_print);
/linux-6.12.1/mm/
Dpage_owner.c630 stack_depot_print(handle); in __dump_page_owner()
638 stack_depot_print(handle); in __dump_page_owner()
Dkmemleak.c397 stack_depot_print(object->trace_handle); in dump_object_info()
Dslub.c1002 stack_depot_print(handle); in print_track()
/linux-6.12.1/mm/kmsan/
Dkmsan_test.c608 stack_depot_print(handle); in test_stackdepot_roundtrip()