Searched refs:trace_seq_puts (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtrace_seq.h41 extern int trace_seq_puts(struct trace_seq *s, const char *str);
69 static inline int trace_seq_puts(struct trace_seq *s, const char *str) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_output.c168 * trace_seq_puts - trace sequence printing of simple string
177 int trace_seq_puts(struct trace_seq *s, const char *str) function
314 trace_seq_puts(p, delim);
315 trace_seq_puts(p, str);
321 trace_seq_puts(p, delim);
343 trace_seq_puts(p, symbol_array[i].name);
485 ret = trace_seq_puts(s, " => ");
488 ret = trace_seq_puts(s, "??");
490 ret = trace_seq_puts(s, "\n");
497 ret = trace_seq_puts(
[all...]
H A Dtrace_kprobe.c1356 if (!trace_seq_puts(s, ")"))
1365 if (!trace_seq_puts(s, "\n"))
1392 if (!trace_seq_puts(s, " <- "))
1398 if (!trace_seq_puts(s, ")"))
1407 if (!trace_seq_puts(s, "\n"))
H A Dblktrace.c1201 return trace_seq_puts(s, " ..) ");
1204 return trace_seq_puts(s, ") ");
H A Dftrace.c420 trace_seq_puts(&s, " ");
422 trace_seq_puts(&s, " ");

Completed in 129 milliseconds