函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\kasan\report.c Create Date:2022-07-27 17:26:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:print_track

函数原型:static void print_track(struct kasan_track *track, const char *prefix)

返回类型:void

参数:

类型参数名称
struct kasan_track *track
const char *prefix
102  打印错误信息("%s by task %u:\n", prefix, pid)
103  如果stack
107  nr_entries等于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.
108  stack_trace_print - Print the entries in the stack trace*@entries: Pointer to storage array*@nr_entries: Number of entries in the storage array*@spaces: Number of leading spaces to print
109  否则
110  打印错误信息("(stack is not available)\n")
调用者
名称描述
describe_object