Searched refs:trace_seq_puts (Results 1 – 18 of 18) sorted by relevance
/external/libtraceevent/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_function.c | 202 trace_seq_puts(s, ")"); in trace_func_repeat_handler() 223 trace_seq_puts(s, "<stack trace >\n"); in trace_stack_handler() 237 trace_seq_puts(s, "=> "); in trace_stack_handler()
|
D | plugin_sched_switch.c | 105 trace_seq_puts(s, " ==> "); in sched_switch_handler()
|
/external/libtraceevent/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_); 49 The *trace_seq_puts()* function puts a NULL terminated string _str_ in the 66 Both *trace_seq_putc()* and *trace_seq_puts()* functions return the number of 99 if (trace_seq_puts(&seq, str) != strlen(str)) {
|
D | libtraceevent.txt | 173 int *trace_seq_puts*(struct trace_seq pass:[*]_s_, const char pass:[*]_str_);
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-ftrace.c | 168 trace_seq_puts(s, " us "); in print_graph_duration() 174 trace_seq_puts(s, "| "); in print_graph_duration() 243 trace_seq_puts(s, " | "); in print_graph_nested()
|
/external/libtraceevent/include/traceevent/ |
D | trace-seq.h | 51 extern int trace_seq_puts(struct trace_seq *s, const char *str);
|
/external/libtracefs/Documentation/ |
D | libtracefs-eprobes.txt | 58 trace_seq_puts(&seq, "open file='"); 60 trace_seq_puts(&seq, "'\n");
|
D | libtracefs-kprobes.txt | 109 trace_seq_puts(&seq, "open file='"); 111 trace_seq_puts(&seq, "'\n");
|
D | libtracefs-dynevents.txt | 140 trace_seq_puts(&seq, "open file='"); 142 trace_seq_puts(&seq, "'\n");
|
D | libtracefs-uprobes.txt | 60 trace_seq_puts(&seq, "'\n");
|
D | libtracefs-instances-affinity.txt | 152 trace_seq_puts(&seq, argv[i]);
|
/external/libtracefs/src/ |
D | tracefs-hist.c | 82 trace_seq_puts(seq, start); in add_list() 86 trace_seq_puts(seq, list[i]); in add_list() 109 case TRACEFS_HIST_CMD_PAUSE: trace_seq_puts(seq, ":pause"); break; in add_hist_commands() 110 case TRACEFS_HIST_CMD_CONT: trace_seq_puts(seq, ":cont"); break; in add_hist_commands() 111 case TRACEFS_HIST_CMD_CLEAR: trace_seq_puts(seq, ":clear"); break; in add_hist_commands() 152 trace_seq_puts(seq, "echo '"); in tracefs_hist_echo_cmd()
|
D | tracefs-sqlhist.c | 157 trace_seq_puts(&s, "^\n"); in sql_parse_error()
|
/external/libtraceevent/src/ |
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 | 4825 trace_seq_puts(s, printk->printk); in print_str_arg() 4852 trace_seq_puts(s, arg->flags.delim); in print_str_arg() 4860 trace_seq_puts(s, arg->flags.delim); in print_str_arg() 5940 trace_seq_puts(s, "ARRAY["); in print_field_raw() 5943 trace_seq_puts(s, ", "); in print_field_raw() 6033 trace_seq_puts(s, "0x"); in print_field() 6145 trace_seq_puts(s, func->func); in print_function() 6166 trace_seq_puts(s, arg->string.string); in print_arg_pointer() 6267 trace_seq_puts(s, p.buffer); in print_arg_string() 6801 trace_seq_puts(s, sq.buffer); in data_latency_format() [all …]
|
/external/trace-cmd/python/ |
D | tracecmd.py | 129 return trace_seq_puts(self._trace_seq, s)
|