| /Linux-v5.4/kernel/trace/ |
| D | trace_output.c | 33 trace_seq_puts(s, field->str); in trace_print_bputs_msg_only() 59 trace_seq_puts(s, field->buf); in trace_print_printk_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() 114 trace_seq_puts(p, symbol_array[i].name); in trace_print_symbols_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() 178 trace_seq_puts(p, symbol_array[i].name); in trace_print_symbols_seq_u64() [all …]
|
| D | trace_functions_graph.c | 380 trace_seq_puts(s, " | "); in print_graph_lat_fmt() 411 trace_seq_puts(s, " ------------------------------------------\n"); in verif_pid() 414 trace_seq_puts(s, " => "); in verif_pid() 416 trace_seq_puts(s, "\n ------------------------------------------\n\n"); in verif_pid() 540 trace_seq_puts(s, " | "); in print_graph_irq() 552 trace_seq_puts(s, "==========>"); in print_graph_irq() 554 trace_seq_puts(s, "<=========="); in print_graph_irq() 586 trace_seq_puts(s, " us "); in trace_print_graph_duration() 604 trace_seq_puts(s, " | "); in print_graph_duration() 607 trace_seq_puts(s, " "); in print_graph_duration() [all …]
|
| D | trace_mmiotrace.c | 88 trace_seq_puts(s, " \n"); in mmio_print_pcidev() 104 trace_seq_puts(s, "VERSION 20070824\n"); in mmio_pipe_open() 205 trace_seq_puts(s, "rw what?\n"); in mmio_print_rw() 239 trace_seq_puts(s, "map what?\n"); in mmio_print_map()
|
| D | trace_seq.c | 208 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function 224 EXPORT_SYMBOL_GPL(trace_seq_puts);
|
| D | trace_events_filter.c | 954 trace_seq_puts(s, filter->filter_string); in append_filter_err() 989 trace_seq_puts(s, "none\n"); in print_event_filter() 1002 trace_seq_puts(s, DEFAULT_SYS_FILTER_MESSAGE "\n"); in print_subsystem_event_filter()
|
| D | ring_buffer.c | 37 trace_seq_puts(s, "# compressed entry header\n"); in ring_buffer_print_entry_header() 38 trace_seq_puts(s, "\ttype_len : 5 bits\n"); in ring_buffer_print_entry_header() 39 trace_seq_puts(s, "\ttime_delta : 27 bits\n"); in ring_buffer_print_entry_header() 40 trace_seq_puts(s, "\tarray : 32 bits\n"); in ring_buffer_print_entry_header()
|
| D | blktrace.c | 1311 trace_seq_puts(s, " ..) "); in blk_log_dump_pdu() 1316 trace_seq_puts(s, ") "); in blk_log_dump_pdu()
|
| D | trace_probe.c | 67 trace_seq_puts(s, "(fault)"); in PRINT_TYPE_FUNC_NAME()
|
| D | trace_kprobe.c | 1298 trace_seq_puts(s, " <- "); in print_kretprobe_event()
|
| D | ftrace.c | 559 trace_seq_puts(&s, " "); in function_stat_show() 561 trace_seq_puts(&s, " "); in function_stat_show()
|
| D | trace_events_hist.c | 856 trace_seq_puts(s, " ("); in print_synth_event()
|
| /Linux-v5.4/drivers/scsi/ |
| D | scsi_trace.c | 135 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_rw32() 196 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_service_action_in() 254 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_maintenance_in() 294 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_maintenance_out() 321 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_zbc_in() 359 trace_seq_puts(p, "UNKNOWN"); in scsi_trace_zbc_out()
|
| /Linux-v5.4/include/linux/ |
| D | trace_seq.h | 85 extern void trace_seq_puts(struct trace_seq *s, const char *str); 119 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function
|
| /Linux-v5.4/tools/lib/traceevent/ |
| D | trace-seq.h | 47 extern int trace_seq_puts(struct trace_seq *s, const char *str);
|
| D | trace-seq.c | 188 int trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function
|
| D | event-parse.c | 4001 trace_seq_puts(s, printk->printk); in print_str_arg() 4028 trace_seq_puts(s, arg->flags.delim); in print_str_arg() 4036 trace_seq_puts(s, arg->flags.delim); in print_str_arg() 4895 trace_seq_puts(s, "ARRAY["); in tep_print_field() 4898 trace_seq_puts(s, ", "); in tep_print_field() 5056 trace_seq_puts(s, arg->string.string); in pretty_print() 5110 trace_seq_puts(s, func->func); in pretty_print() 5192 trace_seq_puts(s, p.buffer); in pretty_print() 5298 trace_seq_puts(s, sq.buffer); in data_latency_format() 5671 trace_seq_puts(s, str); in tep_print_event() [all …]
|
| /Linux-v5.4/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-tseq.txt | 7 trace_seq_putc, trace_seq_puts, trace_seq_printf, trace_seq_vprintf, 23 int *trace_seq_puts*(struct trace_seq pass:[*]_s_, const char pass:[*]_str_); 99 if (trace_seq_puts(&seq, str) != strlen(str)) {
|
| D | libtraceevent.txt | 137 int *trace_seq_puts*(struct trace_seq pass:[*]_s_, const char pass:[*]_str_);
|
| /Linux-v5.4/tools/lib/traceevent/plugins/ |
| D | plugin_sched_switch.c | 120 trace_seq_puts(s, " ==> "); in sched_switch_handler()
|