diff options
author | 2014-11-21 13:38:00 -0800 | |
---|---|---|
committer | 2014-11-24 18:03:48 -0300 | |
commit | f78eaef0e0493f6068777a246b9c4d9d5cf2b7aa (patch) | |
tree | 7be2606e09fe5c562f8fcfa9b742388ca4eb3ec4 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | perf tools: Fix segfault due to invalid kernel dso access (diff) | |
download | wireguard-linux-f78eaef0e0493f6068777a246b9c4d9d5cf2b7aa.tar.xz wireguard-linux-f78eaef0e0493f6068777a246b9c4d9d5cf2b7aa.zip |
perf tools: Allow to force redirect pr_debug to stderr.
When debugging the tui browser I find it useful to redirect the debug
log into a file. Currently it's always forced to the message line.
Add an option to force it to stderr. Then it can be easily redirected.
Example:
[root@zoo ~]# perf --debug stderr report -vv 2> /tmp/debug
[root@zoo ~]# tail /tmp/debug
dso open failed, mmap: No such file or directory
dso open failed, mmap: No such file or directory
dso open failed, mmap: No such file or directory
dso open failed, mmap: No such file or directory
dso open failed, mmap: No such file or directory
Using /root/.debug/.build-id/4e/841948927029fb650132253642d5dbb2c1fb93 for symbols
Failed to open /tmp/perf-8831.map, continuing without symbols
Failed to open /tmp/perf-12721.map, continuing without symbols
Failed to open /tmp/perf-6966.map, continuing without symbols
Failed to open /tmp/perf-8802.map, continuing without symbols
[root@zoo ~]#
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1416605880-25055-2-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions