Searched refs:stack_depot_fetch (Results 1 – 8 of 8) sorted by relevance
| /linux/scripts/gdb/linux/ |
| A D | stackdepot.py | 23 def stack_depot_fetch(handle): function 60 entries, nr_entries = stack_depot_fetch(handle)
|
| /linux/mm/kmsan/ |
| A D | report.c | 100 nr_entries = stack_depot_fetch(origin, &entries); in kmsan_print_origin() 126 stack_depot_fetch(head, &chained_entries); in kmsan_print_origin()
|
| A D | kmsan_test.c | 609 dst_nentries = stack_depot_fetch(handle, &dst_entries); in test_stackdepot_roundtrip()
|
| /linux/lib/ |
| A D | stackdepot.c | 691 unsigned int stack_depot_fetch(depot_stack_handle_t handle, in stack_depot_fetch() function 717 EXPORT_SYMBOL_GPL(stack_depot_fetch); 744 nr_entries = stack_depot_fetch(stack, &entries); in stack_depot_print() 756 nr_entries = stack_depot_fetch(handle, &entries); in stack_depot_snprint()
|
| /linux/include/linux/ |
| A D | stackdepot.h | 199 unsigned int stack_depot_fetch(depot_stack_handle_t handle,
|
| /linux/drivers/gpu/drm/ |
| A D | drm_modeset_lock.c | 103 nr_entries = stack_depot_fetch(stack_depot, &entries); in __drm_stack_depot_print()
|
| /linux/mm/ |
| A D | kmemleak.c | 366 nr_entries = stack_depot_fetch(object->trace_handle, &entries); in print_unreferenced()
|
| A D | slub.c | 5545 nr_entries = stack_depot_fetch(handle, &entries); in __kmem_obj_info() 5553 nr_entries = stack_depot_fetch(handle, &entries); in __kmem_obj_info() 7258 nr_entries = stack_depot_fetch(handle, &entries); in slab_debugfs_show()
|
Completed in 35 milliseconds