Re: [PATCH 0/2] perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
From: Arnaldo Carvalho de Melo
Date: Mon Jun 04 2018 - 09:45:02 EST
Em Mon, Jun 04, 2018 at 03:56:52PM +0300, Adrian Hunter escreveu:
> Hi
>
> Here are a couple of small fixes for tracing 32-bit binaries on a 64-bit
> kernel.
Thanks, applied both to both perf/urgent and perf/core.
- Arnaldo
>
> Adrian Hunter (2):
> perf tests kmod-path: Add tests for vdso32 and vdsox32
> perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
>
> tools/perf/tests/kmod-path.c | 16 ++++++++++++++++
> tools/perf/util/dso.c | 2 ++
> 2 files changed, 18 insertions(+)
>
>
> Regards
> Adrian