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:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_output_raw

Proto:static int trace_output_raw(struct trace_iterator *iter, char *name, char *fmt, va_list ap)

Type:int

Parameter:

TypeParameterName
struct trace_iterator *iter
char *name
char *fmt
va_listap
318  s = The below is zeroed out in pipe_read
320  Currently only defined when tracing is enabled.
321  race_seq_vprintf - sequence printing of trace information*@s: trace sequence descriptor*@fmt: printf format string* The tracer may use either sequence operations or its own* copy to user routines
323  Return Several functions return TRACE_TYPE_PARTIAL_LINE if the trace_seq* overflowed, and TRACE_TYPE_HANDLED otherwise. This helper function* simplifies those functions and keeps them in sync.
Caller
NameDescribe
trace_output_call