Re: [PATCH v2 0/3] perf arm64: Support SDT

2020-12-28 Thread Leo Yan
On Mon, Dec 28, 2020 at 09:54:43AM -0300, Arnaldo Carvalho de Melo wrote: [...] > This one made it into 5.11 > > > Arnaldo Carvalho de Melo (1): > > perf probe: Fix memory leak in synthesize_sdt_probe_command() > > These were now merged in perf/core. > > > Leo Yan (2): > > perf probe: Fi

Re: [PATCH v2 0/3] perf arm64: Support SDT

2020-12-28 Thread Arnaldo Carvalho de Melo
Em Fri, Dec 25, 2020 at 01:27:48PM +0800, Leo Yan escreveu: > This patch is to enable SDT on Arm64. > > Since Arm64 SDT marker in ELF file is different from other archs, > especially for using stack pointer (sp) to retrieve data for local > variables, patch 01 is used to fixup the arguments for th

[PATCH v2 0/3] perf arm64: Support SDT

2020-12-24 Thread Leo Yan
This patch is to enable SDT on Arm64. Since Arm64 SDT marker in ELF file is different from other archs, especially for using stack pointer (sp) to retrieve data for local variables, patch 01 is used to fixup the arguments for this special case. Patch 02 is to add argument support for Arm64 SDT.