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

/linux-master/scripts/gdb/linux/
H A Dstackdepot.py45 def stack_depot_print(handle): function
H A 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"])
H A Dslab.py235 stackdepot.stack_depot_print(loc['handle'])
/linux-master/include/linux/
H A Dstackdepot.h203 * stack_depot_print - Print a stack trace from stack depot
207 void stack_depot_print(depot_stack_handle_t stack);
/linux-master/lib/
H A Dref_tracker.c248 stack_depot_print(tracker->alloc_stack_handle);
252 stack_depot_print(tracker->free_stack_handle);
H A Dstackdepot.c746 void stack_depot_print(depot_stack_handle_t stack) function
755 EXPORT_SYMBOL_GPL(stack_depot_print); variable
/linux-master/mm/kasan/
H A Dreport_generic.c199 stack_depot_print(alloc_meta->aux_stack[0]);
204 stack_depot_print(alloc_meta->aux_stack[1]);
H A Dreport.c280 stack_depot_print(track->stack);
/linux-master/mm/kmsan/
H A Dkmsan_test.c608 stack_depot_print(handle);
/linux-master/mm/
H A Dpage_owner.c635 stack_depot_print(handle);
643 stack_depot_print(handle);
H A Dkmemleak.c392 stack_depot_print(object->trace_handle);
H A Dslub.c943 stack_depot_print(handle);

Completed in 277 milliseconds