[PATCH 06/26 v5] tracing: Have function_graph use trace_seq_has_overflowed()

2014-11-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Instead of doing individual checks all over the place that makes the code very messy. Just check trace_seq_has_overflowed() at the end or in strategic places. This makes the code much cleaner and also helps with getting closer to removing the return values of

[PATCH 06/26 v5] tracing: Have function_graph use trace_seq_has_overflowed()

2014-11-14 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org Instead of doing individual checks all over the place that makes the code very messy. Just check trace_seq_has_overflowed() at the end or in strategic places. This makes the code much cleaner and also helps with getting closer to removing the