Re: [PATCH 0/3] perf test: Unwind fixes

From: Arnaldo Carvalho de Melo
Date: Sun May 31 2020 - 08:17:48 EST


Em Sat, May 30, 2020 at 01:20:12AM -0700, Ian Rogers escreveu:
> Fix stack frame count and memory sanitizer issues when running the
> dwarf unwinding test with the elfutils/libdw unwinder (libunwind
> disabled).

Thanks, applied.

> Ian Rogers (3):
> tools compiler.h: Add attribute to disable tail calls
> perf tests: Don't tail call optimize in unwind test
> perf test: Initialize memory in dwarf-unwind
>
> tools/include/linux/compiler-gcc.h | 8 ++++++++
> tools/include/linux/compiler.h | 3 +++
> tools/perf/arch/x86/tests/dwarf-unwind.c | 8 ++++++++
> tools/perf/tests/dwarf-unwind.c | 11 ++++++-----
> 4 files changed, 25 insertions(+), 5 deletions(-)
>
> --
> 2.27.0.rc2.251.g90737beb825-goog
>

--

- Arnaldo