tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputs
[linux-2.6-microblaze.git] / scripts / checkstack.pl
index 544aa56..c05d586 100755 (executable)
@@ -173,4 +173,3 @@ while (my $line = <STDIN>) {
 
 # Sort output by size (last field)
 print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
-