函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\stackdepot.c Create Date:2022-07-27 08:19:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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.

函数原型:unsigned int stack_depot_fetch(depot_stack_handle_t handle, unsigned long **entries)

返回类型:unsigned int

参数:

类型参数名称
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等于slaboffset
209  entries等于 Variable-sized array of entries.
210  返回: Number of frames in the stack
调用者
名称描述
print_page_owner
__dump_page_owner
print_track