Re: [PATCH V4 00/17] Stitch LBR call stack (Perf Tools)

From: Liang, Kan
Date: Thu Apr 02 2020 - 13:02:31 EST




On 4/2/2020 12:00 PM, Arnaldo Carvalho de Melo wrote:
Em Thu, Apr 02, 2020 at 11:34:18AM -0400, Liang, Kan escreveu:


On 3/23/2020 7:13 AM, Jiri Olsa wrote:
On Thu, Mar 19, 2020 at 01:25:00PM -0700, kan.liang@xxxxxxxxxxxxxxx wrote:
From: Kan Liang <kan.liang@xxxxxxxxxxxxxxx>

Changes since V3:
- There is no dependency among the 'capabilities'. If perf fails to read
one, it should not impact others. Continue to parse the rest of caps.
(Patch 1)
- Use list_for_each_entry() to replace perf_pmu__scan_caps() (Patch 1 &
2)
- Combine the declaration plus assignment when possible (Patch 1 & 2)
- Add check for script/report/c2c.. (Patch 13, 14 & 16)

it's all black magic to me, but looks ok ;-)

Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>


Thanks Jirka.

Hi Arnaldo,

Any comments for the series?

I need to test it,

Sure. Thanks for the update.

Kan

hope to do it soon, but I'm a bit backlogged, sorry.
> - Arnaldo