Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct trace_seq * | s | |
unsigned char | c |
238 | If full Then Return |
243 | If How much buffer is left on the trace_seq? (s) < 1 Then |
244 | full = 1 |
245 | Return |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |