Function report |
Source Code:kernel\trace\trace_seq.c |
Create Date:2022-07-28 12:05:46 |
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_puts - trace sequence printing of simple string*@s: trace sequence descriptor*@str: simple string to record* The tracer may use either the sequence operations or its own* copy to user routines
Proto:void trace_seq_puts(struct trace_seq *s, const char *str)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_seq * | s | |
const char * | str |
212 | If full Then Return |
217 | If len > How much buffer is left on the trace_seq? (s) Then |
218 | full = 1 |
219 | Return |
Name | Describe |
---|---|
ring_buffer_print_entry_header | The ring buffer header is special. We must manually up keep it. |
trace_print_bputs_msg_only | |
trace_print_printk_msg_only | |
trace_print_flags_seq | |
trace_print_symbols_seq | |
trace_print_flags_seq_u64 | |
trace_print_symbols_seq_u64 | |
trace_fn_trace | TRACE_FN |
trace_stack_print | TRACE_STACK |
trace_user_stack_print | TRACE_USER_STACK |
trace_bputs_print | TRACE_BPUTS |
trace_bputs_raw | |
trace_bprint_print | TRACE_BPRINT |
mmio_print_pcidev | |
mmio_pipe_open | |
mmio_print_rw | |
mmio_print_map | |
print_graph_lat_fmt | |
verif_pid | If the pid changed since the last trace, output this event |
print_graph_irq | |
trace_print_graph_duration | |
print_graph_duration | |
print_graph_prologue | |
print_graph_return | |
print_graph_comment | |
append_filter_err | |
print_event_filter | aller must hold event_mutex |
print_subsystem_event_filter | |
print_synth_event | |
print_kretprobe_event | |
print_type_string | Print type function for string type |
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 |