lkml.org 
[lkml]   [2017]   [Nov]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 09/12] perf, tools: Downgrade register mapping message to warning
Date
From: Andi Kleen <ak@linux.intel.com>

When tracing floating point code it's quite possible that perf
doesn't recognize the register number. Downgrade the warning
for unknown registers to a debug message.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
---
tools/perf/util/probe-finder.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/perf/util/probe-finder.c b/tools/perf/util/probe-finder.c
index 137b2fe71838..5fe6466254f9 100644
--- a/tools/perf/util/probe-finder.c
+++ b/tools/perf/util/probe-finder.c
@@ -272,8 +272,8 @@ static int convert_variable_location(Dwarf_Die *vr_die, Dwarf_Addr addr,

regs = get_dwarf_regstr(regn, machine);
if (!regs) {
- /* This should be a bug in DWARF or this tool */
- pr_warning("Mapping for the register number %u "
+ /* This can happen with floating point */
+ pr_debug("Mapping for the register number %u "
"missing on this architecture.\n", regn);
return -ENOTSUP;
}
--
2.13.6
\
 
 \ /
  Last update: 2017-11-28 01:24    [W:0.171 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site