/openbmc/linux/kernel/trace/ |
H A D | trace_output.c | 33 trace_seq_puts(s, field->str); in trace_print_bputs_msg_only() 83 trace_seq_puts(p, delim); in trace_print_flags_seq() 86 trace_seq_puts(p, str); in trace_print_flags_seq() 92 trace_seq_puts(p, delim); in trace_print_flags_seq() 147 trace_seq_puts(p, delim); in trace_print_flags_seq_u64() 150 trace_seq_puts(p, str); in trace_print_flags_seq_u64() 156 trace_seq_puts(p, delim); in trace_print_flags_seq_u64() 374 trace_seq_puts(s, name); in trace_seq_print_sym() 634 trace_seq_puts(s, ": "); in trace_print_context() 1508 trace_seq_puts(s, ": "); in trace_bputs_print() [all …]
|
H A D | trace_functions_graph.c | 384 trace_seq_puts(s, " | "); in print_graph_lat_fmt() 418 trace_seq_puts(s, " => "); in verif_pid() 544 trace_seq_puts(s, " | "); in print_graph_irq() 590 trace_seq_puts(s, " us "); in trace_print_graph_duration() 611 trace_seq_puts(s, " "); in print_graph_duration() 614 trace_seq_puts(s, " |"); in print_graph_duration() 622 trace_seq_puts(s, " "); in print_graph_duration() 625 trace_seq_puts(s, "| "); in print_graph_duration() 814 trace_seq_puts(s, " | "); in print_graph_prologue() 1024 trace_seq_puts(s, "}\n"); in print_graph_return() [all …]
|
H A D | trace_mmiotrace.c | 86 trace_seq_puts(s, " \n"); in mmio_print_pcidev() 102 trace_seq_puts(s, "VERSION 20070824\n"); in mmio_pipe_open() 203 trace_seq_puts(s, "rw what?\n"); in mmio_print_rw() 237 trace_seq_puts(s, "map what?\n"); in mmio_print_map()
|
H A D | trace_seq.c | 206 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function 222 EXPORT_SYMBOL_GPL(trace_seq_puts);
|
H A D | trace_recursion_record.c | 165 trace_seq_puts(tseq, ":\t"); in recursed_function_seq_show()
|
H A D | trace_events_filter.c | 1229 trace_seq_puts(s, filter->filter_string); in append_filter_err() 1264 trace_seq_puts(s, "none\n"); in print_event_filter() 1277 trace_seq_puts(s, DEFAULT_SYS_FILTER_MESSAGE "\n"); in print_subsystem_event_filter()
|
H A D | blktrace.c | 1334 trace_seq_puts(s, " ..) "); in blk_log_dump_pdu() 1339 trace_seq_puts(s, ") "); in blk_log_dump_pdu()
|
H A D | ring_buffer.c | 47 trace_seq_puts(s, "# compressed entry header\n"); in ring_buffer_print_entry_header() 48 trace_seq_puts(s, "\ttype_len : 5 bits\n"); in ring_buffer_print_entry_header() 49 trace_seq_puts(s, "\ttime_delta : 27 bits\n"); in ring_buffer_print_entry_header() 50 trace_seq_puts(s, "\tarray : 32 bits\n"); in ring_buffer_print_entry_header()
|
H A D | trace_fprobe.c | 576 trace_seq_puts(s, " <- "); in print_fexit_event()
|
H A D | trace_kprobe.c | 1518 trace_seq_puts(s, " <- "); in print_kretprobe_event()
|
H A D | trace_events_synth.c | 411 trace_seq_puts(s, " ("); in print_synth_event()
|
H A D | trace_probe.c | 71 trace_seq_puts(s, FAULT_STRING); in PRINT_TYPE_FUNC_NAME()
|
H A D | ftrace.c | 583 trace_seq_puts(&s, " "); in function_stat_show() 585 trace_seq_puts(&s, " "); in function_stat_show()
|
H A D | trace.c | 4764 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in s_show() 6983 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in tracing_read_pipe()
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_trace.c | 114 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_rw32() 161 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_service_action_in() 208 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_maintenance_in() 248 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_maintenance_out() 275 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_zbc_in() 313 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_zbc_out()
|
/openbmc/linux/include/linux/ |
H A D | trace_seq.h | 85 extern void trace_seq_puts(struct trace_seq *s, const char *str); 125 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function
|