/linux-4.4.14/kernel/trace/ |
H A D | trace_output.c | 31 trace_seq_puts(s, field->str); trace_print_bputs_msg_only() 57 trace_seq_puts(s, field->buf); trace_print_printk_msg_only() 81 trace_seq_puts(p, delim); trace_print_flags_seq() 84 trace_seq_puts(p, str); trace_print_flags_seq() 90 trace_seq_puts(p, delim); trace_print_flags_seq() 112 trace_seq_puts(p, symbol_array[i].name); trace_print_symbols_seq() 138 trace_seq_puts(p, symbol_array[i].name); trace_print_symbols_seq_u64() 785 trace_seq_puts(s, " <-"); trace_fn_trace() 1013 trace_seq_puts(s, "<stack trace>\n"); trace_stack_print() 1020 trace_seq_puts(s, " => "); trace_stack_print() 1049 trace_seq_puts(s, "<user stack trace>\n"); trace_user_stack_print() 1070 trace_seq_puts(s, " => "); trace_user_stack_print() 1073 trace_seq_puts(s, "??"); trace_user_stack_print() 1109 trace_seq_puts(s, ": "); trace_bputs_print() 1110 trace_seq_puts(s, field->str); trace_bputs_print() 1126 trace_seq_puts(s, field->str); trace_bputs_raw() 1153 trace_seq_puts(s, ": "); trace_bprint_print()
|
H A D | trace_functions_graph.c | 561 trace_seq_puts(s, " ------------------------------------------\n"); verif_pid() 564 trace_seq_puts(s, " => "); verif_pid() 566 trace_seq_puts(s, "\n ------------------------------------------\n\n"); verif_pid() 675 trace_seq_puts(s, " | "); print_graph_irq() 687 trace_seq_puts(s, "==========>"); print_graph_irq() 689 trace_seq_puts(s, "<=========="); print_graph_irq() 721 trace_seq_puts(s, " us "); trace_print_graph_duration() 739 trace_seq_puts(s, " | "); print_graph_duration() 742 trace_seq_puts(s, " "); print_graph_duration() 745 trace_seq_puts(s, " |"); print_graph_duration() 753 trace_seq_puts(s, " "); print_graph_duration() 756 trace_seq_puts(s, "| "); print_graph_duration() 878 trace_seq_puts(s, " | "); print_graph_prologue() 1079 trace_seq_puts(s, "}\n"); print_graph_return() 1120 trace_seq_puts(s, "/* "); print_graph_comment() 1152 trace_seq_puts(s, " */\n"); print_graph_comment()
|
H A D | trace_mmiotrace.c | 91 trace_seq_puts(s, " \n"); mmio_print_pcidev() 107 trace_seq_puts(s, "VERSION 20070824\n"); mmio_pipe_open() 208 trace_seq_puts(s, "rw what?\n"); mmio_print_rw() 242 trace_seq_puts(s, "map what?\n"); mmio_print_map()
|
H A D | trace_seq.c | 198 * trace_seq_puts - trace sequence printing of simple string 207 void trace_seq_puts(struct trace_seq *s, const char *str) trace_seq_puts() function 223 EXPORT_SYMBOL_GPL(trace_seq_puts); variable
|
H A D | blktrace.c | 1194 trace_seq_puts(s, " ..) "); blk_log_dump_pdu() 1199 trace_seq_puts(s, ") "); blk_log_dump_pdu()
|
H A D | trace_events_filter.c | 706 trace_seq_puts(s, "none\n"); print_event_filter() 719 trace_seq_puts(s, DEFAULT_SYS_FILTER_MESSAGE "\n"); print_subsystem_event_filter()
|
H A D | ring_buffer.c | 35 trace_seq_puts(s, "# compressed entry header\n"); ring_buffer_print_entry_header() 36 trace_seq_puts(s, "\ttype_len : 5 bits\n"); ring_buffer_print_entry_header() 37 trace_seq_puts(s, "\ttime_delta : 27 bits\n"); ring_buffer_print_entry_header() 38 trace_seq_puts(s, "\tarray : 32 bits\n"); ring_buffer_print_entry_header()
|
H A D | trace_kprobe.c | 1052 trace_seq_puts(s, " <- "); print_kretprobe_event()
|
H A D | ftrace.c | 671 trace_seq_puts(&s, " "); function_stat_show() 673 trace_seq_puts(&s, " "); function_stat_show()
|
/linux-4.4.14/include/linux/ |
H A D | trace_seq.h | 84 extern void trace_seq_puts(struct trace_seq *s, const char *str); 118 static inline void trace_seq_puts(struct trace_seq *s, const char *str) trace_seq_puts() function
|
/linux-4.4.14/tools/lib/traceevent/ |
H A D | trace-seq.c | 184 * trace_seq_puts - trace sequence printing of simple string 193 int trace_seq_puts(struct trace_seq *s, const char *str) trace_seq_puts() function
|
H A D | plugin_sched_switch.c | 119 trace_seq_puts(s, " ==> "); sched_switch_handler()
|
H A D | event-parse.c | 3904 trace_seq_puts(s, printk->printk); print_str_arg() 3931 trace_seq_puts(s, arg->flags.delim); print_str_arg() 4762 trace_seq_puts(s, "ARRAY["); print_event_fields() 4765 trace_seq_puts(s, ", "); print_event_fields() 4959 trace_seq_puts(s, func->func); pretty_print() 5041 trace_seq_puts(s, p.buffer); pretty_print() 5558 trace_seq_puts(s, ", "); print_fields()
|
H A D | event-parse.h | 90 extern int trace_seq_puts(struct trace_seq *s, const char *str);
|
/linux-4.4.14/drivers/scsi/ |
H A D | scsi_trace.c | 146 trace_seq_puts(p, "UNKNOWN"); scsi_trace_rw32() 207 trace_seq_puts(p, "UNKNOWN"); scsi_trace_service_action_in()
|