[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMd89uLDTwQL8rEmAkOSZOYoZgwrcVVTeHDPq5nFnHV+v13cFQ@mail.gmail.com>
Date: Wed, 4 Jun 2014 11:27:22 -0700
From: Trevor Norris <trev.norris@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PERF] TUI bug when interpreting JIT .map files
When reading the .map file for JIT usage in perf report using
the TUI interface there is a specific circumstance where perf
closes almost immediately.
A quick refresher on the contents of the .map file:
<address> <instruction size> <instruction>
The bug is manifested when the same address is listed twice, but
the instruction size differs.
This bug does not occur with the stdio or gtk interfaces.
I plan on attempting to fix this issue. Though my coding chops
aren't yet at par with kernel development. Hence why I post this
now in the case someone else wishes to investigate and is able
to create a patch first.
Please CC me on any response.
/trev
@trevnorris
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists