Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:seq_print_ip_sym

Proto:int seq_print_ip_sym(struct trace_seq *s, unsigned long ip, unsigned long sym_flags)

Type:int

Parameter:

TypeParameterName
struct trace_seq *s
unsigned longip
unsigned longsym_flags
418  If Not ip Then
419  trace_seq_putc(s, '0')
420  Go to out
423  seq_print_sym(s, ip, sym_flags & TRACE_ITER_SYM_OFFSET)
425  If sym_flags & TRACE_ITER_SYM_ADDR Then Currently only defined when tracing is enabled.
428  out :
429  Return Not race_seq_has_overflowed - return true if the trace_seq took too much*@s: trace sequence descriptor* Returns true if too much data was added to the trace_seq and it is* now full and will not take anymore.
Caller
NameDescribe
print_trace_header
trace_fn_traceTRACE_FN
trace_stack_printTRACE_STACK
trace_bputs_printTRACE_BPUTS
trace_bprint_printTRACE_BPRINT
trace_print_printTRACE_PRINT
print_kprobe_eventEvent entry printers
print_kretprobe_event