/Linux-v5.10/tools/lib/traceevent/plugins/ |
D | plugin_tlb.c | 31 trace_seq_puts(s, " reason="); in tlb_flush_handler() 35 trace_seq_puts(s, "flush on task switch"); in tlb_flush_handler() 38 trace_seq_puts(s, "remote shootdown"); in tlb_flush_handler() 41 trace_seq_puts(s, "local shootdown"); in tlb_flush_handler() 44 trace_seq_puts(s, "local mm shootdown"); in tlb_flush_handler()
|
D | plugin_futex.c | 103 trace_seq_puts(s, "|FUTEX_PRIVATE_FLAG"); in futex_handler() 106 trace_seq_puts(s, "|FUTEX_CLOCK_REALTIME"); in futex_handler()
|
D | plugin_sched_switch.c | 105 trace_seq_puts(s, " ==> "); in sched_switch_handler()
|
D | plugin_function.c | 188 trace_seq_puts(s, "<stack trace >\n"); in trace_stack_handler()
|
/Linux-v5.10/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 | 205 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function 221 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 | 38 trace_seq_puts(s, "# compressed entry header\n"); in ring_buffer_print_entry_header() 39 trace_seq_puts(s, "\ttype_len : 5 bits\n"); in ring_buffer_print_entry_header() 40 trace_seq_puts(s, "\ttime_delta : 27 bits\n"); in ring_buffer_print_entry_header() 41 trace_seq_puts(s, "\tarray : 32 bits\n"); in ring_buffer_print_entry_header()
|
D | blktrace.c | 1392 trace_seq_puts(s, " ..) "); in blk_log_dump_pdu() 1397 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_events_synth.c | 375 trace_seq_puts(s, " ("); in print_synth_event()
|
D | trace_kprobe.c | 1517 trace_seq_puts(s, " <- "); in print_kretprobe_event()
|
D | ftrace.c | 555 trace_seq_puts(&s, " "); in function_stat_show() 557 trace_seq_puts(&s, " "); in function_stat_show()
|
/Linux-v5.10/drivers/scsi/ |
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-v5.10/include/linux/ |
D | trace_seq.h | 85 extern void trace_seq_puts(struct trace_seq *s, const char *str); 123 static inline void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function
|
/Linux-v5.10/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 | 4035 trace_seq_puts(s, printk->printk); in print_str_arg() 4062 trace_seq_puts(s, arg->flags.delim); in print_str_arg() 4070 trace_seq_puts(s, arg->flags.delim); in print_str_arg() 5117 trace_seq_puts(s, "ARRAY["); in tep_print_field() 5120 trace_seq_puts(s, ", "); in tep_print_field() 5185 trace_seq_puts(s, func->func); in print_function() 5206 trace_seq_puts(s, arg->string.string); in print_arg_pointer() 5307 trace_seq_puts(s, p.buffer); in print_arg_string() 5824 trace_seq_puts(s, sq.buffer); in data_latency_format() 6197 trace_seq_puts(s, str); in tep_print_event() [all …]
|
/Linux-v5.10/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_);
|