Searched refs:stack_depot_fetch (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/scripts/gdb/linux/ |
H A D | stackdepot.py | 16 def stack_depot_fetch(handle): function 49 entries, nr_entries = stack_depot_fetch(handle)
|
/openbmc/linux/lib/ |
H A D | stackdepot.c | 460 unsigned int stack_depot_fetch(depot_stack_handle_t handle, in stack_depot_fetch() function 496 EXPORT_SYMBOL_GPL(stack_depot_fetch); 503 nr_entries = stack_depot_fetch(stack, &entries); in stack_depot_print() 515 nr_entries = stack_depot_fetch(handle, &entries); in stack_depot_snprint()
|
/openbmc/linux/mm/kmsan/ |
H A D | report.c | 98 nr_entries = stack_depot_fetch(origin, &entries); in kmsan_print_origin() 124 stack_depot_fetch(head, &chained_entries); in kmsan_print_origin()
|
H A D | kmsan_test.c | 576 dst_nentries = stack_depot_fetch(handle, &dst_entries); in test_stackdepot_roundtrip()
|
/openbmc/linux/include/linux/ |
H A D | stackdepot.h | 121 unsigned int stack_depot_fetch(depot_stack_handle_t handle,
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modeset_lock.c | 103 nr_entries = stack_depot_fetch(stack_depot, &entries); in __drm_stack_depot_print()
|
/openbmc/linux/mm/ |
H A D | kmemleak.c | 360 nr_entries = stack_depot_fetch(object->trace_handle, &entries); in print_unreferenced()
|
H A D | slub.c | 4695 nr_entries = stack_depot_fetch(handle, &entries); in __kmem_obj_info() 4703 nr_entries = stack_depot_fetch(handle, &entries); in __kmem_obj_info() 6336 nr_entries = stack_depot_fetch(handle, &entries); in slab_debugfs_show()
|