Searched refs:trace_seq_puts (Results 1 – 15 of 15) sorted by relevance
| /kernel/trace/ |
| 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() 1653 trace_seq_puts(s, ": "); in trace_bputs_print() [all …]
|
| A D | trace_functions_graph.c | 547 trace_seq_puts(s, " | "); in print_graph_lat_fmt() 581 trace_seq_puts(s, " => "); in verif_pid() 779 trace_seq_puts(s, " "); in print_graph_duration() 782 trace_seq_puts(s, " |"); in print_graph_duration() 790 trace_seq_puts(s, " "); in print_graph_duration() 793 trace_seq_puts(s, "| "); in print_graph_duration() 810 trace_seq_puts(s, " <-"); in print_graph_retaddr() 1011 trace_seq_puts(s, "()"); in print_graph_entry_nested() 1013 trace_seq_puts(s, " {"); in print_graph_entry_nested() 1300 trace_seq_puts(s, "}"); 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_output.h | 50 trace_seq_puts(s, "()"); in print_function_args()
|
| 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() 1266 trace_seq_puts(s, "none\n"); in print_event_filter() 1279 trace_seq_puts(s, DEFAULT_SYS_FILTER_MESSAGE "\n"); in print_subsystem_event_filter()
|
| A D | blktrace.c | 1295 trace_seq_puts(s, " ..) "); in blk_log_dump_pdu() 1300 trace_seq_puts(s, ") "); in blk_log_dump_pdu()
|
| 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()
|
| A D | trace_fprobe.c | 665 trace_seq_puts(s, " <- "); in print_fexit_event()
|
| A D | trace_events_synth.c | 403 trace_seq_puts(s, " ("); in print_synth_event()
|
| A D | trace_kprobe.c | 1618 trace_seq_puts(s, " <- "); in print_kretprobe_event()
|
| A D | trace_probe.c | 72 trace_seq_puts(s, FAULT_STRING); in PRINT_TYPE_FUNC_NAME()
|
| A D | ftrace.c | 580 trace_seq_puts(&s, " "); in function_stat_show() 582 trace_seq_puts(&s, " "); in function_stat_show()
|
| A D | trace.c | 4545 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in s_show() 6729 trace_seq_puts(&iter->seq, "[LINE TOO BIG]\n"); in tracing_read_pipe()
|
Completed in 76 milliseconds