Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\stackdepot.c Create Date:2022-07-28 07:20:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:stack_depot_fetch - Fetch stack entries from a depot*@handle: Stack depot handle which was returned from* stack_depot_save().*@entries: Pointer to store the entries address* Return: The number of trace entries for this depot.

Proto:unsigned int stack_depot_fetch(depot_stack_handle_t handle, unsigned long **entries)

Type:unsigned int

Parameter:

TypeParameterName
depot_stack_handle_thandle
unsigned long **entries
204  union handle_parts parts = {handle = handle}
205  slab = stack_slabs[slabindex]
206  offset = offset << STACK_ALLOC_ALIGN
207  stack = slab + offset
209  entries = Variable-sized array of entries.
210  Return Number of frames in the stack
Caller
NameDescribe
print_page_owner
__dump_page_owner