Commit d7052925 authored by Sasha Levin's avatar Sasha Levin Committed by Greg Kroah-Hartman

Revert "perf report: Add warning when libunwind not compiled in"

This reverts commit 59b706ce.

This change depends on more changes that didn't exist in 4.9 and older.
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent a09dabbf
...@@ -292,13 +292,6 @@ static int report__setup_sample_type(struct report *rep) ...@@ -292,13 +292,6 @@ static int report__setup_sample_type(struct report *rep)
PERF_SAMPLE_BRANCH_ANY)) PERF_SAMPLE_BRANCH_ANY))
rep->nonany_branch_mode = true; 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; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment