Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1559972
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH perf/core v2 1/4] perf-probe: Fix to show correct locations for events on modules |
| Date | 2017-01-16 19:40 +0100 |
| Message-ID | <t0kme-4kY-9@gated-at.bofh.it> (permalink) |
| References | <sYk6Z-2RD-1@gated-at.bofh.it> <sYkgF-3b0-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Em Wed, Jan 11, 2017 at 02:59:38PM +0900, Masami Hiramatsu escreveu: > Fix to show correct locations for events on modules by relocating > given address instead of retrying after failure. > > This happens when the module text size is enough big, bigger than > sh_addr, because original code retries withgiven address + sh_addr > if it failed to find CU DIE at the given address. Any address > smaller than sh_addr always fails and it retries with correct > address, but the address which bigger than sh_addr will get a CU > DIE which is on given address (not adjusted by sh_addr). Tested and applied, - Arnaldo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH perf/core v2 0/4] perf-probe: Fix and improve module probe events Masami Hiramatsu <mhiramat@kernel.org> - 2017-01-11 07:00 +0100
[PATCH perf/core v2 3/4] perf-probe: Fix to probe on gcc generated functions in modules Masami Hiramatsu <mhiramat@kernel.org> - 2017-01-11 07:10 +0100
[tip:perf/urgent] perf probe: Fix to probe on gcc generated functions in modules tip-bot for Masami Hiramatsu <tipbot@zytor.com> - 2017-01-18 10:30 +0100
[PATCH perf/core v2 1/4] perf-probe: Fix to show correct locations for events on modules Masami Hiramatsu <mhiramat@kernel.org> - 2017-01-11 07:10 +0100
Re: [PATCH perf/core v2 1/4] perf-probe: Fix to show correct locations for events on modules Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-16 19:40 +0100
[tip:perf/urgent] perf probe: Fix to show correct locations for events on modules tip-bot for Masami Hiramatsu <tipbot@zytor.com> - 2017-01-18 11:00 +0100
[PATCH perf/core v2 4/4] perf-probe: Find probe events without target module Masami Hiramatsu <mhiramat@kernel.org> - 2017-01-11 07:10 +0100
Re: [PATCH perf/core v2 4/4] perf-probe: Find probe events without target module Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-16 19:50 +0100
Re: [PATCH perf/core v2 4/4] perf-probe: Find probe events without target module Masami Hiramatsu <mhiramat@kernel.org> - 2017-01-16 23:30 +0100
[PATCH perf/core v2 2/4] perf-probe: Add error checks to offline probe post-processing Masami Hiramatsu <mhiramat@kernel.org> - 2017-01-11 07:10 +0100
[tip:perf/urgent] perf probe: Add error checks to offline probe post-processing tip-bot for Masami Hiramatsu <tipbot@zytor.com> - 2017-01-18 10:30 +0100
Re: [PATCH perf/core v2 0/4] perf-probe: Fix and improve module probe events Masami Hiramatsu <mhiramat@kernel.org> - 2017-01-16 09:10 +0100
csiph-web