hi, sending factored code for detected features display. The main reason for this was the rest of the libdw DWARF unwind patchset, so I attached it as well to show up the benefit (patch 5).
Basically I'm splitting the detected features output to 'detected libraries' (displayed now by default) and the rest. Please check patch 1 changelog for all the factoring details. The factored code now allows the detection code to easily display which of the DWARF unwind libraries is compiled in. It passed tests/make suite. You can try in here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/libdw_unwind10 thanks for comments, jirka Signed-off-by: Jiri Olsa <jo...@redhat.com> Cc: Corey Ashford <cjash...@linux.vnet.ibm.com> Cc: Frederic Weisbecker <fweis...@gmail.com> Cc: Ingo Molnar <mi...@kernel.org> Cc: Namhyung Kim <namhy...@kernel.org> Cc: Paul Mackerras <pau...@samba.org> Cc: Peter Zijlstra <a.p.zijls...@chello.nl> Cc: Arnaldo Carvalho de Melo <a...@ghostprotocols.net> Cc: David Ahern <dsah...@gmail.com> Cc: Jean Pihet <jean.pi...@linaro.org> --- Jiri Olsa (6): perf tools: Factor features display code perf tools: Add variable display for VF make output perf tools: Add feature check for libdw dwarf unwind perf tools: Add libdw DWARF post unwind support perf tools: Setup default dwarf post unwinder perf tests: Add NO_LIBDW_DWARF_UNWIND make test tools/perf/Makefile.perf | 14 ++++- tools/perf/arch/x86/Makefile | 5 ++ tools/perf/arch/x86/util/unwind-libdw.c | 51 ++++++++++++++++ tools/perf/config/Makefile | 232 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------- tools/perf/config/feature-checks/Makefile | 6 +- tools/perf/config/feature-checks/test-all.c | 5 ++ tools/perf/config/feature-checks/test-libdw-dwarf-unwind.c | 13 ++++ tools/perf/tests/make | 3 + tools/perf/util/unwind-libdw.c | 210 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tools/perf/util/unwind-libdw.h | 21 +++++++ 10 files changed, 494 insertions(+), 66 deletions(-) create mode 100644 tools/perf/arch/x86/util/unwind-libdw.c create mode 100644 tools/perf/config/feature-checks/test-libdw-dwarf-unwind.c create mode 100644 tools/perf/util/unwind-libdw.c create mode 100644 tools/perf/util/unwind-libdw.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/