Lines Matching defs:s
77 print_graph_cpu(struct trace_seq *s, int cpu) in print_graph_cpu()
113 print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc()
156 verif_pid(struct trace_seq *s, pid_t pid, int cpu) in verif_pid()
235 print_graph_irq(struct trace_seq *s, unsigned long addr, in print_graph_irq()
279 print_graph_duration(unsigned long long duration, struct trace_seq *s) in print_graph_duration()
326 print_graph_overhead(unsigned long long duration, struct trace_seq *s) in print_graph_overhead()
342 struct ftrace_graph_ent_entry *entry, struct trace_seq *s) in print_graph_entry_leaf()
390 struct trace_seq *s, pid_t pid, int cpu) in print_graph_entry_nested()
435 print_graph_entry(struct ftrace_graph_ent_entry *field, struct trace_seq *s, in print_graph_entry()
471 print_graph_return(struct ftrace_graph_ret *trace, struct trace_seq *s, in print_graph_return()
539 print_graph_comment(struct print_entry *trace, struct trace_seq *s, in print_graph_comment()
606 struct trace_seq *s = &iter->seq; in print_graph_function() local
631 static void print_graph_headers(struct seq_file *s) in print_graph_headers()