Searched refs:trace_seq_puts (Results 1 – 13 of 13) sorted by relevance
/kernel/trace/ |
D | trace_output.c | 34 trace_seq_puts(s, field->str); in trace_print_bputs_msg_only() 60 trace_seq_puts(s, field->buf); in trace_print_printk_msg_only() 84 trace_seq_puts(p, delim); in trace_print_flags_seq() 87 trace_seq_puts(p, str); in trace_print_flags_seq() 93 trace_seq_puts(p, delim); in trace_print_flags_seq() 115 trace_seq_puts(p, symbol_array[i].name); in trace_print_symbols_seq() 148 trace_seq_puts(p, delim); in trace_print_flags_seq_u64() 151 trace_seq_puts(p, str); in trace_print_flags_seq_u64() 157 trace_seq_puts(p, delim); in trace_print_flags_seq_u64() 179 trace_seq_puts(p, symbol_array[i].name); in trace_print_symbols_seq_u64() [all …]
|
D | trace_functions_graph.c | 378 trace_seq_puts(s, " | "); in print_graph_lat_fmt() 409 trace_seq_puts(s, " ------------------------------------------\n"); in verif_pid() 412 trace_seq_puts(s, " => "); in verif_pid() 414 trace_seq_puts(s, "\n ------------------------------------------\n\n"); in verif_pid() 538 trace_seq_puts(s, " | "); in print_graph_irq() 550 trace_seq_puts(s, "==========>"); in print_graph_irq() 552 trace_seq_puts(s, "<=========="); in print_graph_irq() 584 trace_seq_puts(s, " us "); in trace_print_graph_duration() 602 trace_seq_puts(s, " | "); in print_graph_duration() 605 trace_seq_puts(s, " "); in print_graph_duration() [all …]
|
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()
|
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_recursion_record.c | 165 trace_seq_puts(tseq, ":\t"); in recursed_function_seq_show()
|
D | trace_events_filter.c | 1096 trace_seq_puts(s, filter->filter_string); in append_filter_err() 1131 trace_seq_puts(s, "none\n"); in print_event_filter() 1144 trace_seq_puts(s, DEFAULT_SYS_FILTER_MESSAGE "\n"); in print_subsystem_event_filter()
|
D | blktrace.c | 1338 trace_seq_puts(s, " ..) "); in blk_log_dump_pdu() 1343 trace_seq_puts(s, ") "); in blk_log_dump_pdu()
|
D | ring_buffer.c | 48 trace_seq_puts(s, "# compressed entry header\n"); in ring_buffer_print_entry_header() 49 trace_seq_puts(s, "\ttype_len : 5 bits\n"); in ring_buffer_print_entry_header() 50 trace_seq_puts(s, "\ttime_delta : 27 bits\n"); in ring_buffer_print_entry_header() 51 trace_seq_puts(s, "\tarray : 32 bits\n"); in ring_buffer_print_entry_header()
|
D | trace_probe.c | 67 trace_seq_puts(s, FAULT_STRING); in PRINT_TYPE_FUNC_NAME()
|
D | trace_kprobe.c | 1518 trace_seq_puts(s, " <- "); in print_kretprobe_event()
|
D | trace_events_synth.c | 426 trace_seq_puts(s, " ("); in print_synth_event()
|
D | ftrace.c | 552 trace_seq_puts(&s, " "); in function_stat_show() 554 trace_seq_puts(&s, " "); in function_stat_show()
|
D | trace.c | 4700 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in s_show() 6855 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in tracing_read_pipe()
|