summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSasha Levin <sashal@kernel.org>2020-01-05 13:27:14 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-12 11:22:41 +0100
commit0c2c47987122d99896a15c8284999fc39b20d875 (patch)
treec9aeaae5af287f10f45484d1dc3cdd2faac99962 /tools
parent9b2a268b59d6147bff7a0bd3d66243a6cf71602b (diff)
Revert "perf report: Add warning when libunwind not compiled in"
This reverts commit 59b706ce44dbfd35a428f2cbad47794ce5dce1eb. This change depends on more changes that didn't exist in 4.9 and older. Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/builtin-report.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c
index 0f7ebac1846b..f256fac1e722 100644
--- a/tools/perf/builtin-report.c
+++ b/tools/perf/builtin-report.c
@@ -285,13 +285,6 @@ static int report__setup_sample_type(struct report *rep)
PERF_SAMPLE_BRANCH_ANY))
rep->nonany_branch_mode = true;
-#ifndef HAVE_LIBUNWIND_SUPPORT
- if (dwarf_callchain_users) {
- ui__warning("Please install libunwind development packages "
- "during the perf build.\n");
- }
-#endif
-
return 0;
}