Home
last modified time | relevance | path

Searched refs:trace_seq_puts (Results 1 – 18 of 18) sorted by relevance

/external/libtraceevent/plugins/
Dplugin_tlb.c31 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()
Dplugin_futex.c103 trace_seq_puts(s, "|FUTEX_PRIVATE_FLAG"); in futex_handler()
106 trace_seq_puts(s, "|FUTEX_CLOCK_REALTIME"); in futex_handler()
Dplugin_function.c202 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()
Dplugin_sched_switch.c105 trace_seq_puts(s, " ==> "); in sched_switch_handler()
/external/libtraceevent/Documentation/
Dlibtraceevent-tseq.txt7 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)) {
Dlibtraceevent.txt173 int *trace_seq_puts*(struct trace_seq pass:[*]_s_, const char pass:[*]_str_);
/external/trace-cmd/lib/trace-cmd/
Dtrace-ftrace.c168 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/
Dtrace-seq.h51 extern int trace_seq_puts(struct trace_seq *s, const char *str);
/external/libtracefs/Documentation/
Dlibtracefs-eprobes.txt58 trace_seq_puts(&seq, "open file='");
60 trace_seq_puts(&seq, "'\n");
Dlibtracefs-kprobes.txt109 trace_seq_puts(&seq, "open file='");
111 trace_seq_puts(&seq, "'\n");
Dlibtracefs-dynevents.txt140 trace_seq_puts(&seq, "open file='");
142 trace_seq_puts(&seq, "'\n");
Dlibtracefs-uprobes.txt60 trace_seq_puts(&seq, "'\n");
Dlibtracefs-instances-affinity.txt152 trace_seq_puts(&seq, argv[i]);
/external/libtracefs/src/
Dtracefs-hist.c82 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()
Dtracefs-sqlhist.c157 trace_seq_puts(&s, "^\n"); in sql_parse_error()
/external/libtraceevent/src/
Dtrace-seq.c188 int trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts() function
Devent-parse.c4825 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/
Dtracecmd.py129 return trace_seq_puts(self._trace_seq, s)