commit | 412d0bb553c0227191f1bfd06100f561600bff22 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Wed Dec 24 01:43:25 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Dec 26 10:42:14 2008 +0100 |
tree | fc6d2d1d430eed5ea1e4125d2962a6ff32e6265b | |
parent | 5250d329e38cdf7580faeb9c53c17d3588d7d19c [diff] |
tracing/function-graph-tracer: strip ending newlines on comments Impact: tracer output improvement Ending newlines are appended automatically on comments by the function graph tracer because the newline needs to be placed after the "*/" comment characters. So if the user puts an ending newline, we want to strip it. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>