Re: [PATCH v3 13/20] perf arm-spe: Add new function arm_spe_pkt_desc_event()

2020-10-23 Thread André Przywara
On 22/10/2020 15:58, Leo Yan wrote: Hi, > This patch moves out the event packet parsing from arm_spe_pkt_desc() > to the new function arm_spe_pkt_desc_event(). > > Signed-off-by: Leo Yan diff -w says this is correct, so: Reviewed-by: Andre Przywara Thanks! Andre > --- >

[PATCH v3 13/20] perf arm-spe: Add new function arm_spe_pkt_desc_event()

2020-10-22 Thread Leo Yan
This patch moves out the event packet parsing from arm_spe_pkt_desc() to the new function arm_spe_pkt_desc_event(). Signed-off-by: Leo Yan --- .../arm-spe-decoder/arm-spe-pkt-decoder.c | 136 ++ 1 file changed, 73 insertions(+), 63 deletions(-) diff --git