]> Git Repo - linux.git/commit
perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support
authorHe Kuang <[email protected]>
Fri, 6 May 2016 08:59:07 +0000 (08:59 +0000)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 9 May 2016 16:29:36 +0000 (13:29 -0300)
commit841e3558b2de6d8c53dae4f01c7a81cd53e42e5c
tree0c9057d0516cf40e24bfa6e9eb8831668f6818df
parentea7c28518943b26a85d73cd76acd03b71962cb18
perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support

There is no need to check for DWARF unwinding support when using the
'dwarf' callchain record method, as this will only ask the kernel to
collect stack dumps for later DWARF CFI processing, which can be done in
another machine, where the support for DWARF unwinding need to be
present.

Signed-off-by: He Kuang <[email protected]>
Acked-by: Jiri Olsa <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Ekaterina Tumanova <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Pekka Enberg <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Sukadev Bhattiprolu <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/util.c
This page took 0.055757 seconds and 4 git commands to generate.