函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\trace\trace_seq.c Create Date:2022-07-27 13:12:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: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

函数原型:void trace_seq_putc(struct trace_seq *s, unsigned char c)

返回类型:void

参数:

类型参数名称
struct trace_seq *s
unsigned charc
238  如果full则返回
241  race_seq should work with being initialized with 0s.
243  如果How much buffer is left on the trace_seq? (s)小于1则
244  full等于1
245  返回
248  简单字符序列打印
调用者
名称描述
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
print_probe_args