From: Ingo Molnar Date: Fri, 28 Nov 2008 08:55:16 +0000 (+0100) Subject: tracing/function-graph-tracer: more output tweaks X-Git-Tag: v2.6.29-rc1~586^2~38^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d51090b34602a20984ab0312ef04e47069c0aec6;p=pandora-kernel.git tracing/function-graph-tracer: more output tweaks Impact: prettify the output some more Before: 0) | sys_read() { 0) 0.796 us | fget_light(); 0) | vfs_read() { 0) | rw_verify_area() { 0) | security_file_permission() { ------------8<---------- thread sshd-1755 ------------8<---------- After: 0) | sys_read() { 0) 0.796 us | fget_light(); 0) | vfs_read() { 0) | rw_verify_area() { 0) | security_file_permission() { ------------------------------------------ | 1) migration/0--1 => sshd-1755 ------------------------------------------ Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed