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

/linux-master/scripts/gdb/linux/
H A Dstackdepot.py16 def stack_depot_fetch(handle): function
49 entries, nr_entries = stack_depot_fetch(handle)
/linux-master/include/linux/
H A Dstackdepot.h192 * stack_depot_fetch - Fetch a stack trace from stack depot
199 unsigned int stack_depot_fetch(depot_stack_handle_t handle,
/linux-master/mm/kmsan/
H A Dreport.c98 nr_entries = stack_depot_fetch(origin, &entries);
124 stack_depot_fetch(head, &chained_entries);
H A Dkmsan_test.c609 dst_nentries = stack_depot_fetch(handle, &dst_entries);
/linux-master/lib/
H A Dstackdepot.c698 unsigned int stack_depot_fetch(depot_stack_handle_t handle, function
724 EXPORT_SYMBOL_GPL(stack_depot_fetch); variable
751 nr_entries = stack_depot_fetch(stack, &entries);
763 nr_entries = stack_depot_fetch(handle, &entries);
/linux-master/drivers/gpu/drm/
H A Ddrm_modeset_lock.c103 nr_entries = stack_depot_fetch(stack_depot, &entries);
/linux-master/mm/
H A Dkmemleak.c361 nr_entries = stack_depot_fetch(object->trace_handle, &entries);
H A Dslub.c5264 nr_entries = stack_depot_fetch(handle, &entries);
5272 nr_entries = stack_depot_fetch(handle, &entries);
6914 nr_entries = stack_depot_fetch(handle, &entries);

Completed in 156 milliseconds