Function report |
Source Code:kernel\trace\trace_output.c |
Create Date:2022-07-28 12:04:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_print_ip_sym
Proto:int seq_print_ip_sym(struct trace_seq *s, unsigned long ip, unsigned long sym_flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct trace_seq * | s | |
unsigned long | ip | |
unsigned long | sym_flags |
418 | If Not ip Then |
419 | trace_seq_putc(s, '0') |
420 | Go to out |
423 | seq_print_sym(s, ip, sym_flags & TRACE_ITER_SYM_OFFSET) |
428 | out : |
Name | Describe |
---|---|
print_trace_header | |
trace_fn_trace | TRACE_FN |
trace_stack_print | TRACE_STACK |
trace_bputs_print | TRACE_BPUTS |
trace_bprint_print | TRACE_BPRINT |
trace_print_print | TRACE_PRINT |
print_kprobe_event | Event entry printers |
print_kretprobe_event |
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 |