Searched refs:trace_seq_puts (Results 1 – 17 of 17) sorted by relevance
| /linux/kernel/trace/ |
| 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() 1512 trace_seq_puts(s, ": "); in trace_bputs_print() [all …]
|
| A D | trace_functions_graph.c | 407 trace_seq_puts(s, " | "); in print_graph_lat_fmt() 441 trace_seq_puts(s, " => "); in verif_pid() 569 trace_seq_puts(s, " | "); in print_graph_irq() 615 trace_seq_puts(s, " us "); in trace_print_graph_duration() 636 trace_seq_puts(s, " "); in print_graph_duration() 639 trace_seq_puts(s, " |"); in print_graph_duration() 647 trace_seq_puts(s, " "); in print_graph_duration() 650 trace_seq_puts(s, "| "); in print_graph_duration() 845 trace_seq_puts(s, " | "); in print_graph_prologue() 1060 trace_seq_puts(s, "}\n"); in print_graph_return() [all …]
|
| 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()
|
| A D | trace_seq.c | 203 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function 219 EXPORT_SYMBOL_GPL(trace_seq_puts);
|
| A D | trace_recursion_record.c | 165 trace_seq_puts(tseq, ":\t"); in recursed_function_seq_show()
|
| 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()
|
| A D | blktrace.c | 1333 trace_seq_puts(s, " ..) "); in blk_log_dump_pdu() 1338 trace_seq_puts(s, ") "); in blk_log_dump_pdu()
|
| A D | ring_buffer.c | 67 trace_seq_puts(s, "# compressed entry header\n"); in ring_buffer_print_entry_header() 68 trace_seq_puts(s, "\ttype_len : 5 bits\n"); in ring_buffer_print_entry_header() 69 trace_seq_puts(s, "\ttime_delta : 27 bits\n"); in ring_buffer_print_entry_header() 70 trace_seq_puts(s, "\tarray : 32 bits\n"); in ring_buffer_print_entry_header()
|
| A D | trace_fprobe.c | 579 trace_seq_puts(s, " <- "); in print_fexit_event()
|
| A D | trace_kprobe.c | 1604 trace_seq_puts(s, " <- "); in print_kretprobe_event()
|
| A D | trace_events_synth.c | 411 trace_seq_puts(s, " ("); in print_synth_event()
|
| A D | trace_probe.c | 72 trace_seq_puts(s, FAULT_STRING); in PRINT_TYPE_FUNC_NAME()
|
| A D | ftrace.c | 586 trace_seq_puts(&s, " "); in function_stat_show() 588 trace_seq_puts(&s, " "); in function_stat_show()
|
| A D | trace.c | 4660 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in s_show() 6720 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in tracing_read_pipe()
|
| /linux/drivers/scsi/ |
| 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()
|
| /linux/include/linux/ |
| A D | trace_seq.h | 96 extern void trace_seq_puts(struct trace_seq *s, const char *str); 136 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function
|
| /linux/drivers/thunderbolt/ |
| A D | trace.h | 111 trace_seq_puts(p, "route=0, "); in show_data()
|
Completed in 89 milliseconds