Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\kasan\report.c Create Date:2022-07-28 15:52:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:print_track

Proto:static void print_track(struct kasan_track *track, const char *prefix)

Type:void

Parameter:

TypeParameterName
struct kasan_track *track
const char *prefix
102  pr_err("%s by task %u:\n", prefix, pid)
103  If stack Then
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  Else
110  pr_err("(stack is not available)\n")
Caller
NameDescribe
describe_object