| /linux-6.15/kernel/trace/ |
| H A D | trace_output.c | 38 trace_seq_puts(s, field->str); in trace_print_bputs_msg_only() 88 trace_seq_puts(p, delim); in trace_print_flags_seq() 91 trace_seq_puts(p, str); in trace_print_flags_seq() 97 trace_seq_puts(p, delim); in trace_print_flags_seq() 152 trace_seq_puts(p, delim); in trace_print_flags_seq_u64() 155 trace_seq_puts(p, str); in trace_print_flags_seq_u64() 161 trace_seq_puts(p, delim); in trace_print_flags_seq_u64() 383 trace_seq_puts(s, name); in trace_seq_print_sym() 654 trace_seq_puts(s, ": "); in trace_print_context() 1623 trace_seq_puts(s, ": "); in trace_bputs_print() [all …]
|
| H A D | trace_functions_graph.c | 561 trace_seq_puts(s, " | "); in print_graph_lat_fmt() 595 trace_seq_puts(s, " => "); in verif_pid() 793 trace_seq_puts(s, " "); in print_graph_duration() 796 trace_seq_puts(s, " |"); in print_graph_duration() 804 trace_seq_puts(s, " "); in print_graph_duration() 807 trace_seq_puts(s, "| "); in print_graph_duration() 824 trace_seq_puts(s, " <-"); in print_graph_retaddr() 1025 trace_seq_puts(s, "()"); in print_graph_entry_nested() 1027 trace_seq_puts(s, " {"); in print_graph_entry_nested() 1314 trace_seq_puts(s, "}"); 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 | 203 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function 219 EXPORT_SYMBOL_GPL(trace_seq_puts);
|
| H A D | trace_output.h | 50 trace_seq_puts(s, "()"); in print_function_args()
|
| 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 | 1321 trace_seq_puts(s, " ..) "); in blk_log_dump_pdu() 1326 trace_seq_puts(s, ") "); in blk_log_dump_pdu()
|
| H A D | ring_buffer.c | 71 trace_seq_puts(s, "# compressed entry header\n"); in ring_buffer_print_entry_header() 72 trace_seq_puts(s, "\ttype_len : 5 bits\n"); in ring_buffer_print_entry_header() 73 trace_seq_puts(s, "\ttime_delta : 27 bits\n"); in ring_buffer_print_entry_header() 74 trace_seq_puts(s, "\tarray : 32 bits\n"); in ring_buffer_print_entry_header()
|
| H A D | trace_fprobe.c | 614 trace_seq_puts(s, " <- "); in print_fexit_event()
|
| H A D | trace_kprobe.c | 1603 trace_seq_puts(s, " <- "); in print_kretprobe_event()
|
| H A D | trace_events_synth.c | 403 trace_seq_puts(s, " ("); in print_synth_event()
|
| H A D | trace_probe.c | 72 trace_seq_puts(s, FAULT_STRING); in PRINT_TYPE_FUNC_NAME()
|
| H A D | ftrace.c | 580 trace_seq_puts(&s, " "); in function_stat_show() 582 trace_seq_puts(&s, " "); in function_stat_show()
|
| H A D | trace.c | 4507 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in s_show() 6676 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in tracing_read_pipe()
|
| /linux-6.15/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()
|
| /linux-6.15/include/linux/ |
| H 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-6.15/drivers/thunderbolt/ |
| H A D | trace.h | 111 trace_seq_puts(p, "route=0, "); in show_data()
|