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>