Re: [PATCH 1/6] perf tools: fix incorrect ordering of callchain entries

From: Jiri Olsa
Date: Thu Apr 28 2016 - 04:49:15 EST


On Thu, Apr 28, 2016 at 01:19:06AM -0700, Chris Phlipot wrote:
> The existing implementation of thread__resolve_callchain, under certain
> circumstances, can assemble callchain entries in the incorrect order.

SNIP

> 0x558f2a04c774
> 0x558f2a04dded
> rand
> __random
> ret_from_intr
> do_IRQ
> handle_irq
> handle_edge_irq
> handle_irq_event
> handle_irq_event_percpu
> gen8_irq_handler
>
> Signed-off-by: Chris Phlipot <cphlipot0@xxxxxxxxx>

for this patch

Acked-by: Jiri Olsa <jolsa@xxxxxxxxxx>

can't really ack the rest of the patchset, but it looks good to me

thanks,
jirka