Re: [PATCH v5 01/15] perf tools: Add utility function to fetch executable

2019-03-11 Thread Jiri Olsa
On Fri, Mar 08, 2019 at 09:56:14PM -0800, Andi Kleen wrote: > From: Andi Kleen > > Add a utility function to fetch executable code. Convert one > user over to it. There are more places doing that, but they > do significantly different actions, so they are not > easy to fit into a single library

[PATCH v5 01/15] perf tools: Add utility function to fetch executable

2019-03-08 Thread Andi Kleen
From: Andi Kleen Add a utility function to fetch executable code. Convert one user over to it. There are more places doing that, but they do significantly different actions, so they are not easy to fit into a single library function. Signed-off-by: Andi Kleen --- tools/perf/util/Build |