Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
- tools/perf/util/unwind-libdw.c | 4 ++--
+ tools/perf/util/unwind-libdw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-diff --git a/tools/perf/util/unwind-libdw.c b/tools/perf/util/unwind-libdw.c
-index 517c6afb2707..f4d085c38029 100644
--- a/tools/perf/util/unwind-libdw.c
+++ b/tools/perf/util/unwind-libdw.c
-@@ -41,13 +41,13 @@ static int __report_module(struct addr_location *al, u64 ip,
+@@ -41,13 +41,13 @@ static int __report_module(struct addr_l
Dwarf_Addr s;
dwfl_module_info(mod, NULL, &s, NULL, NULL, NULL, NULL, NULL);
false);
return mod && dwfl_addrmodule(ui->dwfl, ip) == mod ? 0 : -1;
---
-2.19.1
-
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
- tools/perf/util/unwind-libdw.c | 2 +-
+ tools/perf/util/unwind-libdw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-diff --git a/tools/perf/util/unwind-libdw.c b/tools/perf/util/unwind-libdw.c
-index dbd9954eda4a..517c6afb2707 100644
--- a/tools/perf/util/unwind-libdw.c
+++ b/tools/perf/util/unwind-libdw.c
-@@ -47,7 +47,7 @@ static int __report_module(struct addr_location *al, u64 ip,
+@@ -47,7 +47,7 @@ static int __report_module(struct addr_l
if (!mod)
mod = dwfl_report_elf(ui->dwfl, dso->short_name,
false);
return mod && dwfl_addrmodule(ui->dwfl, ip) == mod ? 0 : -1;
---
-2.19.1
-