Home
last modified time | relevance | path

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

/linux-6.14.4/scripts/gdb/linux/
Dstackdepot.py23 def stack_depot_fetch(handle): function
60 entries, nr_entries = stack_depot_fetch(handle)
/linux-6.14.4/mm/kmsan/
Dreport.c100 nr_entries = stack_depot_fetch(origin, &entries); in kmsan_print_origin()
126 stack_depot_fetch(head, &chained_entries); in kmsan_print_origin()
Dkmsan_test.c609 dst_nentries = stack_depot_fetch(handle, &dst_entries); in test_stackdepot_roundtrip()
/linux-6.14.4/lib/
Dstackdepot.c699 unsigned int stack_depot_fetch(depot_stack_handle_t handle, in stack_depot_fetch() function
725 EXPORT_SYMBOL_GPL(stack_depot_fetch);
752 nr_entries = stack_depot_fetch(stack, &entries); in stack_depot_print()
764 nr_entries = stack_depot_fetch(handle, &entries); in stack_depot_snprint()
/linux-6.14.4/include/linux/
Dstackdepot.h199 unsigned int stack_depot_fetch(depot_stack_handle_t handle,
/linux-6.14.4/drivers/gpu/drm/
Ddrm_modeset_lock.c103 nr_entries = stack_depot_fetch(stack_depot, &entries); in __drm_stack_depot_print()
/linux-6.14.4/mm/
Dkmemleak.c366 nr_entries = stack_depot_fetch(object->trace_handle, &entries); in print_unreferenced()
Dslub.c5705 nr_entries = stack_depot_fetch(handle, &entries); in __kmem_obj_info()
5713 nr_entries = stack_depot_fetch(handle, &entries); in __kmem_obj_info()
7445 nr_entries = stack_depot_fetch(handle, &entries); in slab_debugfs_show()