函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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 char | c |
238 | 如果full则返回 |
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_seq | race_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_fmt | race_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_trace | TRACE_FN |
trace_stack_print | TRACE_STACK |
trace_user_stack_print | TRACE_USER_STACK |
trace_hwlat_print | TRACE_HWLAT |
trace_raw_data | |
print_graph_proc | |
print_graph_lat_fmt | |
print_graph_irq | |
trace_print_graph_duration | |
print_graph_entry_leaf | Case 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_event | Event entry printers |
print_kretprobe_event | |
print_uprobe_event | Event entry printers |
print_probe_args |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |