Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:race_seq_putc - trace sequence printing of simple character*@s: trace sequence descriptor*@c: simple character to record* The tracer may use either the sequence operations or its own* copy to user routines

Proto:void trace_seq_putc(struct trace_seq *s, unsigned char c)

Type:void

Parameter:

TypeParameterName
struct trace_seq *s
unsigned charc
238  If full Then Return
241  race_seq should work with being initialized with 0s.
243  If How much buffer is left on the trace_seq? (s) < 1 Then
244  full = 1
245  Return
248  seq_buf_putc - sequence printing of simple character*@s: seq_buf descriptor*@c: simple character to record* Copy a single character into the sequence buffer.* Returns zero on success, -1 on overflow
Caller
NameDescribe
output_printk
trace_print_flags_seq
trace_print_symbols_seq
trace_print_flags_seq_u64
trace_print_symbols_seq_u64
trace_print_bitmask_seq
trace_print_hex_seqrace_print_hex_seq - print buffer as hex sequence*@p: trace seq struct to write to*@buf: The buffer to print*@buf_len: Length of @buf in bytes*@concatenate: Print @buf as single hex string or with spacing* Prints the passed buffer as a hex sequence either
trace_print_array_seq
trace_print_hex_dump_seq
seq_print_ip_sym
trace_print_lat_fmtrace_print_lat_fmt - print the irq, preempt and lockdep fields*@s: trace seq struct to write to*@entry: The trace entry field from the ring buffer* Prints the generic fields of irqs off, in hard or softirq, preempt* count.
trace_fn_traceTRACE_FN
trace_stack_printTRACE_STACK
trace_user_stack_printTRACE_USER_STACK
trace_hwlat_printTRACE_HWLAT
trace_raw_data
print_graph_proc
print_graph_lat_fmt
print_graph_irq
trace_print_graph_duration
print_graph_entry_leafCase of a leaf function on its call entry
print_graph_entry_nested
print_graph_return
print_graph_comment
print_syscall_enter
print_syscall_exit
append_filter_err
print_synth_event
print_kprobe_eventEvent entry printers
print_kretprobe_event
print_uprobe_eventEvent entry printers