Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hist_trigger_stacktrace_print

Proto:static void hist_trigger_stacktrace_print(struct seq_file *m, unsigned long *stacktrace_entries, unsigned int max_entries)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
unsigned long *stacktrace_entries
unsigned intmax_entries
5378  spaces = 8
5381  When i < max_entries cycle
5382  If Not stacktrace_entries[i] Then Return
5385  seq_printf(m, "%*c", 1 + spaces, ' ')
5386  sprint_symbol - Look up a kernel symbol and return it in a text buffer*@buffer: buffer to be stored*@address: address to lookup* This function looks up a kernel symbol with @address and stores its name,* offset, size and module name to @buffer if possible
5387  seq_printf(m, "%s\n", str)
Caller
NameDescribe
hist_trigger_print_key